Package | Description |
---|---|
org.springframework.security.web.authentication.session |
Strategy interface and implementations for handling session-related behaviour for a newly authenticated user.
|
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.
|
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.
|
Copyright © 2015. All rights reserved.