Package | Description |
---|---|
org.springframework.security.cas.web |
Authenticates standard web browser users via CAS.
|
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.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Modifier and Type | Method and Description |
---|---|
void |
CasAuthenticationFilter.setAuthenticationFailureHandler(AuthenticationFailureHandler failureHandler)
Wraps the
AuthenticationFailureHandler to distinguish between
handling proxy ticket authentication failures and service ticket
failures. |
void |
CasAuthenticationFilter.setProxyAuthenticationFailureHandler(AuthenticationFailureHandler proxyFailureHandler)
Sets the
AuthenticationFailureHandler for proxy requests. |
Modifier and Type | Method and Description |
---|---|
T |
AbstractAuthenticationFilterConfigurer.failureHandler(AuthenticationFailureHandler authenticationFailureHandler)
Specifies the
AuthenticationFailureHandler to use when
authentication fails. |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionMappingAuthenticationFailureHandler
Uses the internal map of exceptions types to URLs to determine the destination on authentication failure.
|
class |
SimpleUrlAuthenticationFailureHandler
AuthenticationFailureHandler which performs a redirect to the value of the
defaultFailureUrl property when the onAuthenticationFailure method is called. |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationFailureHandler |
AbstractAuthenticationProcessingFilter.getFailureHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthenticationProcessingFilter.setAuthenticationFailureHandler(AuthenticationFailureHandler failureHandler) |
Modifier and Type | Method and Description |
---|---|
void |
SwitchUserFilter.setFailureHandler(AuthenticationFailureHandler failureHandler)
Used to define custom behaviour when a switch fails.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManagementFilter.setAuthenticationFailureHandler(AuthenticationFailureHandler failureHandler)
The handler which will be invoked if the AuthenticatedSessionStrategy raises a
SessionAuthenticationException, indicating that the user is not allowed to be authenticated for this
session (typically because they already have too many sessions open).
|
Copyright © 2019. All rights reserved.