@Component
public class JwtEntryPoint
extends java.lang.Object
implements org.springframework.security.web.AuthenticationEntryPoint
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
JwtEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
org.springframework.security.core.AuthenticationException e) |
public void commence(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
org.springframework.security.core.AuthenticationException e)
throws java.io.IOException,
javax.servlet.ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointjava.io.IOExceptionjavax.servlet.ServletException