@Component
public final class RestAuthEntryPoint
extends java.lang.Object
implements org.springframework.security.web.AuthenticationEntryPoint
| Constructor and Description |
|---|
RestAuthEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
throws java.io.IOException
commence in interface org.springframework.security.web.AuthenticationEntryPointjava.io.IOException