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 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:
      logout in interface org.springframework.security.web.authentication.logout.LogoutHandler
    • isNotSaml2Authentication

      protected boolean isNotSaml2Authentication(org.springframework.security.core.Authentication auth)
    • setTokenService

      public void setTokenService(TokenService tokenService)