Interface ServerAuthenticationEntryPoint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> commence​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.security.core.AuthenticationException ex)
      Initiates the authentication flow
    • Method Detail

      • commence

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