|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentSessionController | |
|---|---|
| org.acegisecurity.concurrent | |
| org.acegisecurity.providers | Implements a provider-based approach to authentication decisions. |
| Uses of ConcurrentSessionController in org.acegisecurity.concurrent |
|---|
| Classes in org.acegisecurity.concurrent that implement ConcurrentSessionController | |
|---|---|
class |
ConcurrentSessionControllerImpl
Base implementation of ConcurrentSessionControllerImpl which
prohibits simultaneous logins. |
class |
NullConcurrentSessionController
No-op implementation of ConcurrentSessionController. |
| Uses of ConcurrentSessionController in org.acegisecurity.providers |
|---|
| Methods in org.acegisecurity.providers that return ConcurrentSessionController | |
|---|---|
ConcurrentSessionController |
ProviderManager.getSessionController()
The configured ConcurrentSessionController is returned or the
NullConcurrentSessionController if a specific one has not been
set. |
| Methods in org.acegisecurity.providers with parameters of type ConcurrentSessionController | |
|---|---|
void |
ProviderManager.setSessionController(ConcurrentSessionController sessionController)
Set the ConcurrentSessionController to be used for limiting
user's sessions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||