public class RevokeRefreshTokenLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
Constructor and Description |
---|
RevokeRefreshTokenLogoutHandler() |
Modifier and Type | Method and Description |
---|---|
protected DefaultRotatingTokenServices |
getTokenServices() |
void |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
void |
setTokenServices(DefaultRotatingTokenServices tokenServices) |
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.LogoutHandler
@Lazy @Autowired public void setTokenServices(DefaultRotatingTokenServices tokenServices)
protected DefaultRotatingTokenServices getTokenServices()
Copyright © 2021. All rights reserved.