public class BasicAuthenticationEntryPoint
extends org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
| Constructor and Description |
|---|
BasicAuthenticationEntryPoint() |
| 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.AuthenticationEntryPointcommence in class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPointjava.io.IOExceptionjavax.servlet.ServletException