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.DefaultRedirectStrategy
A redirect strategy used in StorefrontAuthenticationSuccessHandler to handle express checkout case
  • Constructor Details

    • DefaultCommerceRedirectStrategy

      public DefaultCommerceRedirectStrategy()
  • Method Details

    • sendRedirect

      public void sendRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String url) throws IOException
      Specified by:
      sendRedirect in interface org.springframework.security.web.RedirectStrategy
      Overrides:
      sendRedirect in class org.springframework.security.web.DefaultRedirectStrategy
      Throws:
      IOException
    • getExpressTargetUrl

      protected String getExpressTargetUrl()
    • setExpressTargetUrl

      public void setExpressTargetUrl(String expressTargetUrl)
    • getCheckoutFlowFacade

      protected CheckoutFlowFacade getCheckoutFlowFacade()
    • setCheckoutFlowFacade

      public void setCheckoutFlowFacade(CheckoutFlowFacade checkoutFlowFacade)