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