Interface | Description |
---|---|
ServerAuthenticationFailureHandler |
Handles authentication failure
|
ServerAuthenticationSuccessHandler |
Handles authentication success
|
Class | Description |
---|---|
AuthenticationWebFilter |
A
WebFilter that performs authentication of a particular request. |
HttpBasicServerAuthenticationEntryPoint |
Prompts a user for HTTP Basic authentication.
|
RedirectServerAuthenticationEntryPoint |
Performs a redirect to a specified location.
|
RedirectServerAuthenticationFailureHandler |
Performs a redirect to a specified location.
|
RedirectServerAuthenticationSuccessHandler |
Performs a redirect on authentication success.
|
ServerAuthenticationEntryPointFailureHandler |
Adapts a
ServerAuthenticationEntryPoint into a ServerAuthenticationFailureHandler |
WebFilterChainServerAuthenticationSuccessHandler |
Success handler that continues the filter chain after authentication success.
|