Interface ServerAuthenticationFailureHandler

    • Method Detail

      • onAuthenticationFailure

        reactor.core.publisher.Mono<java.lang.Void> onAuthenticationFailure​(WebFilterExchange webFilterExchange,
                                                                            AuthenticationException exception)
        Invoked when authentication attempt fails
        Parameters:
        webFilterExchange - the exchange
        exception - the reason authentication failed
        Returns:
        a completion notification (success or error)