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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException) 
- 
Constructor Details- 
Http401UnauthorizedAccessDeniedHandlerprotected Http401UnauthorizedAccessDeniedHandler()
 
- 
- 
Method Details- 
handlepublic void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException) throws IOException, jakarta.servlet.ServletException - Specified by:
- handlein interface- org.springframework.security.web.access.AccessDeniedHandler
- Throws:
- IOException
- jakarta.servlet.ServletException
 
 
-