Package | Description |
---|---|
org.springframework.security.core.session |
Session abstraction which is provided by the
org.springframework.security.core.session.SessionInformation
SessionInformation class. |
org.springframework.security.web.authentication.session |
Strategy interface and implementations for handling session-related behaviour for a newly authenticated user.
|
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Modifier and Type | Method and Description |
---|---|
SessionInformation |
SessionRegistryImpl.getSessionInformation(String sessionId) |
SessionInformation |
SessionRegistry.getSessionInformation(String sessionId)
Obtains the session information for the specified
sessionId . |
Modifier and Type | Method and Description |
---|---|
List<SessionInformation> |
SessionRegistryImpl.getAllSessions(Object principal,
boolean includeExpiredSessions) |
List<SessionInformation> |
SessionRegistry.getAllSessions(Object principal,
boolean includeExpiredSessions)
Obtains all the known sessions for the specified principal.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConcurrentSessionControlStrategy.allowableSessionsExceeded(List<SessionInformation> sessions,
int allowableSessions,
SessionRegistry registry)
Allows subclasses to customise behaviour when too many sessions are detected.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ConcurrentSessionFilter.determineExpiredUrl(javax.servlet.http.HttpServletRequest request,
SessionInformation info) |
Copyright © 2015. All rights reserved.