@Component
public class JwtLogoutHandler
extends java.lang.Object
implements org.springframework.security.web.authentication.logout.LogoutHandler
| 构造器和说明 |
|---|
JwtLogoutHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
clearToken(org.springframework.security.core.Authentication authentication) |
void |
logout(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
org.springframework.security.core.Authentication auth) |
public void logout(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
org.springframework.security.core.Authentication auth)
logout 在接口中 org.springframework.security.web.authentication.logout.LogoutHandlerprotected void clearToken(org.springframework.security.core.Authentication authentication)
Copyright © 2019. All rights reserved.