Class HttpStatusServerEntryPoint

    • Constructor Summary

      Constructors 
      Constructor Description
      HttpStatusServerEntryPoint​(org.springframework.http.HttpStatus httpStatus)  
    • Method Summary

      All Methods Instance Methods Concrete 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 authException)
      Initiates the authentication flow
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpStatusServerEntryPoint

        public HttpStatusServerEntryPoint​(org.springframework.http.HttpStatus httpStatus)
    • Method Detail

      • commence

        public reactor.core.publisher.Mono<java.lang.Void> commence​(org.springframework.web.server.ServerWebExchange exchange,
                                                                    org.springframework.security.core.AuthenticationException authException)
        Description copied from interface: ServerAuthenticationEntryPoint
        Initiates the authentication flow
        Specified by:
        commence in interface ServerAuthenticationEntryPoint
        Returns:
        Mono<Void> to indicate when the request for authentication is complete