public class WebFilterChainServerAuthenticationSuccessHandler extends java.lang.Object implements ServerAuthenticationSuccessHandler
| Constructor and Description |
|---|
WebFilterChainServerAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
onAuthenticationSuccess(WebFilterExchange webFilterExchange,
org.springframework.security.core.Authentication authentication)
Invoked when the application authenticates successfully
|
public WebFilterChainServerAuthenticationSuccessHandler()
public reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess(WebFilterExchange webFilterExchange, org.springframework.security.core.Authentication authentication)
ServerAuthenticationSuccessHandleronAuthenticationSuccess in interface ServerAuthenticationSuccessHandlerwebFilterExchange - the exchangeauthentication - the Authentication