Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
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.csrf | |
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Class and Description |
---|
SessionAuthenticationStrategy
Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
|
Class and Description |
---|
SessionAuthenticationStrategy
Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
|
Class and Description |
---|
SessionAuthenticationException
Thrown by an SessionAuthenticationStrategy to indicate that an authentication object is not valid for
the current session, typically because the same user has exceeded the number of sessions they are allowed to have
concurrently.
|
SessionAuthenticationStrategy
Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
|
SessionFixationProtectionStrategy
The default implementation of
SessionAuthenticationStrategy when using < Servlet 3.1. |
Class and Description |
---|
SessionAuthenticationException
Thrown by an SessionAuthenticationStrategy to indicate that an authentication object is not valid for
the current session, typically because the same user has exceeded the number of sessions they are allowed to have
concurrently.
|
SessionAuthenticationStrategy
Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
|
Class and Description |
---|
SessionAuthenticationStrategy
Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
|
Copyright © 2019. All rights reserved.