Uses of Class
com.paypal.base.util.OAuthSignature.HTTPMethod

Packages that use OAuthSignature.HTTPMethod
com.paypal.base.util   
 

Uses of OAuthSignature.HTTPMethod in com.paypal.base.util
 

Methods in com.paypal.base.util that return OAuthSignature.HTTPMethod
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.
 

Methods in com.paypal.base.util with parameters of type OAuthSignature.HTTPMethod
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 © 2015. All Rights Reserved.