Class NoOpAccessDeniedHandler

java.lang.Object
org.springframework.security.web.access.NoOpAccessDeniedHandler
All Implemented Interfaces:
AccessDeniedHandler

public class NoOpAccessDeniedHandler extends Object implements AccessDeniedHandler
An AccessDeniedHandler implementation that does nothing.
Since:
6.2
  • Constructor Details

    • NoOpAccessDeniedHandler

      public NoOpAccessDeniedHandler()
  • Method Details

    • handle

      public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AccessDeniedException accessDeniedException) throws IOException, jakarta.servlet.ServletException
      Description copied from interface: AccessDeniedHandler
      Handles an access denied failure.
      Specified by:
      handle in interface AccessDeniedHandler
      Parameters:
      request - that resulted in an AccessDeniedException
      response - so that the user agent can be advised of the failure
      accessDeniedException - that caused the invocation
      Throws:
      IOException - in the event of an IOException
      jakarta.servlet.ServletException - in the event of a ServletException