Uses of Interface
com.paypal.base.AuthenticationStrategy

Packages that use AuthenticationStrategy
com.paypal.base   
com.paypal.base.nvp   
com.paypal.base.soap   
 

Uses of AuthenticationStrategy in com.paypal.base
 

Classes in com.paypal.base that implement AuthenticationStrategy
 class AbstractCertificateHttpHeaderAuthStrategy
          AbstractCertificateHttpHeaderAuthStrategy is an abstract implementation for certificate based ICredential to be realized as HTTP headers
 class AbstractSignatureHttpHeaderAuthStrategy
          AbstractSignatureHttpHeaderAuthStrategy is an abstract implementation for signature based ICredential to be realized as HTTP headers
 

Uses of AuthenticationStrategy in com.paypal.base.nvp
 

Classes in com.paypal.base.nvp that implement AuthenticationStrategy
 class CertificateHttpHeaderAuthStrategy
          CertificateHttpHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on CertificateCredential and retrieves them as HTTP headers
 class SignatureHttpHeaderAuthStrategy
          CertificateHttpHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on SignatureCredential and retrieves them as HTTP headers
 

Uses of AuthenticationStrategy in com.paypal.base.soap
 

Classes in com.paypal.base.soap that implement AuthenticationStrategy
 class CertificateSOAPHeaderAuthStrategy
          CertificateSOAPHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on CertificateCredential and retrieves them as SOAP headers
 class SignatureSOAPHeaderAuthStrategy
          SignatureSOAPHeaderAuthStrategy is an implementation of AuthenticationStrategy which acts on SignatureCredential and retrieves them as SOAP headers
 



Copyright © 2015. All Rights Reserved.