Package no.nsd.qddt.security
Class JwtAuthenticationEntryPoint
- java.lang.Object
-
- no.nsd.qddt.security.JwtAuthenticationEntryPoint
-
- All Implemented Interfaces:
java.io.Serializable
,org.springframework.security.web.AuthenticationEntryPoint
@Component public class JwtAuthenticationEntryPoint extends java.lang.Object implements org.springframework.security.web.AuthenticationEntryPoint, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtAuthenticationEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commence(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 java.io.IOException
- Specified by:
commence
in interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Throws:
java.io.IOException
-
-