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.Defines 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.A composite of theServerWebExchange
and theWebFilterChain
.
ServerFormLoginAuthenticationConverter
instead.