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 Object
implements org.springframework.security.web.authentication.logout.LogoutHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisNotSaml2Authentication(org.springframework.security.core.Authentication auth) voidlogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) voidsetTokenService(TokenService tokenService)
-
Constructor Details
-
SingleLogOutSuccessLogoutHandler
public SingleLogOutSuccessLogoutHandler()
-
-
Method Details
-
logout
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) - Specified by:
logoutin interfaceorg.springframework.security.web.authentication.logout.LogoutHandler
-
isNotSaml2Authentication
protected boolean isNotSaml2Authentication(org.springframework.security.core.Authentication auth) -
setTokenService
-