public interface ServerAuthenticationFailureHandler
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<java.lang.Void> |
onAuthenticationFailure(WebFilterExchange webFilterExchange,
AuthenticationException exception)
Invoked when authentication attempt fails
|
reactor.core.publisher.Mono<java.lang.Void> onAuthenticationFailure(WebFilterExchange webFilterExchange, AuthenticationException exception)
webFilterExchange
- the exchangeexception
- the reason authentication failed