@Service(value="blAuthorizeNetConfiguration") public class AuthorizeNetConfigurationImpl extends Object implements AuthorizeNetConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected int |
failureReportingThreshold |
protected boolean |
performAuthorizeAndCapture |
| Constructor and Description |
|---|
AuthorizeNetConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmUrl()
This is the URL to which Authorize.net returns upon a
successful transaction.
|
String |
getErrorUrl()
This is the URL to which Authorize.net returns upon a
failed transaction.
|
int |
getFailureReportingThreshold() |
org.broadleafcommerce.common.payment.PaymentGatewayType |
getGatewayType() |
String |
getLoginId()
This is the merchant API Login ID, provided by the
Merchant Interface.
|
String |
getMd5Key()
This is the MD5 Hash, generated through the
Merchant Interface.
|
String |
getResponseUrl()
This is the URL to which Authorize.net returns.
|
String |
getServerUrl()
This is the URL to which Authorize.net returns upon a
failed transaction.
|
String |
getTransactionKey()
This is the transaction fingerprint, provided by the
Merchant Interface.
|
String |
getTransactionVersion()
The merchant’s transaction version.
|
String |
getXTestRequest()
This value should only be true when testing in a live environment, e.g.
|
boolean |
handlesAuthorize() |
boolean |
handlesAuthorizeAndCapture() |
boolean |
handlesCapture() |
boolean |
handlesMultiplePayments() |
boolean |
handlesMultipleShipment() |
boolean |
handlesPartialCapture() |
boolean |
handlesRecurringPayment() |
boolean |
handlesRefund() |
boolean |
handlesReverseAuthorize() |
boolean |
handlesSavedCustomerPayment() |
boolean |
handlesVoid() |
boolean |
isPerformAuthorizeAndCapture() |
void |
setFailureReportingThreshold(int failureReportingThreshold) |
void |
setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture) |
protected int failureReportingThreshold
protected boolean performAuthorizeAndCapture
public String getLoginId()
AuthorizeNetConfigurationgetLoginId in interface AuthorizeNetConfigurationpublic String getTransactionKey()
AuthorizeNetConfigurationgetTransactionKey in interface AuthorizeNetConfigurationpublic String getMd5Key()
AuthorizeNetConfigurationgetMd5Key in interface AuthorizeNetConfigurationpublic String getTransactionVersion()
AuthorizeNetConfigurationgetTransactionVersion in interface AuthorizeNetConfigurationpublic String getResponseUrl()
AuthorizeNetConfigurationgetResponseUrl in interface AuthorizeNetConfigurationpublic String getConfirmUrl()
AuthorizeNetConfigurationgetConfirmUrl in interface AuthorizeNetConfigurationpublic String getErrorUrl()
AuthorizeNetConfigurationgetErrorUrl in interface AuthorizeNetConfigurationpublic String getServerUrl()
AuthorizeNetConfigurationgetServerUrl in interface AuthorizeNetConfigurationpublic String getXTestRequest()
AuthorizeNetConfigurationgetXTestRequest in interface AuthorizeNetConfigurationpublic boolean isPerformAuthorizeAndCapture()
isPerformAuthorizeAndCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic void setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture)
setPerformAuthorizeAndCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic int getFailureReportingThreshold()
getFailureReportingThreshold in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic void setFailureReportingThreshold(int failureReportingThreshold)
setFailureReportingThreshold in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesAuthorize()
handlesAuthorize in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesCapture()
handlesCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesAuthorizeAndCapture()
handlesAuthorizeAndCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesReverseAuthorize()
handlesReverseAuthorize in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesVoid()
handlesVoid in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesRefund()
handlesRefund in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesPartialCapture()
handlesPartialCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesMultipleShipment()
handlesMultipleShipment in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesRecurringPayment()
handlesRecurringPayment in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesSavedCustomerPayment()
handlesSavedCustomerPayment in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesMultiplePayments()
handlesMultiplePayments in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic org.broadleafcommerce.common.payment.PaymentGatewayType getGatewayType()
getGatewayType in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationCopyright © 2014. All Rights Reserved.