Uses of Interface
com.paypal.base.credential.ICredential

Packages that use ICredential
com.paypal.base   
com.paypal.base.credential   
com.paypal.base.nvp   
com.paypal.base.rest   
com.paypal.base.soap   
 

Uses of ICredential in com.paypal.base
 

Classes in com.paypal.base with type parameters of type ICredential
 interface AuthenticationStrategy<T,E extends ICredential>
          A Strategy pattern to retrieve ICredential as any conceivable datatype as required by the application
 

Methods in com.paypal.base that return ICredential
 ICredential DefaultSOAPAPICallHandler.getCredential()
           
 ICredential APICallPreHandler.getCredential()
          Returns ICredential configured for the api call
 ICredential CredentialManager.getCredentialObject(String userId)
           
 

Uses of ICredential in com.paypal.base.credential
 

Classes in com.paypal.base.credential that implement ICredential
 class CertificateCredential
          CertificateCredential encapsulates certificate credential information used by service authentication systems.
 class SignatureCredential
          SignatureCredential encapsulates signature credential information used by service authentication systems
 

Uses of ICredential in com.paypal.base.nvp
 

Methods in com.paypal.base.nvp that return ICredential
 ICredential PlatformAPICallPreHandler.getCredential()
           
 

Constructors in com.paypal.base.nvp with parameters of type ICredential
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
 

Uses of ICredential in com.paypal.base.rest
 

Classes in com.paypal.base.rest that implement ICredential
 class OAuthTokenCredential
          OAuthTokenCredential is used for generation of OAuth Token used by PayPal REST API service.
 

Methods in com.paypal.base.rest that return ICredential
 ICredential RESTAPICallPreHandler.getCredential()
           
 

Uses of ICredential in com.paypal.base.soap
 

Methods in com.paypal.base.soap that return ICredential
 ICredential MerchantAPICallPreHandler.getCredential()
           
 

Constructors in com.paypal.base.soap with parameters of type ICredential
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 © 2015. All Rights Reserved.