| Package | Description |
|---|---|
| com.paypal.core | |
| com.paypal.core.credential | |
| com.paypal.core.nvp | |
| com.paypal.core.rest | |
| com.paypal.core.soap |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticationStrategy<T,E extends ICredential>
A Strategy pattern to retrieve
ICredential as any conceivable
datatype as required by the application |
| Modifier and Type | Method and Description |
|---|---|
ICredential |
DefaultSOAPAPICallHandler.getCredential() |
ICredential |
APICallPreHandler.getCredential()
Returns
ICredential configured for the api call |
ICredential |
CredentialManager.getCredentialObject(String userId) |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateCredential
CertificateCredential encapsulates certificate credential
information used by service authentication systems. |
class |
SignatureCredential
SignatureCredential encapsulates signature credential
information used by service authentication systems |
| Modifier and Type | Method and Description |
|---|---|
ICredential |
PlatformAPICallPreHandler.getCredential() |
| Constructor and Description |
|---|
PlatformAPICallPreHandler(String rawPayLoad,
String serviceName,
String method,
ICredential credential)
Deprecated.
|
PlatformAPICallPreHandler(String rawPayLoad,
String serviceName,
String method,
ICredential credential,
String sdkName,
String sdkVersion,
String portName,
Map<String,String> configurationMap)
PlatformAPICallPreHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthTokenCredential
OAuthTokenCredential is used for generation of OAuth Token used by PayPal
REST API service.
|
| Modifier and Type | Method and Description |
|---|---|
ICredential |
RESTAPICallPreHandler.getCredential() |
| Modifier and Type | Method and Description |
|---|---|
ICredential |
MerchantAPICallPreHandler.getCredential() |
| Constructor and Description |
|---|
MerchantAPICallPreHandler(APICallPreHandler apiCallHandler,
ICredential credential)
Deprecated.
|
MerchantAPICallPreHandler(APICallPreHandler apiCallHandler,
ICredential credential,
String sdkName,
String sdkVersion,
String portName,
Map<String,String> configurationMap)
MerchantAPICallPreHandler decorating basic
APICallPreHandler
using ICredential |
Copyright © 2016. All Rights Reserved.