类 CustomAuthenticationSuccessHandler
java.lang.Object
com.mbap.auth.service.CustomAuthenticationSuccessHandler
- 所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class CustomAuthenticationSuccessHandler
extends Object
implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
自定义鉴权成功处理类
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidonAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) 从接口继承的方法 org.springframework.security.web.authentication.AuthenticationSuccessHandler
onAuthenticationSuccess
-
构造器详细资料
-
CustomAuthenticationSuccessHandler
public CustomAuthenticationSuccessHandler()
-
-
方法详细资料
-
onAuthenticationSuccess
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException - 指定者:
onAuthenticationSuccess在接口中org.springframework.security.web.authentication.AuthenticationSuccessHandler- 抛出:
IOExceptionjavax.servlet.ServletException
-