Class AbstractAuthSuccessHandlerExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.web.order.security.extension.AbstractAuthSuccessHandlerExtensionHandler
All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler, AuthSuccessHandlerExtensionHandler

public class AbstractAuthSuccessHandlerExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements AuthSuccessHandlerExtensionHandler
Abstract handler for AuthSuccessHandlerExtensionHandler so that actual implementations of this handler do not need to implemenet every single method.
Author:
Andre Azzolini (apazzolini)
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    enabled, priority
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    preMergeCartExecution(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
    Perform any necessary tasks before the merge cart processor executes.

    Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    getPriority, isEnabled, setEnabled, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler

    getPriority, isEnabled
  • Constructor Details

    • AbstractAuthSuccessHandlerExtensionHandler

      public AbstractAuthSuccessHandlerExtensionHandler()
  • Method Details

    • preMergeCartExecution

      public org.broadleafcommerce.common.extension.ExtensionResultStatusType preMergeCartExecution(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
      Description copied from interface: AuthSuccessHandlerExtensionHandler
      Perform any necessary tasks before the merge cart processor executes.
      Specified by:
      preMergeCartExecution in interface AuthSuccessHandlerExtensionHandler
      Returns: