|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionInformation | |
---|---|
org.acegisecurity.concurrent | Concurrent session control and registration classes. |
Uses of SessionInformation in org.acegisecurity.concurrent |
---|
Methods in org.acegisecurity.concurrent that return SessionInformation | |
---|---|
SessionInformation[] |
SessionRegistryImpl.getAllSessions(java.lang.Object principal,
boolean includeExpiredSessions)
|
SessionInformation[] |
SessionRegistry.getAllSessions(java.lang.Object principal,
boolean includeExpiredSessions)
Obtains all the known sessions for the specified principal. |
SessionInformation |
SessionRegistryImpl.getSessionInformation(java.lang.String sessionId)
|
SessionInformation |
SessionRegistry.getSessionInformation(java.lang.String sessionId)
Obtains the session information for the specified sessionId . |
Methods in org.acegisecurity.concurrent with parameters of type SessionInformation | |
---|---|
protected void |
ConcurrentSessionControllerImpl.allowableSessionsExceeded(java.lang.String sessionId,
SessionInformation[] sessions,
int allowableSessions,
SessionRegistry registry)
Allows subclasses to customise behaviour when too many sessions are detected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |