Class ActionAuthenticationEntryPoint
java.lang.Object
com.almis.awe.security.authentication.entrypoint.ActionAuthenticationEntryPoint
- All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint
public class ActionAuthenticationEntryPoint
extends Object
implements org.springframework.security.web.AuthenticationEntryPoint
Action entry point.
Handle exceptions in actions request (/action/**).
-
Constructor Summary
ConstructorDescriptionActionAuthenticationEntryPoint
(AweSessionDetails sessionDetails) ActionAuthenticationEntryPoint constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
commence
(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException exception)
-
Constructor Details
-
ActionAuthenticationEntryPoint
ActionAuthenticationEntryPoint constructor- Parameters:
sessionDetails
- Access service
-
-
Method Details
-
commence
public void commence(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException exception) throws IOException - Specified by:
commence
in interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
-