public class Http401AuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
WWW-Authenticate header. Like the BasicAuthenticationEntryPoint but
more flexible.| Constructor and Description |
|---|
Http401AuthenticationEntryPoint(String headerValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(HttpServletRequest request,
HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
public Http401AuthenticationEntryPoint(String headerValue)
public void commence(HttpServletRequest request, HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException, ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointIOExceptionServletExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.