Class DefaultCommerceRedirectStrategy
- java.lang.Object
-
- org.springframework.security.web.DefaultRedirectStrategy
-
- de.hybris.platform.yacceleratorstorefront.security.impl.DefaultCommerceRedirectStrategy
-
- All Implemented Interfaces:
org.springframework.security.web.RedirectStrategy
public class DefaultCommerceRedirectStrategy extends org.springframework.security.web.DefaultRedirectStrategyA redirect strategy used inStorefrontAuthenticationSuccessHandlerto handle express checkout case
-
-
Constructor Summary
Constructors Constructor Description DefaultCommerceRedirectStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CheckoutFlowFacadegetCheckoutFlowFacade()protected java.lang.StringgetExpressTargetUrl()voidsendRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String url)voidsetCheckoutFlowFacade(CheckoutFlowFacade checkoutFlowFacade)voidsetExpressTargetUrl(java.lang.String expressTargetUrl)
-
-
-
Method Detail
-
sendRedirect
public void sendRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String url) throws java.io.IOException- Specified by:
sendRedirectin interfaceorg.springframework.security.web.RedirectStrategy- Overrides:
sendRedirectin classorg.springframework.security.web.DefaultRedirectStrategy- Throws:
java.io.IOException
-
getExpressTargetUrl
protected java.lang.String getExpressTargetUrl()
-
setExpressTargetUrl
public void setExpressTargetUrl(java.lang.String expressTargetUrl)
-
getCheckoutFlowFacade
protected CheckoutFlowFacade getCheckoutFlowFacade()
-
setCheckoutFlowFacade
public void setCheckoutFlowFacade(CheckoutFlowFacade checkoutFlowFacade)
-
-