Uses of Class
com.paypal.base.exception.OAuthException

Packages that use OAuthException
com.paypal.base   
com.paypal.base.nvp   
com.paypal.base.soap   
com.paypal.base.util   
 

Uses of OAuthException in com.paypal.base
 

Methods in com.paypal.base that throw OAuthException
protected  String BaseService.call(APICallPreHandler apiCallPrehandler)
          Calls the APIService with the corresponding APICallPreHandler
 Map<String,String> AbstractCertificateHttpHeaderAuthStrategy.generateHeaderStrategy(CertificateCredential credential)
          Returns CertificateCredential as HTTP headers
 Map<String,String> AbstractSignatureHttpHeaderAuthStrategy.generateHeaderStrategy(SignatureCredential credential)
          Returns CertificateCredential as HTTP headers
 Map<String,String> APICallPreHandler.getHeaderMap()
          Returns headers for HTTP call
 String APIService.makeRequestUsing(APICallPreHandler apiCallPreHandler)
          Makes a request to API service
protected abstract  Map<String,String> AbstractCertificateHttpHeaderAuthStrategy.processTokenAuthorization(CertificateCredential credential, TokenAuthorization tokenAuth)
          Process TokenAuthorization based on API format
protected abstract  Map<String,String> AbstractSignatureHttpHeaderAuthStrategy.processTokenAuthorization(SignatureCredential credential, TokenAuthorization tokenAuth)
          Process TokenAuthorization based on API format
 

Uses of OAuthException in com.paypal.base.nvp
 

Methods in com.paypal.base.nvp that throw OAuthException
 Map<String,String> PlatformAPICallPreHandler.getHeaderMap()
           
protected  Map<String,String> CertificateHttpHeaderAuthStrategy.processTokenAuthorization(CertificateCredential credential, TokenAuthorization tokenAuth)
          Processing for TokenAuthorization under CertificateCredential
 Map<String,String> SignatureHttpHeaderAuthStrategy.processTokenAuthorization(SignatureCredential sigCred, TokenAuthorization tokenAuth)
          Processing for TokenAuthorization under SignatureCredential
 

Uses of OAuthException in com.paypal.base.soap
 

Methods in com.paypal.base.soap that throw OAuthException
 Map<String,String> MerchantAPICallPreHandler.getHeaderMap()
           
protected  Map<String,String> CertificateHttpHeaderAuthStrategy.processTokenAuthorization(CertificateCredential credential, TokenAuthorization tokenAuth)
          Processing for TokenAuthorization under CertificateCredential
protected  Map<String,String> SignatureHttpHeaderAuthStrategy.processTokenAuthorization(SignatureCredential sigCred, TokenAuthorization tokenAuth)
          Processing for TokenAuthorization under SignatureCredential
 

Uses of OAuthException in com.paypal.base.util
 

Methods in com.paypal.base.util that throw OAuthException
 String OAuthSignature.computeV1Signature()
          Computes OAuth Signature as per OAuth specification using signature Method.
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.setRequestURI(String uri)
          Sets URI for signature computation.
 boolean OAuthSignature.verifyV1Signature(String signature)
          verifyV1Signature verifies signature against computed signature.
 



Copyright © 2015. All Rights Reserved.