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 SummaryConstructors Constructor Description JwtAuthenticationEntryPoint()
 - 
Method SummaryAll 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- 
commencepublic void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws java.io.IOException- Specified by:
- commencein interface- org.springframework.security.web.AuthenticationEntryPoint
- Throws:
- java.io.IOException
 
 
- 
 
-