Class HttpStatusReturningServerLogoutSuccessHandler

    • Constructor Detail

      • HttpStatusReturningServerLogoutSuccessHandler

        public HttpStatusReturningServerLogoutSuccessHandler​(org.springframework.http.HttpStatus httpStatusToReturn)
        Initialize the HttpStatusReturningServerLogoutSuccessHandler with a user-defined HttpStatus.
        Parameters:
        httpStatusToReturn - Must not be null.
      • HttpStatusReturningServerLogoutSuccessHandler

        public HttpStatusReturningServerLogoutSuccessHandler()
        Initialize the HttpStatusReturningServerLogoutSuccessHandler with the default HttpStatus.OK.