public class Http401AuthenticationEntryPoint extends Object implements 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,
AuthenticationException authException) |
public Http401AuthenticationEntryPoint(String headerValue)
public void commence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException) throws IOException, ServletException
commence
in interface AuthenticationEntryPoint
IOException
ServletException
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.