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