public class RedirectServerAuthenticationEntryPoint extends java.lang.Object implements ServerAuthenticationEntryPoint
| Constructor and Description |
|---|
RedirectServerAuthenticationEntryPoint(java.lang.String location) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
commence(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.security.core.AuthenticationException e) |
void |
setRedirectStrategy(ServerRedirectStrategy redirectStrategy)
Sets the RedirectStrategy to use.
|
void |
setRequestCache(ServerRequestCache requestCache) |
public RedirectServerAuthenticationEntryPoint(java.lang.String location)
public void setRequestCache(ServerRequestCache requestCache)
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.security.core.AuthenticationException e)
commence in interface ServerAuthenticationEntryPointpublic void setRedirectStrategy(ServerRedirectStrategy redirectStrategy)
redirectStrategy - the strategy to use. Default is DefaultRedirectStrategy.