@Component
public class AuthenticationEntryPoint
extends org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
| Constructor and Description |
|---|
AuthenticationEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authEx) |
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authEx)
throws java.io.IOException
commence in interface org.springframework.security.web.AuthenticationEntryPointcommence in class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPointjava.io.IOExceptionpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint