Class ShoppingStoreFrontAuthenticationSuccessHandler
java.lang.Object
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler
org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler
de.hybris.platform.acceleratorstorefrontcommons.security.StorefrontAuthenticationSuccessHandler
de.hybris.platform.travelacceleratorstorefront.security.TravelStorefrontAuthenticationSuccessHandler
de.hybris.platform.shoppingcommons.handlers.ShoppingStoreFrontAuthenticationSuccessHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class ShoppingStoreFrontAuthenticationSuccessHandler
extends TravelStorefrontAuthenticationSuccessHandler
-
Field Summary
FieldsFields inherited from class de.hybris.platform.acceleratorstorefrontcommons.security.StorefrontAuthenticationSuccessHandler
customerConsentDataStrategyFields inherited from class org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdetermineTargetUrl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class de.hybris.platform.travelacceleratorstorefront.security.TravelStorefrontAuthenticationSuccessHandler
getCmsSiteService, getConfigurationService, getSessionService, getTravelCartFacade, setCmsSiteService, setConfigurationService, setSessionService, setTravelCartFacadeMethods inherited from class de.hybris.platform.acceleratorstorefrontcommons.security.StorefrontAuthenticationSuccessHandler
getAdminAuthority, getBruteForceAttackCounter, getCartFacade, getCartRestorationStrategy, getCustomerConsentDataStrategy, getCustomerFacade, getForceDefaultTargetForUiExperienceLevel, getListRedirectUrlsForceDefaultTarget, getRestrictedPages, getUiExperienceService, invalidateSession, isAdminAuthority, isAlwaysUseDefaultTargetUrl, onAuthenticationSuccess, setAdminGroup, setBruteForceAttackCounter, setCartFacade, setCartRestorationStrategy, setCustomerConsentDataStrategy, setCustomerFacade, setForceDefaultTargetForUiExperienceLevel, setListRedirectUrlsForceDefaultTarget, setRestrictedPages, setUiExperienceServiceMethods inherited from class org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler
setRequestCacheMethods inherited from class org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler
clearAuthenticationAttributesMethods inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
determineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseRefererMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
onAuthenticationSuccess
-
Field Details
-
BACKSLASH
- See Also:
-
-
Constructor Details
-
ShoppingStoreFrontAuthenticationSuccessHandler
public ShoppingStoreFrontAuthenticationSuccessHandler()
-
-
Method Details
-
determineTargetUrl
protected String determineTargetUrl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Overrides:
determineTargetUrlin classTravelStorefrontAuthenticationSuccessHandler
-