Interface ServerAuthenticationEntryPoint

    • Method Detail

      • commence

        reactor.core.publisher.Mono<java.lang.Void> commence​(org.springframework.web.server.ServerWebExchange exchange,
                                                             AuthenticationException ex)
        Initiates the authentication flow
        Parameters:
        exchange -
        ex -
        Returns:
        Mono<Void> to indicate when the request for authentication is complete