Package org.springframework.security.web.server
-
Interface Summary Interface Description SecurityWebFilterChain Defines a filter chain which is capable of being matched against aServerWebExchange
in order to decide whether it applies to that request.ServerAuthenticationEntryPoint Used to request authenticationServerRedirectStrategy A strategy for performing redirects. -
Class Summary Class Description DefaultServerRedirectStrategy The defaultServerRedirectStrategy
to use.DelegatingServerAuthenticationEntryPoint AServerAuthenticationEntryPoint
which delegates to multipleServerAuthenticationEntryPoint
based on aServerWebExchangeMatcher
DelegatingServerAuthenticationEntryPoint.DelegateEntry MatcherSecurityWebFilterChain ASecurityWebFilterChain
that leverages aServerWebExchangeMatcher
to determine whichWebFilter
to execute.ServerFormLoginAuthenticationConverter Deprecated. useServerFormLoginAuthenticationConverter
instead.ServerHttpBasicAuthenticationConverter Deprecated. UseServerHttpBasicAuthenticationConverter
instead.WebFilterChainProxy Used to delegate to a List ofSecurityWebFilterChain
instances.WebFilterExchange A composite of theServerWebExchange
and theWebFilterChain
.