类 SecureNoAuthenticationHandler
- java.lang.Object
-
- me.youm.boot.secure.process.SecureNoAuthenticationHandler
-
- 所有已实现的接口:
org.springframework.security.web.AuthenticationEntryPoint
@Component public class SecureNoAuthenticationHandler extends java.lang.Object implements org.springframework.security.web.AuthenticationEntryPointSecurity 用户未登陆处理类- 作者:
- youta
-
-
构造器概要
构造器 构造器 说明 SecureNoAuthenticationHandler()
-
-
-
方法详细资料
-
commence
public void commence(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.AuthenticationException e) throws java.io.IOException- 指定者:
commence在接口中org.springframework.security.web.AuthenticationEntryPoint- 抛出:
java.io.IOException
-
-