org.broadleafcommerce.core.web.order.security.extension
Class AbstractAuthSuccessHandlerExtensionHandler
java.lang.Object
org.broadleafcommerce.core.extension.AbstractExtensionHandler
org.broadleafcommerce.core.web.order.security.extension.AbstractAuthSuccessHandlerExtensionHandler
- All Implemented Interfaces:
- ExtensionHandler, AuthSuccessHandlerExtensionHandler
public class AbstractAuthSuccessHandlerExtensionHandler
- extends 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)
|
Method Summary |
ExtensionResultStatusType |
preMergeCartExecution(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
Perform any necessary tasks before the merge cart processor executes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAuthSuccessHandlerExtensionHandler
public AbstractAuthSuccessHandlerExtensionHandler()
preMergeCartExecution
public ExtensionResultStatusType preMergeCartExecution(javax.servlet.http.HttpServletRequest request,
javax.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:
Copyright © 2013. All Rights Reserved.