Package | Description |
---|---|
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
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 |
---|---|
void |
AbstractAuthenticationProcessingFilter.setSessionAuthenticationStrategy(SessionAuthenticationStrategy sessionStrategy)
The session handling strategy which will be invoked immediately after an authentication request is
successfully processed by the AuthenticationManager.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSessionControlStrategy
Strategy which handles concurrent session-control, in addition to the functionality provided by the base class.
|
class |
NullAuthenticatedSessionStrategy |
class |
SessionFixationProtectionStrategy
The default implementation of
SessionAuthenticationStrategy . |
Modifier and Type | Method and Description |
---|---|
void |
SessionManagementFilter.setSessionAuthenticationStrategy(SessionAuthenticationStrategy sessionAuthenticationStrategy)
Deprecated.
Use constructor injection
|
Constructor and Description |
---|
SessionManagementFilter(SecurityContextRepository securityContextRepository,
SessionAuthenticationStrategy sessionStrategy) |
Copyright © 2015. All rights reserved.