com.paypal.core.AbstractSignatureHttpHeaderAuthStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paypal-core Show documentation
Show all versions of paypal-core Show documentation
PayPal Java SDK Core library base and common to PayPal SDKs. The paypal-core library is a dependency for all PayPal related Java SDKs
package com.paypal.core;
import java.util.HashMap;
import java.util.Map;
import com.paypal.core.credential.SignatureCredential;
import com.paypal.core.credential.TokenAuthorization;
import com.paypal.sdk.exceptions.OAuthException;
/**
* AbstractSignatureHttpHeaderAuthStrategy is an abstract implementation for
* signature based {@link ICredential} to be realized as HTTP headers
*/
public abstract class AbstractSignatureHttpHeaderAuthStrategy implements
AuthenticationStrategy
© 2015 - 2025 Weber Informatics LLC | Privacy Policy