@Component public class CustomLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
| Constructor and Description |
|---|
CustomLogoutHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
logout(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication)
This method removes the session salt from an eperson, this way the token won't be verified anymore
|
public void logout(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication)
logout in interface org.springframework.security.web.authentication.logout.LogoutHandlerhttpServletRequest - httpServletResponse - authentication - Copyright © 2019 DuraSpace. All rights reserved.