Package at.letto.basespringboot.security
Class JwtAuthenticationEntryPoint
java.lang.Object
at.letto.basespringboot.security.JwtAuthenticationEntryPoint
- All Implemented Interfaces:
Serializable
,org.springframework.security.web.AuthenticationEntryPoint
@Component
public class JwtAuthenticationEntryPoint
extends Object
implements org.springframework.security.web.AuthenticationEntryPoint, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
commence
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException)
-
Constructor Details
-
JwtAuthenticationEntryPoint
public JwtAuthenticationEntryPoint()
-
-
Method Details
-
commence
public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException - Specified by:
commence
in interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
-