public class DelegatingServerAuthenticationSuccessHandler extends java.lang.Object implements ServerAuthenticationSuccessHandler
ServerAuthenticationSuccessHandler
 implementations.| Constructor and Description | 
|---|
DelegatingServerAuthenticationSuccessHandler(ServerAuthenticationSuccessHandler... delegates)  | 
| Modifier and Type | Method and Description | 
|---|---|
reactor.core.publisher.Mono<java.lang.Void> | 
onAuthenticationSuccess(WebFilterExchange exchange,
                       Authentication authentication)
Invoked when the application authenticates successfully 
 | 
public DelegatingServerAuthenticationSuccessHandler(ServerAuthenticationSuccessHandler... delegates)
public reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess(WebFilterExchange exchange, Authentication authentication)
ServerAuthenticationSuccessHandleronAuthenticationSuccess in interface ServerAuthenticationSuccessHandlerexchange - the exchangeauthentication - the Authentication