Interface | Description |
---|---|
ServerAuthenticationConverter |
A strategy used for converting from a
ServerWebExchange to an Authentication used for
authenticating with a provided ReactiveAuthenticationManager . |
ServerAuthenticationFailureHandler |
Handles authentication failure
|
ServerAuthenticationSuccessHandler |
Handles authentication success
|
Class | Description |
---|---|
AuthenticationWebFilter |
A
WebFilter that performs authentication of a particular request. |
DelegatingServerAuthenticationSuccessHandler |
Delegates to a collection of
ServerAuthenticationSuccessHandler implementations. |
HttpBasicServerAuthenticationEntryPoint |
Prompts a user for HTTP Basic authentication.
|
HttpStatusServerEntryPoint |
A
ServerAuthenticationEntryPoint that sends a generic HttpStatus as a
response. |
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 |
ServerFormLoginAuthenticationConverter |
Converts a ServerWebExchange into a UsernamePasswordAuthenticationToken from the form
data HTTP parameters.
|
ServerHttpBasicAuthenticationConverter |
Converts from a
ServerWebExchange to an Authentication that can be authenticated. |
WebFilterChainServerAuthenticationSuccessHandler |
Success handler that continues the filter chain after authentication success.
|