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