public interface ServerAuthenticationSuccessHandler
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<java.lang.Void> |
onAuthenticationSuccess(WebFilterExchange webFilterExchange,
Authentication authentication)
Invoked when the application authenticates successfully
|
reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess(WebFilterExchange webFilterExchange, Authentication authentication)
webFilterExchange
- the exchangeauthentication
- the Authentication