Package org.springframework.security.web.server
package org.springframework.security.web.server
-
ClassDescriptionThe default
ServerRedirectStrategy
to use.AServerAuthenticationEntryPoint
which delegates to multipleServerAuthenticationEntryPoint
based on aServerWebExchangeMatcher
Web filter that redirects requests that matchServerWebExchangeMatcher
to the specified URL.ASecurityWebFilterChain
that leverages aServerWebExchangeMatcher
to determine whichWebFilter
to execute.AWebFilterChainProxy.WebFilterChainDecorator
that wraps the chain in before and after observationsDefines a filter chain which is capable of being matched against aServerWebExchange
in order to decide whether it applies to that request.Used to request authenticationDeprecated.Deprecated.UseServerHttpBasicAuthenticationConverter
instead.A strategy for performing redirects.Used to delegate to a List ofSecurityWebFilterChain
instances.AWebFilterChainProxy.WebFilterChainDecorator
that uses theDefaultWebFilterChain
A strategy for decorating the provided filter chain with one that accounts for theSecurityFilterChain
for a given request.A composite of theServerWebExchange
and theWebFilterChain
.
ServerFormLoginAuthenticationConverter
instead.