|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.security.web.authentication | |
---|---|
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. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.cas.web | |
---|---|
AbstractAuthenticationProcessingFilter
Abstract processor of browser-based HTTP-based authentication requests. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.openid | |
---|---|
AbstractAuthenticationProcessingFilter
Abstract processor of browser-based HTTP-based authentication requests. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.authentication | |
---|---|
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. |
|
LoginUrlAuthenticationEntryPoint
Used by the ExceptionTranslationFilter to commence a form login
authentication via the UsernamePasswordAuthenticationFilter . |
|
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. |
|
UsernamePasswordAuthenticationFilter
Processes an authentication form submission. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.authentication.logout | |
---|---|
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. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.authentication.preauth | |
---|---|
Http403ForbiddenEntryPoint
In the pre-authenticated authentication case (unlike CAS, for example) the user will already have been identified through some external mechanism and a secure context established by the time the security-enforcement filter is invoked. |
|
WebAuthenticationDetails
A holder of selected HTTP details related to a web authentication request. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.authentication.rememberme | |
---|---|
RememberMeServices
Implement by a class that is capable of providing a remember-me service. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.authentication.switchuser | |
---|---|
AuthenticationFailureHandler
Strategy used to handle a failed authentication attempt. |
|
AuthenticationSuccessHandler
Strategy used to handle a successful user authentication. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.authentication.ui | |
---|---|
AbstractAuthenticationProcessingFilter
Abstract processor of browser-based HTTP-based authentication requests. |
|
UsernamePasswordAuthenticationFilter
Processes an authentication form submission. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.authentication.www | |
---|---|
RememberMeServices
Implement by a class that is capable of providing a remember-me service. |
Classes in org.springframework.security.web.authentication used by org.springframework.security.web.session | |
---|---|
AuthenticationFailureHandler
Strategy used to handle a failed authentication attempt. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |