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
Logout success handler to handle logout with gigya session
-
Field Summary
Fields inherited from class de.hybris.platform.acceleratorstorefrontcommons.security.StorefrontLogoutSuccessHandler
CLOSE_ACCOUNT_PARAMFields inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.servicelayer.config.ConfigurationServiceorg.springframework.web.util.CookieGeneratorvoidonLogoutSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) voidsetCookieGenerator(org.springframework.web.util.CookieGenerator cookieGenerator) Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.security.StorefrontLogoutSuccessHandler
determineTargetUrl, getGuidCookieStrategy, getRestrictedPages, getSessionService, setGuidCookieStrategy, setRestrictedPages, setSessionServiceMethods inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
determineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseReferer
-
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:
onLogoutSuccessin interfaceorg.springframework.security.web.authentication.logout.LogoutSuccessHandler- Overrides:
onLogoutSuccessin classStorefrontLogoutSuccessHandler- Throws:
IOExceptionjavax.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)
-