类 LogoutSuccessHandlerImpl
- java.lang.Object
-
- com.codedreamplus.auth.config.LogoutSuccessHandlerImpl
-
- 所有已实现的接口:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler
@Component public class LogoutSuccessHandlerImpl extends Object implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
Description: [登出清空accessToken]
Created on 2020/12/1- 作者:
- mo
-
-
构造器概要
构造器 构造器 说明 LogoutSuccessHandlerImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidonLogoutSuccess(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.Authentication authentication)
-
-
-
方法详细资料
-
onLogoutSuccess
public void onLogoutSuccess(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException- 指定者:
onLogoutSuccess在接口中org.springframework.security.web.authentication.logout.LogoutSuccessHandler- 抛出:
IOExceptionjavax.servlet.ServletException
-
-