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
Constructors Constructor Description ActionAuthenticationEntryPoint(AweSessionDetails sessionDetails)
ActionAuthenticationEntryPoint constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commence(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException exception)
-
-
-
Constructor Detail
-
ActionAuthenticationEntryPoint
public ActionAuthenticationEntryPoint(AweSessionDetails sessionDetails)
ActionAuthenticationEntryPoint constructor- Parameters:
sessionDetails
- Access service
-
-
Method Detail
-
commence
public void commence(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException exception) throws IOException, javax.servlet.ServletException
- Specified by:
commence
in interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
javax.servlet.ServletException
-
-