| Package | Description |
|---|---|
| com.paypal.sdk.util |
| Modifier and Type | Method and Description |
|---|---|
static OAuthSignature.HTTPMethod |
OAuthSignature.HTTPMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthSignature.HTTPMethod[] |
OAuthSignature.HTTPMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
OAuthSignature.getAuthHeader(String apiUserName,
String apiPassword,
String accessToken,
String tokenSecret,
OAuthSignature.HTTPMethod httpMethod,
String scriptURI,
Map queryParams)
Accepts the required parameters and Provides OAuth signature and
TimeStamp.
|
static String |
OAuthSignature.getFullAuthString(String apiUserName,
String apiPassword,
String accessToken,
String tokenSecret,
OAuthSignature.HTTPMethod httpMethod,
String scriptURI,
Map queryParams)
Computes the value of the X_PP_AUTHORIZATION header
|
void |
OAuthSignature.setHTTPMethod(OAuthSignature.HTTPMethod method)
Sets HTTP Method
|
Copyright © 2016. All Rights Reserved.