类 Http401UnauthorizedEntryPoint
- java.lang.Object
-
- net.sinodawn.framework.security.support.Http401UnauthorizedEntryPoint
-
- 所有已实现的接口:
org.springframework.security.web.AuthenticationEntryPoint
@Component @Primary public class Http401UnauthorizedEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
-
-
构造器概要
构造器 构造器 说明 Http401UnauthorizedEntryPoint()
-
-
-
方法详细资料
-
commence
public void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception) throws IOException, javax.servlet.ServletException- 指定者:
commence在接口中org.springframework.security.web.AuthenticationEntryPoint- 抛出:
IOExceptionjavax.servlet.ServletException
-
-