Class SingleLogOutSuccessLogoutHandler
- java.lang.Object
-
- de.hybris.platform.samlsinglesignon.security.SingleLogOutSuccessLogoutHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler
public class SingleLogOutSuccessLogoutHandler extends java.lang.Object implements org.springframework.security.web.authentication.logout.LogoutHandlerPerforms additional steps required after SAML SingleLogOut.
-
-
Constructor Summary
Constructors Constructor Description SingleLogOutSuccessLogoutHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.Authentication authentication)voidsetTokenService(TokenService tokenService)
-
-
-
Method Detail
-
logout
public void logout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, org.springframework.security.core.Authentication authentication)- Specified by:
logoutin interfaceorg.springframework.security.web.authentication.logout.LogoutHandler
-
setTokenService
public void setTokenService(TokenService tokenService)
-
-