@Service(value="blAuthorizeNetTRExtensionHandler")
public class AuthorizeNetTRExtensionHandler
extends org.broadleafcommerce.common.web.payment.processor.AbstractTRCreditCardExtensionHandler
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizeNetConfiguration |
configuration |
protected org.broadleafcommerce.common.web.payment.processor.TRCreditCardExtensionManager |
extensionManager |
static String |
FIELD_NAMES |
static String |
FORM_ACTION_URL |
static String |
FORM_HIDDEN_PARAMS |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransparentRedirectService |
transparentRedirectService |
| Constructor and Description |
|---|
AuthorizeNetTRExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration |
getConfiguration() |
String |
getFormActionURLKey() |
String |
getHiddenParamsKey() |
org.broadleafcommerce.common.payment.service.PaymentGatewayTransparentRedirectService |
getTransparentRedirectService() |
void |
init() |
void |
populateFormParameters(Map<String,Map<String,String>> formParameters,
org.broadleafcommerce.common.payment.dto.PaymentResponseDTO responseDTO) |
createTransparentRedirectForm, setFormActionKey, setFormHiddenParamsKeygetPriority, isEnabled, setEnabled, setPrioritypublic static final String FORM_ACTION_URL
public static final String FORM_HIDDEN_PARAMS
public static final String FIELD_NAMES
protected org.broadleafcommerce.common.web.payment.processor.TRCreditCardExtensionManager extensionManager
protected AuthorizeNetConfiguration configuration
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransparentRedirectService transparentRedirectService
@PostConstruct public void init()
public String getFormActionURLKey()
getFormActionURLKey in class org.broadleafcommerce.common.web.payment.processor.AbstractTRCreditCardExtensionHandlerpublic String getHiddenParamsKey()
getHiddenParamsKey in class org.broadleafcommerce.common.web.payment.processor.AbstractTRCreditCardExtensionHandlerpublic org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration getConfiguration()
getConfiguration in class org.broadleafcommerce.common.web.payment.processor.AbstractTRCreditCardExtensionHandlerpublic org.broadleafcommerce.common.payment.service.PaymentGatewayTransparentRedirectService getTransparentRedirectService()
getTransparentRedirectService in class org.broadleafcommerce.common.web.payment.processor.AbstractTRCreditCardExtensionHandlerpublic void populateFormParameters(Map<String,Map<String,String>> formParameters, org.broadleafcommerce.common.payment.dto.PaymentResponseDTO responseDTO)
populateFormParameters in class org.broadleafcommerce.common.web.payment.processor.AbstractTRCreditCardExtensionHandlerCopyright © 2015. All Rights Reserved.