- getCacertPassword() - Method in class com.cybersource.ws.client.MerchantConfig
-
Getter method for cacertPassword
- getConnectionRequestTimeoutMs() - Method in class com.cybersource.ws.client.MerchantConfig
-
Time taken in milliseconds to get connection request from the pool.
- getConnectionTimeoutMs() - Method in class com.cybersource.ws.client.MerchantConfig
-
Specifies the number of milliseconds to wait while a connection is being established.
- getCustomHttpClass() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getDefaultMaxConnectionsPerRoute() - Method in class com.cybersource.ws.client.MerchantConfig
-
the maximum number of connections per (any) route
- getDefaultUseHttpClient() - Static method in class com.cybersource.ws.client.ConnectionHelper
-
Default HTTP Client
- getEffectiveNamespaceURI() - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns the effective namespace URI to be used to parse the request and
reply documents.
- getEffectiveNamespaceURI(Properties, String) - Static method in class com.cybersource.ws.client.XMLClient
-
Returns the effective namespace URI for the specified merchant id.
- getEffectivePassword() - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns the effective key password.
- getEffectiveServerURL() - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns the effective server URL to which the request will be sent.
- getElapsedTimeForTransaction() - Method in class com.cybersource.ws.client.MyStopWatch
-
Get total time taken for transaction to be completed
- getElement(Document, String, String) - Static method in class com.cybersource.ws.client.Utility
-
Returns the Element object corresponding to the given element name.
- getElementText(Document, String, String) - Static method in class com.cybersource.ws.client.Utility
-
Returns the text value of the given element name in the CyberSource
namespace.
- getEnableLog() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getEvictThreadSleepTimeMs() - Method in class com.cybersource.ws.client.MerchantConfig
-
Specifies time duration in milliseconds between "sweeps" by the "idle connection" evictor thread.
- getFaultCode() - Method in exception com.cybersource.ws.client.FaultException
-
Returns the fault code.
- getFaultDocument() - Method in exception com.cybersource.ws.client.FaultException
-
Returns the fault document passed in the constructor.
- getFaultString() - Method in exception com.cybersource.ws.client.FaultException
-
Returns the fault string.
- getHttpError() - Method in exception com.cybersource.ws.client.ClientException
-
Returns additional HTTP error information, if any.
- getHttpStatusCode() - Method in exception com.cybersource.ws.client.ClientException
-
Returns the HTTP status code, if any.
- getIdleTime() - Method in class com.cybersource.ws.client.IdleConnectionMonitorThread
-
Specifies the time duration in milliseconds that a connection can be idle before it is evicted from the pool.
- getInnerException() - Method in exception com.cybersource.ws.client.ClientException
-
Returns the actual exception that occurred, if any.
- getInnerException() - Method in exception com.cybersource.ws.client.SignException
-
Gets the actual exception that occurred.
- getInstance(MerchantConfig, DocumentBuilder, LoggerWrapper) - Static method in class com.cybersource.ws.client.Connection
-
Get connection instance based on properties
- getKeyAlias() - Method in class com.cybersource.ws.client.Identity
-
getter method for keyAlias
- getKeyAlias() - Method in class com.cybersource.ws.client.MerchantConfig
-
If keyAlias not null, return keyAlias, else return merchantId
- getKeyFile() - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns a File object representing the key file.
- getKeyFilename() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getKeyPassword() - Method in class com.cybersource.ws.client.MerchantConfig
-
If keyPassword not null, return keyPassword, else return merchantId
- getKeysDirectory() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getLogDirectory() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getLogFile() - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns a File object representing the log file.
- getLogFilename() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getLogger() - Method in class com.cybersource.ws.client.LoggerWrapper
-
Returns the encapsulated Logger object.
- getLogMaximumSize() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getLogSignedData() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getLogString() - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns a string representation of the properties for logging purposes.
- getMaxConnections() - Method in class com.cybersource.ws.client.MerchantConfig
-
Specifies the maximum number of concurrent, active HTTP connections allowed by the resource instance to be opened with the target service.
- getMaxConnectionsPerRoute() - Method in class com.cybersource.ws.client.MerchantConfig
-
Specifies the maximum number of concurrent, active HTTP connections allowed by the resource instance to the same host or route.
- getMaxKeepAliveTimeMs() - Method in class com.cybersource.ws.client.MerchantConfig
-
Specifies the time duration in milliseconds that a connection can be idle before it is evicted from the pool.
- getMerchantID() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getMessage() - Method in exception com.cybersource.ws.client.ClientException
-
Returns a description of the exception.
- getMessage() - Method in exception com.cybersource.ws.client.FaultException
-
Returns a description of the exception.
- getMessage() - Method in exception com.cybersource.ws.client.SignException
-
Returns the message in the inner exception.
- getMethodElapsedTime() - Method in class com.cybersource.ws.client.MyStopWatch
-
get total time taken for method execution
- getName() - Method in class com.cybersource.ws.client.Identity
-
getter method for name
- getNamespaceURI() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getNumberOfRetries() - Method in class com.cybersource.ws.client.MerchantConfig
-
Getter method for numberOfRetries
- getPassword() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getPrivateKey() - Method in class com.cybersource.ws.client.Identity
-
getter method for privateKey
- getProperty(String, String) - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns the value of the specified property.
- getProperty(String, String, String) - Method in class com.cybersource.ws.client.MerchantConfig
-
Returns the value of the specified property.
- getProxyHost() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getProxyPassword() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getProxyPort() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getProxyUser() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getPswd() - Method in class com.cybersource.ws.client.Identity
-
getter method for pswd
- getRequestID() - Method in exception com.cybersource.ws.client.FaultException
-
Returns the request id returned by CyberSource.
- getResponseIssuedAtTime(String) - Static method in class com.cybersource.ws.client.Utility
-
- getResponseTransitTime(long) - Static method in class com.cybersource.ws.client.Utility
-
This is the response transit time in seconds.
- getRetryInterval() - Method in class com.cybersource.ws.client.MerchantConfig
-
Getter method for retryInterval
added <=1 check as in previous release(6.2.9 or lower) it was set in seconds.
- getSendToAkamai() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getSendToProduction() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getSerialNumber() - Method in class com.cybersource.ws.client.Identity
-
getter method for serialNumber
- getServerAlias(Map<String, Identity>) - Static method in class com.cybersource.ws.client.SecurityUtil
-
- getServerURL() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getSleepTime() - Method in class com.cybersource.ws.client.IdleConnectionMonitorThread
-
Specifies time duration in milliseconds between "sweeps" by the "idle connection" evictor thread.
- getSocketTimeoutMs() - Method in class com.cybersource.ws.client.MerchantConfig
-
Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets.
- getStackTrace(Exception) - Static method in class com.cybersource.ws.client.Utility
-
Returns the stack trace of the supplied Exception object.
- getStopWatch() - Method in class com.cybersource.ws.client.LoggerWrapper
-
- getTargetAPIVersion() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getTimeout() - Method in class com.cybersource.ws.client.MerchantConfig
-
Deprecated.
- getUniqueKey() - Method in class com.cybersource.ws.client.LoggerWrapper
-
- getUseHttpClient() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getUseHttpClientWithConnectionPool() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getUseSignAndEncrypted() - Method in class com.cybersource.ws.client.MerchantConfig
-
- getValidateAfterInactivityMs() - Method in class com.cybersource.ws.client.MerchantConfig
-
Defines period of inactivity in milliseconds after which persistent connections must be re-validated prior to being
leased to the consumer.
- getX509Cert() - Method in class com.cybersource.ws.client.Identity
-
getter method for x509Cert
- Identity - Class in com.cybersource.ws.client
-
This class is used to store an identity of a unknown entity.
- Identity(MerchantConfig, X509Certificate) - Constructor for class com.cybersource.ws.client.Identity
-
Creates an Identity instance.this type of the instance can
only be used to store server certificate identity.
- Identity(MerchantConfig, X509Certificate, PrivateKey, Logger) - Constructor for class com.cybersource.ws.client.Identity
-
Creates an Identity instance.this type of the instance can
only be used to store merchant identity.
- IdleConnectionMonitorThread - Class in com.cybersource.ws.client
-
Creates daemon thread to monitor and kill the idle/stale/expired
connections in the connection pool.
- IdleConnectionMonitorThread(HttpClientConnectionManager, long, long) - Constructor for class com.cybersource.ws.client.IdleConnectionMonitorThread
-
- initHttpClient(MerchantConfig) - Method in class com.cybersource.ws.client.HttpClientConnection
-
To initialize HttpClient and set proxy
- initHttpClient(MerchantConfig, PoolingHttpClientConnectionManager) - Method in class com.cybersource.ws.client.PoolingHttpClientConnection
-
- isAllowRetry() - Method in class com.cybersource.ws.client.MerchantConfig
-
Getter method for allowRetry
- isCacertEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
-
Getter method for enableCacert
- isCertificateCacheEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
-
If this property is set to false then the p12 certificate of a merchant will be reloaded
every time a transaction is made
- isCritical() - Method in exception com.cybersource.ws.client.ClientException
-
Returns whether or not this exception is critical.
- isCritical() - Method in exception com.cybersource.ws.client.FaultException
-
Returns whether or not this exception is critical.
- isCustomHttpClassEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
-
- isJdkCertEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
-
Getter method for enableJdkCert
- isMerchantConfigCacheEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
-
If this property is set to true (default value is false) it will cache the merchantConfig object based on keyAlias/merchantID
If cache enabled is true, for single merchant id, if you change any properties after first initialization, it will not reflect
- isRequestSent() - Method in class com.cybersource.ws.client.Connection
-
To check is request sent or not
- isRequestSent() - Method in class com.cybersource.ws.client.HttpClientConnection
-
To check is request sent or not
- isRequestSent() - Method in class com.cybersource.ws.client.JDKHttpURLConnection
-
- isRequestSent() - Method in class com.cybersource.ws.client.PoolingHttpClientConnection
-
To check whether request sent or not
- isSafe(int, String) - Static method in class com.cybersource.ws.client.PCI
-
check for safety of field details.
- isShutdownHookEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
-
This is to enable shutdown hook in case of httpclient with connection Polling.
- isStaleConnectionCheckEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
-
It determines whether the stale connection check is to be used.
- isValid(File, Logger) - Method in class com.cybersource.ws.client.Identity
-
If merchant uploads a new key then isValid method will return false and certificate reload will happen.