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, 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)