public class RestfulAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
Created by zhanghaolun on 16/6/28.
| Constructor and Description |
|---|
RestfulAuthenticationEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
static RestfulAuthenticationEntryPoint |
restfulEntryPoint(cn.home1.oss.lib.errorhandle.internal.RestfulExceptionHandler exceptionHandler) |
public static RestfulAuthenticationEntryPoint restfulEntryPoint(cn.home1.oss.lib.errorhandle.internal.RestfulExceptionHandler exceptionHandler)
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.AuthenticationEntryPointIOExceptionjavax.servlet.ServletExceptionCopyright © 2017. All rights reserved.