Class CronappUnauthorizedHandler
- java.lang.Object
-
- cronapp.framework.authentication.security.CronappUnauthorizedHandler
-
- All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint
@Service public class CronappUnauthorizedHandler extends Object implements org.springframework.security.web.AuthenticationEntryPoint
-
-
Constructor Summary
Constructors Constructor Description CronappUnauthorizedHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommence(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException e)
-
-
-
Method Detail
-
commence
public void commence(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException e) throws IOException- Specified by:
commencein interfaceorg.springframework.security.web.AuthenticationEntryPoint- Throws:
IOException
-
-