public class RpcLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler, org.springframework.security.web.authentication.logout.LogoutSuccessHandler
| Constructor and Description |
|---|
RpcLogoutHandler(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
processed before logout
|
void |
onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
processed after logout
|
public RpcLogoutHandler(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate)
public void logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
logout in interface org.springframework.security.web.authentication.logout.LogoutHandlerrequest - response - authentication - public void onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws IOException
onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandlerrequest - response - authentication - IOExceptionCopyright © 2020. All rights reserved.