Interface ServerAuthenticationSuccessHandler

    • Method Detail

      • onAuthenticationSuccess

        reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess​(WebFilterExchange webFilterExchange,
                                                                            Authentication authentication)
        Invoked when the application authenticates successfully
        Parameters:
        webFilterExchange - the exchange
        authentication - the Authentication
        Returns:
        a completion notification (success or error)