Package | Description |
---|---|
org.springframework.security.cas.web |
Authenticates standard web browser users via CAS.
|
org.springframework.security.openid |
Authenticates standard web browser users via OpenID.
|
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.logout |
Logout functionality based around a filter which handles a specific logout URL.
|
org.springframework.security.web.authentication.preauth |
Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been
authenticated by some externally configured system.
|
org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
org.springframework.security.web.authentication.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
org.springframework.security.web.authentication.ui |
Authentication user-interface rendering code.
|
org.springframework.security.web.authentication.www |
WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication.
|
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Class and Description |
---|
AbstractAuthenticationProcessingFilter
Abstract processor of browser-based HTTP-based authentication requests.
|
AuthenticationFailureHandler
Strategy used to handle a failed authentication attempt.
|
Class and Description |
---|
AbstractAuthenticationProcessingFilter
Abstract processor of browser-based HTTP-based authentication requests.
|
Class and Description |
---|
AbstractAuthenticationProcessingFilter
Abstract processor of browser-based HTTP-based authentication requests.
|
AbstractAuthenticationTargetUrlRequestHandler
Base class containing the logic used by strategies which handle redirection to a URL and
are passed an
Authentication object as part of the contract. |
AuthenticationFailureHandler
Strategy used to handle a failed authentication attempt.
|
AuthenticationSuccessHandler
Strategy used to handle a successful user authentication.
|
RememberMeServices
Implement by a class that is capable of providing a remember-me service.
|
SimpleUrlAuthenticationFailureHandler
AuthenticationFailureHandler which performs a redirect to the value of the
defaultFailureUrl property when the onAuthenticationFailure method is called. |
SimpleUrlAuthenticationSuccessHandler
AuthenticationSuccessHandler which can be configured with a default URL which users should be
sent to upon successful authentication.
|
WebAuthenticationDetails
A holder of selected HTTP details related to a web authentication request.
|
Class and Description |
---|
AbstractAuthenticationTargetUrlRequestHandler
Base class containing the logic used by strategies which handle redirection to a URL and
are passed an
Authentication object as part of the contract. |
Class and Description |
---|
WebAuthenticationDetails
A holder of selected HTTP details related to a web authentication request.
|
Class and Description |
---|
AuthenticationSuccessHandler
Strategy used to handle a successful user authentication.
|
RememberMeServices
Implement by a class that is capable of providing a remember-me service.
|
Class and Description |
---|
AuthenticationFailureHandler
Strategy used to handle a failed authentication attempt.
|
AuthenticationSuccessHandler
Strategy used to handle a successful user authentication.
|
Class and Description |
---|
AbstractAuthenticationProcessingFilter
Abstract processor of browser-based HTTP-based authentication requests.
|
UsernamePasswordAuthenticationFilter
Processes an authentication form submission.
|
Class and Description |
---|
RememberMeServices
Implement by a class that is capable of providing a remember-me service.
|
Class and Description |
---|
AuthenticationFailureHandler
Strategy used to handle a failed authentication attempt.
|
Copyright © 2015. All rights reserved.