Class AuthSuccessHandlerExtensionManager

java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<AuthSuccessHandlerExtensionHandler>
org.broadleafcommerce.core.web.order.security.extension.AuthSuccessHandlerExtensionManager
All Implemented Interfaces:
InvocationHandler

@Service("blAuthSuccessHandlerExtensionManager") public class AuthSuccessHandlerExtensionManager extends org.broadleafcommerce.common.extension.ExtensionManager<AuthSuccessHandlerExtensionHandler>
Author:
Andre Azzolini (apazzolini)
  • Field Summary

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

    extensionHandler, handlers, handlersSorted, LOCK_OBJECT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

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

    execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuthSuccessHandlerExtensionManager

      public AuthSuccessHandlerExtensionManager()
  • Method Details

    • continueOnHandled

      public boolean continueOnHandled()
      Overrides:
      continueOnHandled in class org.broadleafcommerce.common.extension.ExtensionManager<AuthSuccessHandlerExtensionHandler>