| Interface | Description |
|---|---|
| SecurityWebFilterChain |
Defines a filter chain which is capable of being matched against a
ServerWebExchange in order to decide
whether it applies to that request. |
| ServerAuthenticationEntryPoint |
Used to request authentication
|
| ServerRedirectStrategy |
A strategy for performing redirects.
|
| Class | Description |
|---|---|
| DefaultServerRedirectStrategy |
The default
ServerRedirectStrategy to use. |
| DelegatingServerAuthenticationEntryPoint |
A
ServerAuthenticationEntryPoint which delegates to multiple ServerAuthenticationEntryPoint based
on a ServerWebExchangeMatcher |
| DelegatingServerAuthenticationEntryPoint.DelegateEntry | |
| MatcherSecurityWebFilterChain |
A
SecurityWebFilterChain that leverages a ServerWebExchangeMatcher to determine which
WebFilter to execute. |
| 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. |
| WebFilterChainProxy |
Used to delegate to a List of
SecurityWebFilterChain instances. |
| WebFilterExchange |
A composite of the
ServerWebExchange and the WebFilterChain. |