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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
public Http401AuthenticationEntryPoint(String headerValue)
public void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException, javax.servlet.ServletException
commence
in interface org.springframework.security.web.AuthenticationEntryPoint
IOException
javax.servlet.ServletException
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.