| Package | Description |
|---|---|
| org.springframework.security.web.authentication.session |
Strategy interface and implementations for handling session-related behaviour for a newly authenticated user.
|
| org.springframework.security.web.csrf |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConcurrentSessionControlAuthenticationStrategy.allowableSessionsExceeded(List<SessionInformation> sessions,
int allowableSessions,
SessionRegistry registry)
Allows subclasses to customise behaviour when too many sessions are detected.
|
protected void |
ConcurrentSessionControlStrategy.allowableSessionsExceeded(List<SessionInformation> sessions,
int allowableSessions,
SessionRegistry registry)
Deprecated.
Allows subclasses to customise behaviour when too many sessions are detected.
|
void |
SessionAuthenticationStrategy.onAuthentication(Authentication authentication,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs Http session-related functionality when a new authentication occurs.
|
void |
CompositeSessionAuthenticationStrategy.onAuthentication(Authentication authentication,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
CsrfAuthenticationStrategy.onAuthentication(Authentication authentication,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2016. All rights reserved.