|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionRegistry | |
---|---|
org.acegisecurity.concurrent | Concurrent session control and registration classes. |
Uses of SessionRegistry in org.acegisecurity.concurrent |
---|
Classes in org.acegisecurity.concurrent that implement SessionRegistry | |
---|---|
class |
SessionRegistryImpl
Base implementation of SessionRegistry
which also listens for HttpSessionDestroyedEvent s
published in the Spring application context. |
Methods in org.acegisecurity.concurrent with parameters of type SessionRegistry | |
---|---|
protected void |
ConcurrentSessionControllerImpl.allowableSessionsExceeded(String sessionId,
SessionInformation[] sessions,
int allowableSessions,
SessionRegistry registry)
Allows subclasses to customise behaviour when too many sessions are detected. |
void |
ConcurrentSessionControllerImpl.setSessionRegistry(SessionRegistry sessionRegistry)
|
void |
ConcurrentSessionFilter.setSessionRegistry(SessionRegistry sessionRegistry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |