Package | Description |
---|---|
org.acegisecurity.concurrent |
Concurrent session control and registration classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionRegistryImpl
Base implementation of
SessionRegistry
which also listens for HttpSessionDestroyedEvent s
published in the Spring application context. |
Modifier and Type | Method and Description |
---|---|
protected void |
ConcurrentSessionControllerImpl.allowableSessionsExceeded(String sessionId,
SessionInformation[] sessions,
int allowableSessions,
SessionRegistry registry)
Allows subclasses to customise behaviour when too many sessions are detected.
|
void |
ConcurrentSessionFilter.setSessionRegistry(SessionRegistry sessionRegistry) |
void |
ConcurrentSessionControllerImpl.setSessionRegistry(SessionRegistry sessionRegistry) |
Copyright © 2017. All rights reserved.