Class DefaultGigyaLogoutSuccessHandler

java.lang.Object
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
de.hybris.platform.acceleratorstorefrontcommons.security.StorefrontLogoutSuccessHandler
de.hybris.platform.gigya.gigyaloginaddon.security.DefaultGigyaLogoutSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler

public class DefaultGigyaLogoutSuccessHandler extends StorefrontLogoutSuccessHandler
Logout success handler to handle logout with gigya session
  • Constructor Details

    • DefaultGigyaLogoutSuccessHandler

      public DefaultGigyaLogoutSuccessHandler()
  • Method Details

    • onLogoutSuccess

      public void onLogoutSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException
      Specified by:
      onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandler
      Overrides:
      onLogoutSuccess in class StorefrontLogoutSuccessHandler
      Throws:
      IOException
      javax.servlet.ServletException
    • getConfigurationService

      public de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()
    • setConfigurationService

      public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)
    • getCookieGenerator

      public org.springframework.web.util.CookieGenerator getCookieGenerator()
    • setCookieGenerator

      public void setCookieGenerator(org.springframework.web.util.CookieGenerator cookieGenerator)