Package io.jmix.securityflowui
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException)
-
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 interfaceorg.springframework.security.web.access.AccessDeniedHandler
- Throws:
IOException
javax.servlet.ServletException
-