Class SpaceAuthenticationEntryPoint
- java.lang.Object
-
- io.naradrama.prologue.util.spacekeeper.security.SpaceAuthenticationEntryPoint
-
- All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint
@Component public class SpaceAuthenticationEntryPoint extends java.lang.Object implements org.springframework.security.web.AuthenticationEntryPoint
-
-
Constructor Summary
Constructors Constructor Description SpaceAuthenticationEntryPoint()
-
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 e)
-
-
-
Method Detail
-
commence
public void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e) throws java.io.IOException- Specified by:
commencein interfaceorg.springframework.security.web.AuthenticationEntryPoint- Throws:
java.io.IOException
-
-