Class FlowuiSecurityConfiguration.Http401UnauthorizedAccessDeniedHandler

java.lang.Object
io.jmix.securityflowui.FlowuiSecurityConfiguration.Http401UnauthorizedAccessDeniedHandler
All Implemented Interfaces:
org.springframework.security.web.access.AccessDeniedHandler
Enclosing class:
FlowuiSecurityConfiguration

protected static class FlowuiSecurityConfiguration.Http401UnauthorizedAccessDeniedHandler extends Object implements org.springframework.security.web.access.AccessDeniedHandler
  • Constructor Details

    • Http401UnauthorizedAccessDeniedHandler

      protected Http401UnauthorizedAccessDeniedHandler()
  • Method Details

    • handle

      public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException) throws IOException, javax.servlet.ServletException
      Specified by:
      handle in interface org.springframework.security.web.access.AccessDeniedHandler
      Throws:
      IOException
      javax.servlet.ServletException