Package | Description |
---|---|
org.acegisecurity.concurrent |
Concurrent session control and registration classes.
|
org.acegisecurity.providers |
Implements a provider-based approach to authentication decisions.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSessionControllerImpl
Base implementation of
ConcurrentSessionControllerImpl which prohibits simultaneous logins. |
class |
NullConcurrentSessionController
No-op implementation of
ConcurrentSessionController . |
Modifier and Type | Method and Description |
---|---|
ConcurrentSessionController |
ProviderManager.getSessionController()
The configured
ConcurrentSessionController is returned or the NullConcurrentSessionController if a specific one has not been set. |
Modifier and Type | Method and Description |
---|---|
void |
ProviderManager.setSessionController(ConcurrentSessionController sessionController)
Set the
ConcurrentSessionController to be used for limiting user's sessions. |
Copyright © 2014. All rights reserved.