- call(APICallPreHandler) - Method in class com.paypal.core.BaseService
-
- CertificateCredential - Class in com.paypal.core.credential
-
CertificateCredential encapsulates certificate credential
information used by service authentication systems.
- CertificateCredential(String, String, String, String) - Constructor for class com.paypal.core.credential.CertificateCredential
-
Certificate Credential
- CertificateHttpHeaderAuthStrategy - Class in com.paypal.core.nvp
-
CertificateHttpHeaderAuthStrategy is an implementation of
AuthenticationStrategy which acts on
CertificateCredential
and retrieves them as HTTP headers
- CertificateHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.core.nvp.CertificateHttpHeaderAuthStrategy
-
CertificateHttpHeaderAuthStrategy
- CertificateHttpHeaderAuthStrategy - Class in com.paypal.core.soap
-
CertificateHttpHeaderAuthStrategy is an implementation of
AuthenticationStrategy which acts on
CertificateCredential
and retrieves them as HTTP headers
- CertificateHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.core.soap.CertificateHttpHeaderAuthStrategy
-
CertificateHttpHeaderAuthStrategy
- CertificateSOAPHeaderAuthStrategy - Class in com.paypal.core.soap
-
- CertificateSOAPHeaderAuthStrategy() - Constructor for class com.paypal.core.soap.CertificateSOAPHeaderAuthStrategy
-
- CharEncoding - Class in com.paypal.core.codec
-
Character encoding names required of every implementation of the Java platform.
- CLIENT_ID - Static variable in class com.paypal.core.Constants
-
- CLIENT_SECRET - Static variable in class com.paypal.core.Constants
-
- ClientActionRequiredException - Exception in com.paypal.exception
-
ClientActionRequiredException, encapsulates instances where client has to
take actions based or errors in API call.
- ClientActionRequiredException(String) - Constructor for exception com.paypal.exception.ClientActionRequiredException
-
- ClientActionRequiredException(String, Throwable) - Constructor for exception com.paypal.exception.ClientActionRequiredException
-
- ClientCredentials - Class in com.paypal.core
-
ClientCredentials holds Client ID and Client Secret
- ClientCredentials() - Constructor for class com.paypal.core.ClientCredentials
-
- com.paypal.core - package com.paypal.core
-
- com.paypal.core.codec - package com.paypal.core.codec
-
- com.paypal.core.codec.binary - package com.paypal.core.codec.binary
-
- com.paypal.core.credential - package com.paypal.core.credential
-
- com.paypal.core.message - package com.paypal.core.message
-
- com.paypal.core.nvp - package com.paypal.core.nvp
-
- com.paypal.core.rest - package com.paypal.core.rest
-
- com.paypal.core.soap - package com.paypal.core.soap
-
- com.paypal.exception - package com.paypal.exception
-
- com.paypal.ipn - package com.paypal.ipn
-
- com.paypal.sdk.exceptions - package com.paypal.sdk.exceptions
-
- com.paypal.sdk.openidconnect - package com.paypal.sdk.openidconnect
-
- com.paypal.sdk.util - package com.paypal.sdk.util
-
- combineDefaultMap(Map<String, String>) - Static method in class com.paypal.core.SDKUtil
-
Combines some
Map with default values.
- combineDefaultProperties(Properties) - Static method in class com.paypal.core.ConfigManager
-
- computeV1Signature() - Method in class com.paypal.sdk.util.OAuthSignature
-
Computes OAuth Signature as per OAuth specification using signature
Method.
- config - Variable in class com.paypal.core.HttpConnection
-
Subclasses must set the http configuration in the
createAndconfigureHttpConnection() method.
- ConfigManager - Class in com.paypal.core
-
ConfigManager loads configuration from 'sdk_config.properties'
file found in the classpath.
- configurationMap - Variable in class com.paypal.core.BaseService
-
- configureAndExecute(String, HttpMethod, String, String, Class<T>) - Static method in class com.paypal.core.rest.PayPalResource
-
Deprecated.
- configureAndExecute(APIContext, HttpMethod, String, String, Class<T>) - Static method in class com.paypal.core.rest.PayPalResource
-
Configures and executes REST call: Supports JSON
- configureAndExecute(APIContext, HttpMethod, String, Map<String, String>, String, Class<T>) - Static method in class com.paypal.core.rest.PayPalResource
-
Deprecated.
- connection - Variable in class com.paypal.core.HttpConnection
-
Subclasses must create and set the connection in the
createAndconfigureHttpConnection() method.
- ConnectionManager - Class in com.paypal.core
-
ConnectionManager acts as a interface to retrieve
HttpConnection
objects used by API service
- Constants - Class in com.paypal.core
-
- constructMap(Properties) - Static method in class com.paypal.core.SDKUtil
-
Constructs a Map
from a Properties object by
combining the default values.
- containsAlphabetOrPad(byte[]) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
- createAndconfigureHttpConnection(HttpConfiguration) - Method in class com.paypal.core.DefaultHttpConnection
-
- createAndconfigureHttpConnection(HttpConfiguration) - Method in class com.paypal.core.GoogleAppEngineHttpConnection
-
- createAndconfigureHttpConnection(HttpConfiguration) - Method in class com.paypal.core.HttpConnection
-
create and configure HttpsURLConnection object
- createAPICallPreHandler() - Method in interface com.paypal.core.APICallPreHandlerFactory
-
- createAPICallPreHandler(Map<String, String>, String, String, Map<String, String>, String, String, SDKVersion) - Static method in class com.paypal.core.rest.PayPalResource
-
- createFromAuthorizationCode(CreateFromAuthorizationCodeParameters) - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Creates an Access Token from an Authorization Code.
- createFromAuthorizationCode(APIContext, CreateFromAuthorizationCodeParameters) - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Creates an Access Token from an Authorization Code.
- createFromAuthorizationCodeForFpp(APIContext, CreateFromAuthorizationCodeParameters) - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Creates an Access and a Refresh Tokens from an Authorization Code for future payment.
- CreateFromAuthorizationCodeParameters - Class in com.paypal.sdk.openidconnect
-
- CreateFromAuthorizationCodeParameters() - Constructor for class com.paypal.sdk.openidconnect.CreateFromAuthorizationCodeParameters
-
- createFromRefreshToken(CreateFromRefreshTokenParameters) - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Creates an Access Token from an Refresh Token.
- createFromRefreshToken(APIContext, CreateFromRefreshTokenParameters) - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Creates an Access Token from an Refresh Token.
- CreateFromRefreshTokenParameters - Class in com.paypal.sdk.openidconnect
-
- CreateFromRefreshTokenParameters() - Constructor for class com.paypal.sdk.openidconnect.CreateFromRefreshTokenParameters
-
- CREDENTIAL_APPLICATIONID_SUFFIX - Static variable in class com.paypal.core.Constants
-
- CREDENTIAL_CERTKEY_SUFFIX - Static variable in class com.paypal.core.Constants
-
- CREDENTIAL_CERTPATH_SUFFIX - Static variable in class com.paypal.core.Constants
-
- CREDENTIAL_PASSWORD_SUFFIX - Static variable in class com.paypal.core.Constants
-
- CREDENTIAL_SIGNATURE_SUFFIX - Static variable in class com.paypal.core.Constants
-
- CREDENTIAL_SUBJECT_SUFFIX - Static variable in class com.paypal.core.Constants
-
- CREDENTIAL_USERNAME_SUFFIX - Static variable in class com.paypal.core.Constants
-
- CredentialManager - Class in com.paypal.core
-
CredentialManager acts as a factory for loading
ICredential credential configured in application properties
- CredentialManager(Map<String, String>) - Constructor for class com.paypal.core.CredentialManager
-
Credential Manager
- currentLinePos - Variable in class com.paypal.core.codec.binary.BaseNCodec
-
Variable tracks how many characters have been written to the current line.
- debug(Class<?>, Object) - Static method in class com.paypal.core.LoggingManager
-
- debug(Class<?>, Object, Throwable) - Static method in class com.paypal.core.LoggingManager
-
- decode(Object) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Decodes an Object using the Base-N algorithm.
- decode(String) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Decodes a String containing characters in the Base-N alphabet.
- decode(byte[]) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Decodes a byte[] containing characters in the Base-N alphabet.
- decode(byte[]) - Method in interface com.paypal.core.codec.BinaryDecoder
-
Decodes a byte array and returns the results as a byte array.
- decode(Object) - Method in interface com.paypal.core.codec.Decoder
-
Decodes an "encoded" Object and returns a "decoded"
Object.
- decode(String) - Static method in class com.paypal.core.NVPUtil
-
Utility method used to decode the nvp response String
- decodeBase64(String) - Static method in class com.paypal.core.codec.binary.Base64
-
Decodes a Base64 String into octets
- decodeBase64(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Decodes Base64 data into octets
- decodeInteger(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
- Decoder - Interface in com.paypal.core.codec
-
Provides the highest level of abstraction for Decoders.
- decodeResponseObject(Object, String) - Static method in class com.paypal.core.ReflectionUtil
-
- DecoderException - Exception in com.paypal.core.codec
-
Thrown when there is a failure condition during the decoding process.
- DecoderException() - Constructor for exception com.paypal.core.codec.DecoderException
-
Constructs a new exception with null as its detail message.
- DecoderException(String) - Constructor for exception com.paypal.core.codec.DecoderException
-
Constructs a new exception with the specified detail message.
- DecoderException(String, Throwable) - Constructor for exception com.paypal.core.codec.DecoderException
-
Constructsa new exception with the specified detail message and cause.
- DecoderException(Throwable) - Constructor for exception com.paypal.core.codec.DecoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
null : cause.toString()) (which typically contains the class and detail message of cause).
- DEFAULT_CONFIGURATION_FILE - Static variable in class com.paypal.core.Constants
-
- DefaultHttpConnection - Class in com.paypal.core
-
Wrapper class used for HttpsURLConnection
- DefaultHttpConnection() - Constructor for class com.paypal.core.DefaultHttpConnection
-
- DefaultSOAPAPICallHandler - Class in com.paypal.core
-
- DefaultSOAPAPICallHandler(String, String, String) - Constructor for class com.paypal.core.DefaultSOAPAPICallHandler
-
Deprecated.
- DefaultSOAPAPICallHandler(String, String, String, Map<String, String>) - Constructor for class com.paypal.core.DefaultSOAPAPICallHandler
-
DefaultSOAPAPICallHandler acts as the base SOAPAPICallHandler.
- DefaultSOAPAPICallHandler(XMLMessageSerializer, BaseAPIContext, Map<String, String>, String) - Constructor for class com.paypal.core.DefaultSOAPAPICallHandler
-
- DefaultSOAPAPICallHandler.XmlNamespaceProvider - Interface in com.paypal.core
-
XML Namespace provider for SOAP serialization
- DEVICE_IP_ADDRESS - Static variable in class com.paypal.core.Constants
-
- EMPTY_STRING - Static variable in class com.paypal.core.Constants
-
- encode(Object) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Encodes an Object using the Base-N algorithm.
- encode(byte[]) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(byte[]) - Method in interface com.paypal.core.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data
as a byte array.
- encode(Object) - Method in interface com.paypal.core.codec.Encoder
-
Encodes an "Object" and returns the encoded content
as an Object.
- encode(String, String) - Static method in class com.paypal.sdk.util.PayPalURLEncoder
-
Encodes the given string s in a x-www-form-urlencoded string
using the specified encoding scheme enc.
- encodeAsString(byte[]) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
- encodeBase64(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeInteger(BigInteger) - Static method in class com.paypal.core.codec.binary.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
- Encoder - Interface in com.paypal.core.codec
-
Provides the highest level of abstraction for Encoders.
- EncoderException - Exception in com.paypal.core.codec
-
Thrown when there is a failure condition during the encoding process.
- EncoderException() - Constructor for exception com.paypal.core.codec.EncoderException
-
Constructs a new exception with null as its detail message.
- EncoderException(String) - Constructor for exception com.paypal.core.codec.EncoderException
-
Constructs a new exception with the specified detail message.
- EncoderException(String, Throwable) - Constructor for exception com.paypal.core.codec.EncoderException
-
Constructs a new exception with the specified detail message and cause.
- EncoderException(Throwable) - Constructor for exception com.paypal.core.codec.EncoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
null : cause.toString()) (which typically contains the class and detail message of cause).
- encodeToString(byte[]) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
- encodeUrl(String) - Static method in class com.paypal.core.NVPUtil
-
Utility method used to encode the value
- ENCODING_FORMAT - Static variable in class com.paypal.core.Constants
-
- ENDPOINT - Static variable in class com.paypal.core.Constants
-
- endPointUrl - Variable in class com.paypal.core.AbstractCertificateHttpHeaderAuthStrategy
-
Endpoint url
- endPointUrl - Variable in class com.paypal.core.AbstractSignatureHttpHeaderAuthStrategy
-
Endpoint url
- ensureBufferSize(int) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Ensure that the buffer has room for size bytes
- eof - Variable in class com.paypal.core.codec.binary.BaseNCodec
-
Boolean flag to indicate the EOF has been reached.
- Error - Class in com.paypal.sdk.openidconnect
-
- Error() - Constructor for class com.paypal.sdk.openidconnect.Error
-
Default Constructor
- Error(String) - Constructor for class com.paypal.sdk.openidconnect.Error
-
Parameterized Constructor
- escapeInvalidXmlChars(String) - Static method in class com.paypal.core.SDKUtil
-
Method replaces invalid XML entities with proper escapes, this method
does not depend on regular expressions
- escapeInvalidXmlCharsRegex(String) - Static method in class com.paypal.core.SDKUtil
-
Method replaces invalid XML entities with proper escapes, this method
depends on regular expressions
- escapeInvalidXmlCharsRegex(Integer) - Static method in class com.paypal.core.SDKUtil
-
Method replaces invalid XML entities with proper escapes, this method
depends on regular expressions
- escapeInvalidXmlCharsRegex(Long) - Static method in class com.paypal.core.SDKUtil
-
Method replaces invalid XML entities with proper escapes, this method
depends on regular expressions
- escapeInvalidXmlCharsRegex(Boolean) - Static method in class com.paypal.core.SDKUtil
-
Method replaces invalid XML entities with proper escapes, this method
depends on regular expressions
- escapeInvalidXmlCharsRegex(Double) - Static method in class com.paypal.core.SDKUtil
-
Method replaces invalid XML entities with proper escapes, this method
depends on regular expressions
- escapeInvalidXmlCharsRegex(Float) - Static method in class com.paypal.core.SDKUtil
-
Method replaces invalid XML entities with proper escapes, this method
depends on regular expressions
- execute(String, String, Map<String, String>) - Method in class com.paypal.core.HttpConnection
-
Executes HTTP request
- expiresIn() - Method in class com.paypal.core.rest.OAuthTokenCredential
-
Specifies how long this token can be used for placing API calls.
- generateHeaderStrategy(CertificateCredential) - Method in class com.paypal.core.AbstractCertificateHttpHeaderAuthStrategy
-
- generateHeaderStrategy(SignatureCredential) - Method in class com.paypal.core.AbstractSignatureHttpHeaderAuthStrategy
-
Returns CertificateCredential as HTTP headers
- generateHeaderStrategy(E) - Method in interface com.paypal.core.AuthenticationStrategy
-
Generates Headers
ICredential as any type as chosen by the
implementation
- generateHeaderStrategy(CertificateCredential) - Method in class com.paypal.core.soap.CertificateSOAPHeaderAuthStrategy
-
- generateHeaderStrategy(SignatureCredential) - Method in class com.paypal.core.soap.SignatureSOAPHeaderAuthStrategy
-
- generateMapFromResponse(Object, String) - Static method in class com.paypal.core.ReflectionUtil
-
- getAccessToken() - Method in class com.paypal.core.BaseService
-
Gets the Access Token
- getAccessToken() - Method in class com.paypal.core.credential.TokenAuthorization
-
- getAccessToken() - Method in class com.paypal.core.rest.APIContext
-
Returns the Access Token
- getAccessToken() - Method in class com.paypal.core.rest.OAuthTokenCredential
-
Computes Access Token by placing a call to OAuth server using ClientID
and ClientSecret.
- getAccessToken() - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Getter for just accessToken without type (e.g., "EEwJ6tF9x5WCIZDYzyZGaz6Khbw7raYRIBV_WxVvgmsG")
- getAccessTokenWithType() - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Getter for accessToken with token type (e.g., "Bearer: EEwJ6tF9x5WCIZDYzyZGaz6Khbw7raYRIBV_WxVvgmsG")
- getAccountType() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for accountType
- getAddress() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for address
- getAgeRange() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for ageRange
- getApplicationId() - Method in class com.paypal.core.credential.CertificateCredential
-
- getApplicationId() - Method in class com.paypal.core.credential.SignatureCredential
-
- getAuthHeader(String, String, String, String, OAuthSignature.HTTPMethod, String, Map) - Static method in class com.paypal.sdk.util.OAuthSignature
-
Accepts the required parameters and Provides OAuth signature and
TimeStamp.
- getAuthorizationHeader() - Method in class com.paypal.core.rest.OAuthTokenCredential
-
Computes Access Token by doing a Base64 encoding on the ClientID and
ClientSecret.
- getBaseURL() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
Returns the base URL configured in application resources or
Map
passed for dynamic configuration
- getBirthdate() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for birthdate
- getBytesIso8859_1(String) - Static method in class com.paypal.core.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new
byte array.
- getBytesUnchecked(String, String) - Static method in class com.paypal.core.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte
array.
- getBytesUsAscii(String) - Static method in class com.paypal.core.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte
array.
- getBytesUtf16(String) - Static method in class com.paypal.core.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte
array.
- getBytesUtf16Be(String) - Static method in class com.paypal.core.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte
array.
- getBytesUtf16Le(String) - Static method in class com.paypal.core.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte
array.
- getBytesUtf8(String) - Static method in class com.paypal.core.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte
array.
- getCertificateKey() - Method in class com.paypal.core.credential.CertificateCredential
-
- getCertificatePath() - Method in class com.paypal.core.credential.CertificateCredential
-
- getClientID() - Method in class com.paypal.core.ClientCredentials
-
- getClientID() - Static method in class com.paypal.core.rest.PayPalResource
-
Return Client ID from configuration Map
- getClientSecret() - Method in class com.paypal.core.ClientCredentials
-
- getClientSecret() - Static method in class com.paypal.core.rest.PayPalResource
-
Returns Client Secret from configuration Map
- getConfigurationMap() - Method in class com.paypal.core.BaseAPIContext
-
- getConfigurationMap() - Method in class com.paypal.core.ConfigManager
-
- getConnection() - Method in class com.paypal.core.ConnectionManager
-
- getConnection(HttpConfiguration) - Method in class com.paypal.core.ConnectionManager
-
Overloaded method used factory to load GoogleAppEngineSpecific connection
- getConnectionTimeout() - Method in class com.paypal.core.HttpConfiguration
-
- getContainerMap() - Method in class com.paypal.core.rest.QueryParameters
-
- getContainerMap() - Method in class com.paypal.sdk.openidconnect.CreateFromAuthorizationCodeParameters
-
- getContainerMap() - Method in class com.paypal.sdk.openidconnect.CreateFromRefreshTokenParameters
-
- getContainerMap() - Method in class com.paypal.sdk.openidconnect.UserinfoParameters
-
- getContentType() - Method in class com.paypal.core.HttpConfiguration
-
- getCountry() - Method in class com.paypal.sdk.openidconnect.Address
-
Getter for country
- getCredential() - Method in interface com.paypal.core.APICallPreHandler
-
- getCredential() - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- getCredential() - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
- getCredential() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- getCredential() - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
- getCredentialObject(String) - Method in class com.paypal.core.CredentialManager
-
- getDefaultBufferSize() - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Get the default buffer size.
- getDefaultProperties() - Static method in class com.paypal.core.ConfigManager
-
Returns the Default
Properties of System Configuration
- getDefaultSDKMap() - Static method in class com.paypal.core.ConfigManager
-
- getEmail() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for email
- getEmailVerified() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for emailVerified
- getEncodedLength(byte[]) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Calculates the amount of space needed to encode the supplied array.
- getEndPoint() - Method in interface com.paypal.core.APICallPreHandler
-
Returns the endpoint for the API call.
- getEndPoint() - Method in class com.paypal.core.APIService
-
Deprecated.
- getEndPoint() - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- getEndPoint() - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
- getEndPoint() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- getEndPoint() - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
- getEndPointUrl() - Method in class com.paypal.core.HttpConfiguration
-
- getError() - Method in exception com.paypal.sdk.exceptions.OAuthException
-
- getError() - Method in class com.paypal.sdk.openidconnect.Error
-
Getter for error
- getErrorDescription() - Method in class com.paypal.sdk.openidconnect.Error
-
Getter for errorDescription
- getErrorResponse() - Method in exception com.paypal.exception.HttpErrorException
-
- getErrorUri() - Method in class com.paypal.sdk.openidconnect.Error
-
Getter for errorUri
- getExpiresIn() - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Getter for expiresIn
- getFamilyName() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for familyName
- getFullAuthString(String, String, String, String, OAuthSignature.HTTPMethod, String, Map) - Static method in class com.paypal.sdk.util.OAuthSignature
-
Computes the value of the X_PP_AUTHORIZATION header
- getGender() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for gender
- getGivenName() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for givenName
- getHeader() - Method in class com.paypal.sdk.util.UserAgentHeader
-
- getHeaderMap() - Method in interface com.paypal.core.APICallPreHandler
-
Returns headers for HTTP call
- getHeaderMap() - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- getHeaderMap() - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
- getHeaderMap() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
Returns HTTP headers as a
Map
- getHeaderMap() - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
- getHeadersMap() - Method in class com.paypal.core.rest.APIContext
-
- getHeaderString() - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- getHTTPHeaders() - Method in class com.paypal.core.BaseAPIContext
-
- getHttpMethod() - Method in class com.paypal.core.HttpConfiguration
-
- getInputStream() - Method in class com.paypal.sdk.util.ResourceLoader
-
- getInstance() - Static method in class com.paypal.core.ConfigManager
-
Singleton accessor method
- getInstance() - Static method in class com.paypal.core.ConnectionManager
-
Singleton accessor method
- getIpAddress() - Method in class com.paypal.core.HttpConfiguration
-
- getIpnMap() - Method in class com.paypal.ipn.IPNMessage
-
- getIpnValue(String) - Method in class com.paypal.ipn.IPNMessage
-
- getLastRequest() - Method in class com.paypal.core.BaseService
-
- getLastRequest() - Static method in class com.paypal.core.rest.PayPalResource
-
Returns the last request sent to the Service
- getLastRequest() - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Returns the last request sent to the Service
- getLastRequest() - Static method in class com.paypal.sdk.openidconnect.Userinfo
-
Returns the last request sent to the Service
- getLastResponse() - Method in class com.paypal.core.BaseService
-
- getLastResponse() - Static method in class com.paypal.core.rest.PayPalResource
-
Returns the last response returned by the Service
- getLastResponse() - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Returns the last response returned by the Service
- getLastResponse() - Static method in class com.paypal.sdk.openidconnect.Userinfo
-
Returns the last response returned by the Service
- getLocale() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for locale
- getLocality() - Method in class com.paypal.sdk.openidconnect.Address
-
Getter for locality
- getLogoutUrl(String, String, APIContext) - Static method in class com.paypal.sdk.openidconnect.Session
-
Returns the URL to which the user must be redirected to logout from the
OpenID provider (i.e.
- getMaxHttpConnection() - Method in class com.paypal.core.HttpConfiguration
-
- getMaxRetry() - Method in class com.paypal.core.HttpConfiguration
-
- getMiddleName() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for middleName
- getName() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for name
- getNamespaceMap() - Method in interface com.paypal.core.DefaultSOAPAPICallHandler.XmlNamespaceProvider
-
Return a
Map of XML Namespaces with the entries in the format
[prefix] = [namespace]
- getNamespaces() - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- getNumOfAcct() - Method in class com.paypal.core.ConfigManager
-
Deprecated.
- getOAuthTokenCredential() - Static method in class com.paypal.core.rest.PayPalResource
-
Returns OAuthTokenCredential instance using client ID and client secret loaded from configuration.
- getPassword() - Method in class com.paypal.core.credential.CertificateCredential
-
- getPassword() - Method in class com.paypal.core.credential.SignatureCredential
-
- getPayerId() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for payerId
- getPayLoad() - Method in interface com.paypal.core.APICallPreHandler
-
Returns the payload for the API call.
- getPayLoad() - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- getPayLoad() - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
- getPayLoad() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- getPayLoad() - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
- getPayload() - Method in class com.paypal.ipn.IPNMessage
-
- getPhoneNumber() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for phoneNumber
- getPicture() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for picture
- getPortName() - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
- getPortName() - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
- getPostalCode() - Method in class com.paypal.sdk.openidconnect.Address
-
Getter for postalCode
- getProcessedEndPoint() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
Override this method to process EndPoint
- getProcessedHeaderMap() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
Override this method to return a
Map of HTTP headers
- getProcessedPayLoad() - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
Override this method to process payload for processing
- getProxyHost() - Method in class com.paypal.core.HttpConfiguration
-
- getProxyPassword() - Method in class com.paypal.core.HttpConfiguration
-
- getProxyPort() - Method in class com.paypal.core.HttpConfiguration
-
- getProxyUserName() - Method in class com.paypal.core.HttpConfiguration
-
- getReadTimeout() - Method in class com.paypal.core.HttpConfiguration
-
- getRedirectURL(String, List<String>, APIContext) - Static method in class com.paypal.sdk.openidconnect.Session
-
Returns the PayPal URL to which the user must be redirected to start the
authentication / authorization process.
- getRedirectURL(String, List<String>, APIContext, ClientCredentials) - Static method in class com.paypal.sdk.openidconnect.Session
-
- getRefreshToken() - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Getter for refreshToken
- getRegion() - Method in class com.paypal.sdk.openidconnect.Address
-
Getter for region
- getRequestId() - Method in class com.paypal.core.rest.APIContext
-
Returns the unique requestId set during creation, if not available and if
maskRequestId is set to false returns a generated one, else returns null.
- getRequestPayload() - Method in class com.paypal.core.rest.OAuthTokenCredential
-
Returns the request payload for OAuth Service.
- getResponsecode() - Method in exception com.paypal.exception.HttpErrorException
-
- getRetryDelay() - Method in class com.paypal.core.HttpConfiguration
-
- getScope() - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Getter for scope
- getSDKId() - Method in interface com.paypal.core.SDKVersion
-
Returns the SDK Id
- getSdkName() - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
- getSdkName() - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
- getSdkVersion() - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
- getSdkVersion() - Method in class com.paypal.core.rest.APIContext
-
- getSDKVersion() - Method in interface com.paypal.core.SDKVersion
-
Returns the SDK Version
- getSdkVersion() - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
- getSignature() - Method in class com.paypal.core.credential.SignatureCredential
-
- getSOAPHeader() - Method in class com.paypal.core.BaseAPIContext
-
- getSSLContext(KeyManager[]) - Static method in class com.paypal.core.SSLUtil
-
Returns a SSLContext
- getStreetAddress() - Method in class com.paypal.sdk.openidconnect.Address
-
Getter for streetAddress
- getSub() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for sub
- getSubject() - Method in class com.paypal.core.credential.SubjectAuthorization
-
- getThirdPartyAuthorization() - Method in class com.paypal.core.credential.CertificateCredential
-
- getThirdPartyAuthorization() - Method in class com.paypal.core.credential.SignatureCredential
-
- getThirdPartyAuthorization() - Method in class com.paypal.core.soap.CertificateSOAPHeaderAuthStrategy
-
- getThirdPartyAuthorization() - Method in class com.paypal.core.soap.SignatureSOAPHeaderAuthStrategy
-
- getTokenSecret() - Method in class com.paypal.core.BaseService
-
Gets the Token Secret
- getTokenSecret() - Method in class com.paypal.core.credential.TokenAuthorization
-
- getTokenType() - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Getter for tokenType
- getTransactionType() - Method in class com.paypal.ipn.IPNMessage
-
- getUserId() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for userId
- getUserinfo(UserinfoParameters) - Static method in class com.paypal.sdk.openidconnect.Userinfo
-
Returns user details
- getUserinfo(APIContext, UserinfoParameters) - Static method in class com.paypal.sdk.openidconnect.Userinfo
-
Returns user details
- getUserName() - Method in class com.paypal.core.credential.CertificateCredential
-
- getUserName() - Method in class com.paypal.core.credential.SignatureCredential
-
- getValue(String) - Method in class com.paypal.core.ConfigManager
-
Deprecated.
- getValuesByCategory(String) - Method in class com.paypal.core.ConfigManager
-
Deprecated.
- getValueWithDefault(String, String) - Method in class com.paypal.core.ConfigManager
-
Deprecated.
- getVerifiedAccount() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for verifiedAccount
- getZoneinfo() - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Getter for zoneinfo
- GOOGLE_APP_ENGINE - Static variable in class com.paypal.core.Constants
-
- GoogleAppEngineHttpConnection - Class in com.paypal.core
-
A special HttpConnection for use on Google App Engine.
- GoogleAppEngineHttpConnection() - Constructor for class com.paypal.core.GoogleAppEngineHttpConnection
-
- GSON - Static variable in class com.paypal.core.rest.JSONFormatter
-
Gson
- ICredential - Interface in com.paypal.core.credential
-
ICredential acts a base class for any credential required
by the service for authentication.
- info(Class<?>, Object) - Static method in class com.paypal.core.LoggingManager
-
- info(Class<?>, Object, Throwable) - Static method in class com.paypal.core.LoggingManager
-
- initConfig(InputStream) - Static method in class com.paypal.core.BaseService
-
Deprecated.
- initConfig(File) - Static method in class com.paypal.core.BaseService
-
Deprecated.
- initConfig(String) - Static method in class com.paypal.core.BaseService
-
Deprecated.
- initConfig(Properties) - Static method in class com.paypal.core.BaseService
-
Deprecated.
- initConfig(File) - Static method in class com.paypal.core.rest.PayPalResource
-
Initialize the system using a File(Properties file).
- initConfig(Properties) - Static method in class com.paypal.core.rest.PayPalResource
-
Initialize using Properties.
- initConfig(InputStream) - Static method in class com.paypal.core.rest.PayPalResource
-
- initConfig(InputStream) - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Initialize using InputStream(of a Properties file)
- initConfig(File) - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Initialize using a File(Properties file)
- initConfig(Properties) - Static method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Initialize using Properties
- initConfig(InputStream) - Static method in class com.paypal.sdk.openidconnect.Userinfo
-
Initialize using InputStream(of a Properties file)
- initConfig(File) - Static method in class com.paypal.sdk.openidconnect.Userinfo
-
Initialize using a File(Properties file)
- initConfig(Properties) - Static method in class com.paypal.sdk.openidconnect.Userinfo
-
Initialize using Properties
- initializeToDefault() - Method in class com.paypal.core.BaseService
-
Initialize from sdk_config.properties
- initializeToDefault() - Static method in class com.paypal.core.rest.PayPalResource
-
Initialize to default properties
- InvalidCredentialException - Exception in com.paypal.exception
-
InvalidCredentialException used to denote errors in credentials used in API
call
- InvalidCredentialException(String) - Constructor for exception com.paypal.exception.InvalidCredentialException
-
- InvalidCredentialException(String, Throwable) - Constructor for exception com.paypal.exception.InvalidCredentialException
-
- InvalidResponseDataException - Exception in com.paypal.exception
-
InvalidResponseException used to denote errors in response data
- InvalidResponseDataException(String) - Constructor for exception com.paypal.exception.InvalidResponseDataException
-
- InvalidResponseDataException(String, Throwable) - Constructor for exception com.paypal.exception.InvalidResponseDataException
-
- IPN_ENDPOINT - Static variable in class com.paypal.core.Constants
-
- IPN_LIVE_ENDPOINT - Static variable in class com.paypal.core.Constants
-
- IPN_SANDBOX_ENDPOINT - Static variable in class com.paypal.core.Constants
-
- IPNMessage - Class in com.paypal.ipn
-
- IPNMessage(HttpServletRequest) - Constructor for class com.paypal.ipn.IPNMessage
-
Constructs
IPNMessage using the given
HttpServletRequest
to retrieve the name and value
Map.
- IPNMessage(Map<String, String[]>, boolean) - Constructor for class com.paypal.ipn.IPNMessage
-
- IPNMessage(Map<String, String[]>) - Constructor for class com.paypal.ipn.IPNMessage
-
- IPNMessage(HttpServletRequest, Map<String, String>, boolean) - Constructor for class com.paypal.ipn.IPNMessage
-
Constructs
IPNMessage using the given
HttpServletRequest
to retrieve the name and value
Map and a custom configuration
Map
- IPNMessage(HttpServletRequest, Map<String, String>) - Constructor for class com.paypal.ipn.IPNMessage
-
Constructs
IPNMessage using the given
HttpServletRequest
to retrieve the name and value
Map and a custom configuration
Map
- IPNMessage(Map<String, String[]>, Map<String, String>) - Constructor for class com.paypal.ipn.IPNMessage
-
Constructs
IPNMessage using the given
Map for name and
values and a custom configuration
Map
- IPNMessage(Map<String, String[]>, Map<String, String>, boolean) - Constructor for class com.paypal.ipn.IPNMessage
-
Constructs
IPNMessage using the given
Map for name and
values and a custom configuration
Map
- isArrayByteBase64(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
- isBase64(byte) - Static method in class com.paypal.core.codec.binary.Base64
-
Returns whether or not the octet is in the base 64 alphabet.
- isBase64(String) - Static method in class com.paypal.core.codec.binary.Base64
-
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
- isBase64(byte[]) - Static method in class com.paypal.core.codec.binary.Base64
-
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
- isGoogleAppEngine() - Method in class com.paypal.core.HttpConfiguration
-
- isInAlphabet(byte) - Method in class com.paypal.core.codec.binary.Base64
-
Returns whether or not the octet is in the Base32 alphabet.
- isInAlphabet(byte) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Returns whether or not the octet is in the current alphabet.
- isInAlphabet(byte[], boolean) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains only valid characters within the alphabet.
- isInAlphabet(String) - Method in class com.paypal.core.codec.binary.BaseNCodec
-
Tests a given String to see if it contains only valid characters within the alphabet.
- ISO_8859_1 - Static variable in class com.paypal.core.codec.CharEncoding
-
CharEncodingISO Latin Alphabet No.
- isPropertyLoaded() - Method in class com.paypal.core.ConfigManager
-
Deprecated.
- isProxySet() - Method in class com.paypal.core.HttpConfiguration
-
- isUrlSafe() - Method in class com.paypal.core.codec.binary.Base64
-
Returns our current encode mode.
- isWhiteSpace(byte) - Static method in class com.paypal.core.codec.binary.BaseNCodec
-
Checks if a byte value is whitespace or not.
- SANDBOX - Static variable in class com.paypal.core.Constants
-
- SANDBOX_EMAIL_ADDRESS - Static variable in class com.paypal.core.Constants
-
- SDK_ID - Static variable in class com.paypal.core.Constants
-
- SDK_VERSION - Static variable in class com.paypal.core.Constants
-
- SDKUtil - Class in com.paypal.core
-
SDKUtil class holds utility methods for processing data transformation
- SDKVersion - Interface in com.paypal.core
-
- SERVICE_DEVCENTRAL_ENDPOINT - Static variable in class com.paypal.core.Constants
-
- SERVICE_REDIRECT_ENDPOINT - Static variable in class com.paypal.core.Constants
-
- Session - Class in com.paypal.sdk.openidconnect
-
- setAccessToken(String) - Method in class com.paypal.core.BaseService
-
Deprecated.
- setAccessToken(String) - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Setter for accessToken
- setAccessToken(String) - Method in class com.paypal.sdk.openidconnect.UserinfoParameters
-
Set the accessToken
- setAccountType(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for accountType
- setAddress(Address) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for address
- setAgeRange(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for ageRange
- setApplicationId(String) - Method in class com.paypal.core.credential.CertificateCredential
-
- setApplicationId(String) - Method in class com.paypal.core.credential.SignatureCredential
-
- setAuthorizationToken(String) - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- setBirthdate(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for birthdate
- setClientID(String) - Method in class com.paypal.core.ClientCredentials
-
- setClientSecret(String) - Method in class com.paypal.core.ClientCredentials
-
- setCode(String) - Method in class com.paypal.sdk.openidconnect.CreateFromAuthorizationCodeParameters
-
Set the code
- setConfigurationMap(Map<String, String>) - Method in class com.paypal.core.BaseAPIContext
-
- setConnectionTimeout(int) - Method in class com.paypal.core.HttpConfiguration
-
Sets the connectionTimeout
- setContentType(String) - Method in class com.paypal.core.HttpConfiguration
-
- setCount(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the count
- setCountry(String) - Method in class com.paypal.sdk.openidconnect.Address
-
Setter for country
- setEmail(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for email
- setEmailVerified(Boolean) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for emailVerified
- setEndPointUrl(String) - Method in class com.paypal.core.HttpConfiguration
-
Sets the endPointUrl
- setEndTime(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the endTime
- setError(String) - Method in class com.paypal.sdk.openidconnect.Error
-
Setter for error
- setErrorDescription(String) - Method in class com.paypal.sdk.openidconnect.Error
-
Setter for errorDescription
- setErrorUri(String) - Method in class com.paypal.sdk.openidconnect.Error
-
Setter for errorUri
- setExpiresIn(Integer) - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Setter for expiresIn
- setFamilyName(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for familyName
- setFIELD_NAMING_POLICY(FieldNamingPolicy) - Static method in class com.paypal.core.rest.JSONFormatter
-
Set a format for gson FIELD_NAMING_POLICY.
- setGender(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for gender
- setGivenName(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for givenName
- setGoogleAppEngine(boolean) - Method in class com.paypal.core.HttpConfiguration
-
Sets the googleAppEngine
- setGrantType(String) - Method in class com.paypal.sdk.openidconnect.CreateFromAuthorizationCodeParameters
-
Set the Grant Type
- setGrantType(String) - Method in class com.paypal.sdk.openidconnect.CreateFromRefreshTokenParameters
-
Set the Grant Type
- setHeadersMap(Map<String, String>) - Method in class com.paypal.core.rest.APIContext
-
Deprecated.
- setHeaderString(String) - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- setHTTPHeaders(Map<String, String>) - Method in class com.paypal.core.BaseAPIContext
-
- setHttpHeaders(Map<String, String>) - Method in class com.paypal.core.HttpConnection
-
Set headers for HttpsURLConnection object
- setHttpMethod(String) - Method in class com.paypal.core.HttpConfiguration
-
- setHTTPMethod(OAuthSignature.HTTPMethod) - Method in class com.paypal.sdk.util.OAuthSignature
-
Sets HTTP Method
- setIpAddress(String) - Method in class com.paypal.core.HttpConfiguration
-
- setLastRequest(String) - Method in class com.paypal.core.BaseService
-
- setLastResponse(String) - Method in class com.paypal.core.BaseService
-
- setLocale(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for locale
- setLocality(String) - Method in class com.paypal.sdk.openidconnect.Address
-
Setter for locality
- setMaskRequestId(boolean) - Method in class com.paypal.core.rest.APIContext
-
- setMaxHttpConnection(int) - Method in class com.paypal.core.HttpConfiguration
-
Sets the maxHttpConnection
- setMaxRetry(int) - Method in class com.paypal.core.HttpConfiguration
-
Sets the maxRetry
- setMiddleName(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for middleName
- setName(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for name
- setNamespaces(String) - Method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- setOAUTH_TOKEN_PATH(String) - Static method in class com.paypal.core.rest.OAuthTokenCredential
-
Sets the URI path for the OAuth Token service.
- setPayeeId(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the payeeId
- setPayerId(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for payerId
- setPayLoad(String) - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- setPhoneNumber(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for phoneNumber
- setPicture(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for picture
- setPortName(String) - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
Deprecated.
- setPortName(String) - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
Deprecated.
- setPostalCode(String) - Method in class com.paypal.sdk.openidconnect.Address
-
Setter for postalCode
- setProxyHost(String) - Method in class com.paypal.core.HttpConfiguration
-
Sets the proxyHost
- setProxyPassword(String) - Method in class com.paypal.core.HttpConfiguration
-
Sets the proxyPassword
- setProxyPort(int) - Method in class com.paypal.core.HttpConfiguration
-
Sets the proxyPort
- setProxySet(boolean) - Method in class com.paypal.core.HttpConfiguration
-
Sets the proxySet
- setProxyUserName(String) - Method in class com.paypal.core.HttpConfiguration
-
Sets the proxyUserName
- setReadTimeout(int) - Method in class com.paypal.core.HttpConfiguration
-
Sets the readTimeout
- setRedirectURI(String) - Method in class com.paypal.sdk.openidconnect.CreateFromAuthorizationCodeParameters
-
Set the redirect URI
- setRefreshToken(String) - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Setter for refreshToken
- setRegion(String) - Method in class com.paypal.sdk.openidconnect.Address
-
Setter for region
- setRequestId(String) - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- setRequestURI(String) - Method in class com.paypal.sdk.util.OAuthSignature
-
Sets URI for signature computation.
- setResourcePath(String) - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- setRetryDelay(int) - Method in class com.paypal.core.HttpConfiguration
-
Sets the retryDelay
- setScope(String) - Method in class com.paypal.sdk.openidconnect.CreateFromRefreshTokenParameters
-
Set the Scope
- setScope(String) - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Setter for scope
- setSdkName(String) - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
Deprecated.
- setSdkName(String) - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
Deprecated.
- setSdkVersion(String) - Method in class com.paypal.core.nvp.PlatformAPICallPreHandler
-
Deprecated.
- setSdkVersion(SDKVersion) - Method in class com.paypal.core.rest.APIContext
-
- setSdkVersion(SDKVersion) - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- setSdkVersion(String) - Method in class com.paypal.core.soap.MerchantAPICallPreHandler
-
Deprecated.
- setSOAPHeader(XMLMessageSerializer) - Method in class com.paypal.core.BaseAPIContext
-
- setSortBy(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the sortBy
- setSortOrder(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the sortOrder
- setStartId(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the startId
- setStartIndex(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the startIndex
- setStartTime(String) - Method in class com.paypal.core.rest.QueryParameters
-
Set the startTime
- setStreetAddress(String) - Method in class com.paypal.sdk.openidconnect.Address
-
Setter for streetAddress
- setSub(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for sub
- setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.core.credential.CertificateCredential
-
- setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.core.credential.SignatureCredential
-
- setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.core.soap.CertificateSOAPHeaderAuthStrategy
-
- setThirdPartyAuthorization(ThirdPartyAuthorization) - Method in class com.paypal.core.soap.SignatureSOAPHeaderAuthStrategy
-
- setToken(String) - Method in class com.paypal.sdk.util.OAuthSignature
-
Sets Token to be used to generate signature.
- setTokenSecret(String) - Method in class com.paypal.core.BaseService
-
Deprecated.
- setTokenSecret(String) - Method in class com.paypal.sdk.util.OAuthSignature
-
Sets Token secret as received in Token response.
- setTokenTimestamp(String) - Method in class com.paypal.sdk.util.OAuthSignature
-
Sets time stamp for signature computation.
- setTokenType(String) - Method in class com.paypal.sdk.openidconnect.Tokeninfo
-
Setter for tokenType
- setupClientSSL(String, String) - Method in class com.paypal.core.DefaultHttpConnection
-
- setupClientSSL(String, String) - Method in class com.paypal.core.GoogleAppEngineHttpConnection
-
- setupClientSSL(String, String) - Method in class com.paypal.core.HttpConnection
-
Set ssl parameters for client authentication
- setupClientSSL(String, String) - Static method in class com.paypal.core.SSLUtil
-
Create a SSLContext with provided client certificate
- setUrl(String) - Method in class com.paypal.core.rest.RESTAPICallPreHandler
-
- setUserId(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for userId
- setVerifiedAccount(Boolean) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for verifiedAccount
- setXmlNamespaceProvider(DefaultSOAPAPICallHandler.XmlNamespaceProvider) - Static method in class com.paypal.core.DefaultSOAPAPICallHandler
-
- setZoneinfo(String) - Method in class com.paypal.sdk.openidconnect.Userinfo
-
Setter for zoneinfo
- severe(Class<?>, Object) - Static method in class com.paypal.core.LoggingManager
-
- severe(Class<?>, Object, Throwable) - Static method in class com.paypal.core.LoggingManager
-
- SignatureCredential - Class in com.paypal.core.credential
-
SignatureCredential encapsulates signature credential
information used by service authentication systems
- SignatureCredential(String, String, String) - Constructor for class com.paypal.core.credential.SignatureCredential
-
Signature Credential
- SignatureHttpHeaderAuthStrategy - Class in com.paypal.core.nvp
-
CertificateHttpHeaderAuthStrategy is an implementation of
AuthenticationStrategy which acts on
SignatureCredential and
retrieves them as HTTP headers
- SignatureHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.core.nvp.SignatureHttpHeaderAuthStrategy
-
SignatureHttpHeaderAuthStrategy
- SignatureHttpHeaderAuthStrategy - Class in com.paypal.core.soap
-
CertificateHttpHeaderAuthStrategy is an implementation of
AuthenticationStrategy which acts on
SignatureCredential and
retrieves them as HTTP headers
- SignatureHttpHeaderAuthStrategy(String) - Constructor for class com.paypal.core.soap.SignatureHttpHeaderAuthStrategy
-
SignatureHttpHeaderAuthStrategy
- SignatureSOAPHeaderAuthStrategy - Class in com.paypal.core.soap
-
- SignatureSOAPHeaderAuthStrategy() - Constructor for class com.paypal.core.soap.SignatureSOAPHeaderAuthStrategy
-
- SSLConfigurationException - Exception in com.paypal.exception
-
SSLConfigurationException is thrown for error caused during SSL connection
- SSLConfigurationException(String) - Constructor for exception com.paypal.exception.SSLConfigurationException
-
- SSLConfigurationException(String, Throwable) - Constructor for exception com.paypal.exception.SSLConfigurationException
-
- SSLUtil - Class in com.paypal.core
-
- SSLUtil() - Constructor for class com.paypal.core.SSLUtil
-
- SSLUTIL_JRE - Static variable in class com.paypal.core.Constants
-
- SSLUTIL_PROTOCOL - Static variable in class com.paypal.core.Constants
-
- StringUtils - Class in com.paypal.core.codec.binary
-
Converts String to and from bytes using the encodings required by the Java specification.
- SubjectAuthorization - Class in com.paypal.core.credential
-
SubjectAuthorization encapsulates third party subject authorization.
- SubjectAuthorization(String) - Constructor for class com.paypal.core.credential.SubjectAuthorization
-
Subject based third party authorization used for MERCHANT APIs