public class Http401AuthenticationEntryPoint
extends java.lang.Object
implements org.springframework.security.web.AuthenticationEntryPoint
| Constructor and Description |
|---|
Http401AuthenticationEntryPoint() |
| 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,
javax.servlet.ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointjava.io.IOExceptionjavax.servlet.ServletException