Class HttpStatusServerAccessDeniedHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      HttpStatusServerAccessDeniedHandler​(org.springframework.http.HttpStatus httpStatus)
      Creates an instance with the provided status
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> handle​(org.springframework.web.server.ServerWebExchange exchange, AccessDeniedException ex)  
      • Methods inherited from class java.lang.Object

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

      • HttpStatusServerAccessDeniedHandler

        public HttpStatusServerAccessDeniedHandler​(org.springframework.http.HttpStatus httpStatus)
        Creates an instance with the provided status
        Parameters:
        httpStatus - the status to use