|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentSessionController | |
|---|---|
| org.springframework.security.concurrent | Concurrent session control and registration classes. |
| org.springframework.security.providers | Implements a provider-based approach to authentication decisions. |
| Uses of ConcurrentSessionController in org.springframework.security.concurrent |
|---|
| Classes in org.springframework.security.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.springframework.security.providers |
|---|
| Methods in org.springframework.security.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.springframework.security.providers with parameters of type ConcurrentSessionController | |
|---|---|
void |
ProviderManager.setSessionController(ConcurrentSessionController sessionController)
Set the ConcurrentSessionController to be used for limiting users' sessions. |
|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||