A B C D E F G H I L M N O P R S T U V W X _ 
All Classes All Packages

A

accept(T) - Method in interface ca.bc.gov.open.cpf.client.api.Callback
 
ACCEPT_ENCODING - Static variable in class net.oauth.OAuthConsumer
The name of the property whose value is the Accept-Encoding header in HTTP requests.
ACCESSOR_SECRET - Static variable in class net.oauth.OAuthConsumer
The name of the property whose value is the Accessor Secret.
accessToken - Variable in class net.oauth.OAuthAccessor
 
accessTokenURL - Variable in class net.oauth.OAuthServiceProvider
 
addHeader(String, String) - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
ADDITIONAL_AUTHORIZATION_REQUIRED - Static variable in class net.oauth.OAuth.Problems
 
addParameter(String, Resource, String) - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
addParameter(String, File) - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
addParameter(String, Object) - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
addParameter(String, String) - Method in class net.oauth.OAuthMessage
 
addParameter(String, String, InputStream) - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
addParameter(Map.Entry<String, String>) - Method in class net.oauth.OAuthMessage
 
addParameters(String, Iterable<? extends Map.Entry<String, String>>) - Static method in class net.oauth.OAuth
 
addParameters(String, String...) - Static method in class net.oauth.OAuth
Construct a URL like the given one, but with the given parameters added to its query string.
addParameters(Collection<? extends Map.Entry<String, String>>) - Method in class net.oauth.OAuthMessage
 
addRequiredParameters(OAuthAccessor) - Method in class net.oauth.OAuthMessage
Add some of the parameters needed to request access to a protected resource, if they aren't already in the message.
AUTH_SCHEME - Static variable in class net.oauth.OAuthMessage
 

B

BAD_INPUT_DATA_TYPE - ca.bc.gov.open.cpf.client.api.ErrorCode
Invalid mime type for request input data.
BAD_INPUT_DATA_VALUE - ca.bc.gov.open.cpf.client.api.ErrorCode
Illegal value in request input data.
BAD_INPUT_DATA_VALUES - ca.bc.gov.open.cpf.client.api.ErrorCode
Illegal combination of values in request input data.
BAD_NUMBER_REQUESTS - ca.bc.gov.open.cpf.client.api.ErrorCode
Invalid number of batch job requests.
BAD_RESPONSE_DATA - ca.bc.gov.open.cpf.client.api.ErrorCode
Invalid response data returned from the Business Application.
BAD_RESULT_DATA_TYPE - ca.bc.gov.open.cpf.client.api.ErrorCode
Invalid mime type for result data.
base64Encode(byte[]) - Static method in class net.oauth.signature.OAuthSignatureMethod
 

C

ca.bc.gov.open.cpf.client.api - package ca.bc.gov.open.cpf.client.api
The Concurrent Processing Framework Client API for Java (1.6+) allows client applications to use the CPF REST Web Service API to query the available business applications, create jobs and download the results of jobs on behalf of their users.
ca.bc.gov.open.cpf.client.httpclient - package ca.bc.gov.open.cpf.client.httpclient
 
Callback<T> - Interface in ca.bc.gov.open.cpf.client.api
The callback interface is used by the CpfClient API to invoke code in a client application to process a objects returned from the CPF REST API.
callbackURL - Variable in class net.oauth.OAuthConsumer
 
cancelJob(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Cancel the job using the Cancel Job REST API.
CERTIFICATE_X509_MARKER - Static variable in class net.oauth.signature.pem.PEMReader
 
charAt(int) - Method in enum ca.bc.gov.open.cpf.client.api.ErrorCode
Get the character in the name at index.
checkSingleParameters(OAuthMessage) - Method in class net.oauth.SimpleOAuthValidator
 
clone() - Method in class net.oauth.OAuthAccessor
 
close() - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Close the connection to the CPF service.
close() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
close() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
close() - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
closeConnection() - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Deprecated.
closeJob(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Deprecated.
completeParameters() - Method in class net.oauth.OAuthMessage
Finish adding parameters; for example read an HTTP response body and parse parameters from it.
consumer - Variable in class net.oauth.OAuthAccessor
 
CONSUMER_KEY_REFUSED - Static variable in class net.oauth.OAuth.Problems
 
CONSUMER_KEY_REJECTED - Static variable in class net.oauth.OAuth.Problems
 
CONSUMER_KEY_UNKNOWN - Static variable in class net.oauth.OAuth.Problems
 
consumerKey - Variable in class net.oauth.OAuthConsumer
 
consumerSecret - Variable in class net.oauth.OAuthConsumer
 
CpfClient - Class in ca.bc.gov.open.cpf.client.api
The CPF Java (11+) client allows applications to use the CPF Web ArcGisRestService REST API to query the available business applications, create jobs and download the results of jobs on behalf of their users.
CpfClient(String, String, String) - Constructor for class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new CpfClient connected to the specified server using the consumerKey and consumerSecret for authentication.
CpfHttpClient - Class in ca.bc.gov.open.cpf.client.httpclient
 
CpfHttpClient(CpfHttpClientPool, String, String, String) - Constructor for class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
CpfHttpClientPool - Class in ca.bc.gov.open.cpf.client.httpclient
 
CpfHttpClientPool() - Constructor for class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
CpfHttpClientPool(String, String, String, int) - Constructor for class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
createJobWithOpaqueResourceRequests(String, Map<String, Object>, String, String, Resource...) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts opaque input data using the Create Job With Multiple Requests REST API.
createJobWithOpaqueResourceRequests(String, Map<String, Object>, String, String, Collection<Resource>) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts opaque input data using the Create Job With Multiple Requests REST API.
createJobWithOpaqueUrlRequests(String, Map<String, ? extends Object>, String, String, String...) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts opaque input data using the Create Job With Multiple Requests REST API.
createJobWithOpaqueUrlRequests(String, Map<String, ? extends Object>, String, String, Collection<String>) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts opaque input data using the Create Job With Multiple Requests REST API.
createJobWithStructuredMultipleRequestsList(String, Map<String, ? extends Object>, List<? extends Map<String, ? extends Object>>, String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts structured input data using the Create Job With Multiple Requests REST API.
createJobWithStructuredMultipleRequestsResource(String, Map<String, ? extends Object>, int, Resource, String, String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts structured input data using the Create Job With Multiple Requests REST API.
createJobWithStructuredMultipleRequestsUrl(String, Map<String, ? extends Object>, int, String, String, String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts structured input data using the Create Job With Multiple Requests REST API.
createJobWithStructuredSingleRequest(String, Map<String, ? extends Object>, String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Construct a new new job on the CPF server for a business application that accepts structured input data using the Create Job With Multiple Requests REST API.
currentTimeMsec() - Method in class net.oauth.SimpleOAuthValidator
 

D

decodeAuthorization(String) - Static method in class net.oauth.OAuthMessage
Parse the parameters from an OAuth Authorization or WWW-Authenticate header.
decodeBase64(String) - Static method in class net.oauth.signature.OAuthSignatureMethod
 
decodeCharacters(byte[]) - Static method in class net.oauth.OAuth
 
decodeForm(String) - Static method in class net.oauth.OAuth
Parse a form-urlencoded document.
decodePercent(String) - Static method in class net.oauth.OAuth
 
DEFAULT_MAX_TIMESTAMP_AGE - Static variable in class net.oauth.SimpleOAuthValidator
 
DEFAULT_REALM - Static variable in class net.oauth.client.httpclient4.OAuthSchemeFactory
The name of an DigestHttpClient param whose value is the realm to send in Authorization headers, if no realm was previously received in a WWW-Authenticate challenge.
DEFAULT_TIMESTAMP_WINDOW - Static variable in class net.oauth.SimpleOAuthValidator
 
DELETE - Static variable in class net.oauth.OAuthMessage
 
deleteJob(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Delete the job using the Cancel Job REST API.
deleteUrl(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
determineTarget(HttpUriRequest) - Static method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
dump(Map<String, Object>) - Method in class net.oauth.OAuthMessage
 

E

encodeCharacters(String) - Static method in class net.oauth.OAuth
 
ENCODING - Static variable in class net.oauth.OAuth
The encoding used to represent characters as bytes.
equals(byte[], byte[]) - Static method in class net.oauth.signature.OAuthSignatureMethod
Determine whether the given arrays contain the same sequence of bytes.
equals(Object) - Method in class net.oauth.OAuth.Parameter
 
equals(Object) - Method in class net.oauth.OAuthServiceProvider
 
equals(String) - Method in enum ca.bc.gov.open.cpf.client.api.ErrorCode
Test that name of this error code equals the string.
equals(String, String) - Static method in class net.oauth.signature.OAuthSignatureMethod
Determine whether the given strings contain the same sequence of characters.
ERROR_PROCESSING_REQUEST - ca.bc.gov.open.cpf.client.api.ErrorCode
An unknown error occurred processing the request.
ErrorCode - Enum in ca.bc.gov.open.cpf.client.api
The ErrorCode enum describes the types of error that can be returned in an error file.

F

FORM_ENCODED - Static variable in class net.oauth.OAuth
The MIME type for a sequence of OAuth parameters.
formEncode(Iterable<? extends Map.Entry<String, String>>) - Static method in class net.oauth.OAuth
Construct a form-urlencoded document containing the given sequence of name/value pairs.
formEncode(Iterable<? extends Map.Entry<String, String>>, OutputStream) - Static method in class net.oauth.OAuth
Write a form-urlencoded document into the given stream, containing the given sequence of name/value pairs.
FunctionResponseHandler<T> - Class in ca.bc.gov.open.cpf.client.httpclient
 
FunctionResponseHandler(Function<HttpResponse, T>) - Constructor for class ca.bc.gov.open.cpf.client.httpclient.FunctionResponseHandler
 

G

GET - Static variable in class net.oauth.OAuthMessage
 
getAccessor() - Method in class net.oauth.OAuthCredentials
 
getAuthorizationHeader(String) - Method in class net.oauth.OAuthMessage
Construct a WWW-Authenticate or Authentication header value, containing the given realm plus all the parameters whose names begin with "oauth_".
getBaseString(OAuthMessage) - Static method in class net.oauth.signature.OAuthSignatureMethod
 
getBeginMarker() - Method in class net.oauth.signature.pem.PEMReader
 
getBodyAsStream() - Method in class net.oauth.OAuthMessage
Get a stream from which to read the body of the HTTP request or response.
getBodyEncoding() - Method in class net.oauth.OAuthMessage
The character encoding of the body of this message.
getBodyType() - Method in class net.oauth.OAuthMessage
The MIME type of the body of this message.
getBusinessApplicationInstantSpecification(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the specification of the instant execution service for a business application using the Get Business Applications Instant REST API.
getBusinessApplicationMultipleSpecification(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the specification of the create job with multiple requests service for a business application using the Get Business Applications Multiple REST API.
getBusinessApplicationNames() - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the list of business application names a user has access to using the Get Business Applications REST API.
getBusinessApplicationSingleSpecification(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the specification of the create job with a single request service for a business application using the Get Business Applications Single REST API.
getCharset() - Method in class ca.bc.gov.open.cpf.client.httpclient.ResourceBody
 
getClient() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
getConsumerKey() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
getConsumerKey() - Method in class net.oauth.OAuthMessage
 
getConsumerSecret() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
getConsumerSecret() - Method in class net.oauth.signature.OAuthSignatureMethod
 
getContentLength() - Method in class ca.bc.gov.open.cpf.client.httpclient.ResourceBody
 
getDerBytes() - Method in class net.oauth.signature.pem.PEMReader
 
getDescription() - Method in enum ca.bc.gov.open.cpf.client.api.ErrorCode
Get the description of the error code.
getDump() - Method in class net.oauth.OAuthMessage
Construct a verbose description of this message and its origins.
getFilename() - Method in class ca.bc.gov.open.cpf.client.httpclient.ResourceBody
 
getHeader(String) - Method in class net.oauth.OAuthMessage
The value of the last HTTP header with the given name.
getHeaders() - Method in class net.oauth.OAuthMessage
All HTTP headers.
getHttpClient() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getHttpStatusCode() - Method in exception net.oauth.OAuthProblemException
 
getInputStream() - Method in class ca.bc.gov.open.cpf.client.httpclient.ResourceBody
 
getJobErrorResults(String, long) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the list of error results for a job using the using the Get Users Job Results and Get Users Job Result REST API.
getJobResultFileList(String, long) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the list of result file descriptions for a completed job.
getJobResultFileList(String, long, boolean) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the list of result file descriptions for a job using the using the Get Users Job Results REST API.
getJobStatus(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the job status using the Get Users Jobs Info REST API.
getJobStructuredResults(String, long) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the list of structured data results for a job.
getJobStructuredResults(String, long, boolean) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the list of structured data results for a job using the using the Get Users Job Results and Get Users Job Result REST API.
getJsonResource(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getJsonResource(HttpUriRequest) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getJsonResource(HttpResponse) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getKey() - Method in class net.oauth.OAuth.Parameter
 
getKeySpec() - Method in class net.oauth.signature.pem.PKCS1EncodedKeySpec
Get the key spec that JCE understands.
getMapReader(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getMapReader(String, String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getMaxConnections() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
getMessage() - Method in exception net.oauth.OAuthProblemException
 
getParameter(String) - Method in class net.oauth.OAuthMessage
 
getParameterMap() - Method in class net.oauth.OAuthMessage
 
getParameters() - Method in class net.oauth.OAuthMessage
 
getParameters() - Method in exception net.oauth.OAuthProblemException
 
getPassword() - Method in class net.oauth.OAuthCredentials
Get the current consumer secret, to be used as a password.
getProblem() - Method in exception net.oauth.OAuthProblemException
 
getProperty(String) - Method in class net.oauth.OAuthAccessor
 
getProperty(String) - Method in class net.oauth.OAuthConsumer
 
getResource(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getResponse() - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
getResponseContentStream() - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
getResponseEntity() - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
getSignature() - Method in class net.oauth.OAuthMessage
 
getSignature(String) - Method in class net.oauth.signature.OAuthSignatureMethod
Compute the signature for the given base string.
getSignature(String) - Method in class net.oauth.signature.RSA_SHA1
 
getSignature(OAuthMessage) - Method in class net.oauth.signature.OAuthSignatureMethod
 
getSignatureMethod() - Method in class net.oauth.OAuthMessage
 
getStatusCode() - Method in exception ca.bc.gov.open.cpf.client.httpclient.HttpStatusCodeException
 
getStatusMessage() - Method in exception ca.bc.gov.open.cpf.client.httpclient.HttpStatusCodeException
 
getToken() - Method in class net.oauth.OAuthMessage
 
getTokenSecret() - Method in class net.oauth.signature.OAuthSignatureMethod
 
getTransferEncoding() - Method in class ca.bc.gov.open.cpf.client.httpclient.ResourceBody
 
getUrl() - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
getUrl(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
getUserJobIdUrls() - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the job id URLs for all the user's jobs using the Get Users Jobs REST API.
getUserJobIdUrls(String) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Get the job id URLs to the user's jobs for a business application using the Get Business Applications Users Jobs REST API.
getUserName() - Method in class net.oauth.OAuthCredentials
Get the current consumer key, to be used as a password.
getValue() - Method in class net.oauth.OAuth.Parameter
 
getWebServiceUrl() - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 

H

handleResponse(HttpResponse) - Method in class ca.bc.gov.open.cpf.client.httpclient.FunctionResponseHandler
 
hashCode() - Method in class net.oauth.OAuth.Parameter
 
hashCode() - Method in class net.oauth.OAuthServiceProvider
 
HMAC_SHA1 - Static variable in class net.oauth.OAuth
 
HTTP_LOCATION - Static variable in exception net.oauth.OAuthProblemException
The name of a parameter whose value is the response Location header.
HTTP_REQUEST - Static variable in exception net.oauth.OAuthProblemException
The name of a parameter whose value is the HTTP request.
HTTP_RESPONSE - Static variable in exception net.oauth.OAuthProblemException
The name of a parameter whose value is the HTTP response.
HTTP_STATUS_CODE - Static variable in exception net.oauth.OAuthProblemException
The name of a parameter whose value is the HTTP resopnse status code.
HttpConnectionManagerFactory - Class in ca.bc.gov.open.cpf.client.httpclient
 
HttpConnectionManagerFactory() - Constructor for class ca.bc.gov.open.cpf.client.httpclient.HttpConnectionManagerFactory
 
HttpMultipartPost - Class in ca.bc.gov.open.cpf.client.httpclient
 
HttpMultipartPost(CpfHttpClient, String) - Constructor for class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
HttpMultipartPost(CpfHttpClient, URL) - Constructor for class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
HttpStatusCodeException - Exception in ca.bc.gov.open.cpf.client.httpclient
 
HttpStatusCodeException(int, String) - Constructor for exception ca.bc.gov.open.cpf.client.httpclient.HttpStatusCodeException
 

I

initialize(String, OAuthAccessor) - Method in class net.oauth.signature.OAuthSignatureMethod
 
initialize(String, OAuthAccessor) - Method in class net.oauth.signature.RSA_SHA1
 
INPUT_DATA_UNREADABLE - ca.bc.gov.open.cpf.client.api.ErrorCode
Unable to read batch job input data.
INVALID_PARAMETER_VALUE - ca.bc.gov.open.cpf.client.api.ErrorCode
A supplied request or job parameter has an invalid type or value.
isEmpty(String) - Static method in class net.oauth.OAuth
 
isFormEncoded(String) - Static method in class net.oauth.OAuth
Return true if the given Content-Type header means FORM_ENCODED.
isJobCompleted(String, long) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Check the job status to see if it has been completed using the Get Users Jobs Info REST API.
isValid(String, String) - Method in class net.oauth.signature.OAuthSignatureMethod
Decide whether the signature is valid.
isValid(String, String) - Method in class net.oauth.signature.RSA_SHA1
 

L

length() - Method in enum ca.bc.gov.open.cpf.client.api.ErrorCode
Get the length of the name.

M

maxTimestampAgeMsec - Variable in class net.oauth.SimpleOAuthValidator
 
maxVersion - Variable in class net.oauth.SimpleOAuthValidator
 
method - Variable in class net.oauth.OAuthMessage
 
minVersion - Variable in class net.oauth.SimpleOAuthValidator
 
MISSING_REQUIRED_PARAMETER - ca.bc.gov.open.cpf.client.api.ErrorCode
A required request or job parameter is missing.

N

net.oauth - package net.oauth
 
net.oauth.client.httpclient4 - package net.oauth.client.httpclient4
 
net.oauth.signature - package net.oauth.signature
 
net.oauth.signature.pem - package net.oauth.signature.pem
 
newInstance(HttpParams) - Method in class net.oauth.client.httpclient4.OAuthSchemeFactory
 
newInstance(HttpParams, SchemeRegistry) - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpConnectionManagerFactory
 
newList(String...) - Static method in class net.oauth.OAuth
Construct a list of Parameters from name, value, name, value...
newMap(Iterable<? extends Map.Entry<String, String>>) - Static method in class net.oauth.OAuth
Construct a MapService containing a copy of the given parameters.
newMethod(String, OAuthAccessor) - Static method in class net.oauth.signature.OAuthSignatureMethod
The factory for signature methods.
newRequestMessage(String, String, Collection<? extends Map.Entry<String, String>>) - Method in class net.oauth.OAuthAccessor
 
newRequestMessage(String, String, Collection<? extends Map.Entry<String, String>>, InputStream) - Method in class net.oauth.OAuthAccessor
Construct a request message containing the given parameters but no body.
newSigner(OAuthMessage, OAuthAccessor) - Static method in class net.oauth.signature.OAuthSignatureMethod
 
NONCE_USED - Static variable in class net.oauth.OAuth.Problems
 
normalizeParameters(Collection<? extends Map.Entry<String, String>>) - Static method in class net.oauth.signature.OAuthSignatureMethod
 
normalizeUrl(String) - Static method in class net.oauth.signature.OAuthSignatureMethod
 

O

OAuth - Class in net.oauth
Miscellaneous constants, methods and types.
OAuth() - Constructor for class net.oauth.OAuth
 
OAUTH_ACCEPTABLE_TIMESTAMPS - Static variable in class net.oauth.OAuth.Problems
 
OAUTH_ACCEPTABLE_VERSIONS - Static variable in class net.oauth.OAuth.Problems
 
OAUTH_CALLBACK - Static variable in class net.oauth.OAuth
 
OAUTH_CALLBACK_CONFIRMED - Static variable in class net.oauth.OAuth
 
OAUTH_CONSUMER_KEY - Static variable in class net.oauth.OAuth
 
OAUTH_NONCE - Static variable in class net.oauth.OAuth
 
OAUTH_PARAMETERS_ABSENT - Static variable in class net.oauth.OAuth.Problems
 
OAUTH_PARAMETERS_REJECTED - Static variable in class net.oauth.OAuth.Problems
 
OAUTH_PROBLEM - Static variable in exception net.oauth.OAuthProblemException
 
OAUTH_PROBLEM_ADVICE - Static variable in class net.oauth.OAuth.Problems
 
OAUTH_SIGNATURE - Static variable in class net.oauth.OAuth
 
OAUTH_SIGNATURE_METHOD - Static variable in class net.oauth.OAuth
 
OAUTH_TIMESTAMP - Static variable in class net.oauth.OAuth
 
OAUTH_TOKEN - Static variable in class net.oauth.OAuth
 
OAUTH_TOKEN_SECRET - Static variable in class net.oauth.OAuth
 
OAUTH_VERIFIER - Static variable in class net.oauth.OAuth
 
OAUTH_VERSION - Static variable in class net.oauth.OAuth
 
OAuth.Parameter - Class in net.oauth
A name/value pair.
OAuth.Problems - Class in net.oauth
Strings used for problem reporting.
OAuthAccessor - Class in net.oauth
Properties of one User of an OAuthConsumer.
OAuthAccessor(OAuthConsumer) - Constructor for class net.oauth.OAuthAccessor
 
OAuthConsumer - Class in net.oauth
Properties of an OAuth Consumer.
OAuthConsumer(String, String, String, OAuthServiceProvider) - Constructor for class net.oauth.OAuthConsumer
 
OAuthCredentials - Class in net.oauth
An OAuthAccessor, to be used as credentials for an AuthScheme based on OAuth.
OAuthCredentials(String, String) - Constructor for class net.oauth.OAuthCredentials
Constructs a simple accessor, containing only a consumer key and secret.
OAuthCredentials(OAuthAccessor) - Constructor for class net.oauth.OAuthCredentials
 
OAuthException - Exception in net.oauth
An exception thrown by the OAuth library.
OAuthException() - Constructor for exception net.oauth.OAuthException
For subclasses only.
OAuthException(String) - Constructor for exception net.oauth.OAuthException
 
OAuthException(String, Throwable) - Constructor for exception net.oauth.OAuthException
 
OAuthException(Throwable) - Constructor for exception net.oauth.OAuthException
 
OAuthMessage - Class in net.oauth
A request or response message used in the OAuth protocol.
OAuthMessage(String, String, Collection<? extends Map.Entry<String, String>>) - Constructor for class net.oauth.OAuthMessage
 
OAuthMessage(String, String, Collection<? extends Map.Entry<String, String>>, InputStream) - Constructor for class net.oauth.OAuthMessage
 
OAuthProblemException - Exception in net.oauth
An OAuth-related problem, described using a set of named parameters.
OAuthProblemException() - Constructor for exception net.oauth.OAuthProblemException
 
OAuthProblemException(String) - Constructor for exception net.oauth.OAuthProblemException
 
OAuthSchemeFactory - Class in net.oauth.client.httpclient4
An implementation of the OAuth HTTP authorization scheme.
OAuthSchemeFactory() - Constructor for class net.oauth.client.httpclient4.OAuthSchemeFactory
 
OAuthServiceProvider - Class in net.oauth
Properties of an OAuth ArcGisRestService Provider.
OAuthServiceProvider(String, String, String) - Constructor for class net.oauth.OAuthServiceProvider
 
OAuthSignatureMethod - Class in net.oauth.signature
A pair of algorithms for computing and verifying an OAuth digital signature.
OAuthSignatureMethod() - Constructor for class net.oauth.signature.OAuthSignatureMethod
 
OAuthValidator - Interface in net.oauth
An algorithm to determine whether a message has a valid signature, a correct version number, a fresh timestamp, etc.

P

Parameter(String, String) - Constructor for class net.oauth.OAuth.Parameter
 
PARAMETER_ABSENT - Static variable in class net.oauth.OAuth.Problems
 
PARAMETER_REJECTED - Static variable in class net.oauth.OAuth.Problems
 
PEMReader - Class in net.oauth.signature.pem
This class convert PEM into byte array.
PEMReader(byte[]) - Constructor for class net.oauth.signature.pem.PEMReader
 
PEMReader(InputStream) - Constructor for class net.oauth.signature.pem.PEMReader
 
PEMReader(String) - Constructor for class net.oauth.signature.pem.PEMReader
 
percentEncode(Iterable<String>) - Static method in class net.oauth.OAuth
Construct a &-separated list of the given values, percentEncoded.
percentEncode(String) - Static method in class net.oauth.OAuth
 
PERMISSION_DENIED - Static variable in class net.oauth.OAuth.Problems
 
PERMISSION_UNKNOWN - Static variable in class net.oauth.OAuth.Problems
 
PKCS1EncodedKeySpec - Class in net.oauth.signature.pem
PKCS#1 encoded private key is commonly used with OpenSSL.
PKCS1EncodedKeySpec(byte[]) - Constructor for class net.oauth.signature.pem.PKCS1EncodedKeySpec
Construct a new PKCS#1 keyspec from DER encoded buffer
POST - Static variable in class net.oauth.OAuthMessage
 
postJsonResource(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
postJsonResource(String, Map<String, ? extends Object>) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
postRequest(HttpContext) - Method in class ca.bc.gov.open.cpf.client.httpclient.HttpMultipartPost
 
postResource(HttpMultipartPost) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
postResource(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
postResource(String, String, File) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
postResourceRedirect(HttpMultipartPost) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
postResourceRedirect(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClient
 
PreemptiveAuthorizer - Class in net.oauth.client.httpclient4
An interceptor that initiates authorization without waiting for a challenge from the server.
PreemptiveAuthorizer() - Constructor for class net.oauth.client.httpclient4.PreemptiveAuthorizer
 
PRIVATE_KEY - Static variable in class net.oauth.signature.RSA_SHA1
 
PRIVATE_PKCS1_MARKER - Static variable in class net.oauth.signature.pem.PEMReader
 
PRIVATE_PKCS8_MARKER - Static variable in class net.oauth.signature.pem.PEMReader
 
Problems() - Constructor for class net.oauth.OAuth.Problems
 
process(HttpRequest, HttpContext) - Method in class net.oauth.client.httpclient4.PreemptiveAuthorizer
If no auth scheme has been selected for the given context, consider each of the preferred auth schemes and select the first one for which an AuthScheme and matching Credentials are available.
process(T) - Method in interface ca.bc.gov.open.cpf.client.api.Callback
Process the object.
processJobErrorResults(String, long, boolean, Callback<Map<String, Object>>) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Process the list of error results for a job using the using the Get Users Job Results and Get Users Job Result REST API.
processJobErrorResults(String, long, Callback<Map<String, Object>>) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Process the list of error results for a completed job.
processJobStructuredResults(String, long, boolean, Callback<Map<String, Object>>) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Process the list of structured data results for a job using the using the Get Users Job Results and Get Users Job Result REST API.
processJobStructuredResults(String, long, Callback<Map<String, Object>>) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Process the list of structured data results for a completed job.
processResultFile(String, Callback<InputStream>) - Method in class ca.bc.gov.open.cpf.client.api.CpfClient
Process the result file for a job using the Get Users Job Result REST API.
PUBLIC_KEY - Static variable in class net.oauth.signature.RSA_SHA1
 
PUBLIC_X509_MARKER - Static variable in class net.oauth.signature.pem.PEMReader
 
PUT - Static variable in class net.oauth.OAuthMessage
 

R

readAll(InputStream, String) - Static method in class net.oauth.OAuthMessage
Read all the data from the given stream, and close it.
readBodyAsString() - Method in class net.oauth.OAuthMessage
Read the body of the HTTP request or response and convert it to a String.
readFile() - Method in class net.oauth.signature.pem.PEMReader
Read the PEM file and save the DER encoded octet stream and begin marker.
RECOVERABLE_EXCEPTION - ca.bc.gov.open.cpf.client.api.ErrorCode
A temporary exception that can be recovered from.
registerMethodClass(String, Class<?>) - Static method in class net.oauth.signature.OAuthSignatureMethod
Subsequently, newMethod(name) will attempt to instantiate the given class, with no constructor parameters.
releaseClient(CpfHttpClient) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
releaseGarbage() - Method in class net.oauth.SimpleOAuthValidator
 
requestToken - Variable in class net.oauth.OAuthAccessor
 
requestTokenURL - Variable in class net.oauth.OAuthServiceProvider
 
requireParameters(String...) - Method in class net.oauth.OAuthMessage
Verify that the required parameter names are contained in the actual collection.
ResourceBody - Class in ca.bc.gov.open.cpf.client.httpclient
 
ResourceBody(Resource, String) - Constructor for class ca.bc.gov.open.cpf.client.httpclient.ResourceBody
 
RSA_SHA1 - Class in net.oauth.signature
The RSA-SHA1 signature method.
RSA_SHA1 - Static variable in class net.oauth.OAuth
 
RSA_SHA1() - Constructor for class net.oauth.signature.RSA_SHA1
 

S

SCHEME_NAME - Static variable in class net.oauth.client.httpclient4.OAuthSchemeFactory
The name of this authorization scheme.
serviceProvider - Variable in class net.oauth.OAuthConsumer
 
setCharacterEncoding(String) - Static method in class net.oauth.OAuth
 
setConsumerKey(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
setConsumerSecret(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
setConsumerSecret(String) - Method in class net.oauth.signature.OAuthSignatureMethod
 
setMaxConnections(int) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
setParameter(String, Object) - Method in exception net.oauth.OAuthProblemException
 
setProperty(String, Object) - Method in class net.oauth.OAuthAccessor
 
setProperty(String, Object) - Method in class net.oauth.OAuthConsumer
 
setTokenSecret(String) - Method in class net.oauth.signature.OAuthSignatureMethod
 
setValue(String) - Method in class net.oauth.OAuth.Parameter
 
setWebServiceUrl(String) - Method in class ca.bc.gov.open.cpf.client.httpclient.CpfHttpClientPool
 
sign(OAuthAccessor) - Method in class net.oauth.OAuthMessage
Add a signature to the message.
sign(OAuthMessage) - Method in class net.oauth.signature.OAuthSignatureMethod
Add a signature to the message.
SIGNATURE_BASE_STRING - Static variable in exception net.oauth.OAuthProblemException
The name of a parameter whose value is the OAuth signature base string.
SIGNATURE_INVALID - Static variable in class net.oauth.OAuth.Problems
 
SIGNATURE_METHOD_REJECTED - Static variable in class net.oauth.OAuth.Problems
 
SimpleOAuthValidator - Class in net.oauth
 
SimpleOAuthValidator() - Constructor for class net.oauth.SimpleOAuthValidator
 
SimpleOAuthValidator(long, double) - Constructor for class net.oauth.SimpleOAuthValidator
 
SINGLE_PARAMETERS - Static variable in class net.oauth.SimpleOAuthValidator
 
subSequence(int, int) - Method in enum ca.bc.gov.open.cpf.client.api.ErrorCode
Get a sub sequence of the name.

T

TIMESTAMP_REFUSED - Static variable in class net.oauth.OAuth.Problems
 
TO_HTTP_CODE - Static variable in class net.oauth.OAuth.Problems
A map from an oauth_problem value to the appropriate HTTP response code.
TOKEN_EXPIRED - Static variable in class net.oauth.OAuth.Problems
 
TOKEN_REJECTED - Static variable in class net.oauth.OAuth.Problems
 
TOKEN_REVOKED - Static variable in class net.oauth.OAuth.Problems
 
TOKEN_USED - Static variable in class net.oauth.OAuth.Problems
 
tokenSecret - Variable in class net.oauth.OAuthAccessor
 
TOO_MANY_REQUESTS - ca.bc.gov.open.cpf.client.api.ErrorCode
Too many batch job requests for this business application.
toString() - Method in class net.oauth.OAuth.Parameter
 
toString() - Method in class net.oauth.OAuthMessage
 
toString() - Method in exception net.oauth.OAuthProblemException
 

U

unregisterMethod(String) - Static method in class net.oauth.signature.OAuthSignatureMethod
Subsequently, newMethod(name) will fail.
URL - Variable in class net.oauth.OAuthMessage
 
URL - Static variable in exception net.oauth.OAuthProblemException
The name of a parameter whose value is the request URL.
USER_REFUSED - Static variable in class net.oauth.OAuth.Problems
 
userAuthorizationURL - Variable in class net.oauth.OAuthServiceProvider
 

V

validate(OAuthMessage) - Method in class net.oauth.signature.OAuthSignatureMethod
Check whether the message has a valid signature.
validateMessage(OAuthMessage, OAuthAccessor) - Method in interface net.oauth.OAuthValidator
Check that the given message from the given accessor is valid.
validateMessage(OAuthMessage, OAuthAccessor) - Method in class net.oauth.SimpleOAuthValidator
 
validateNonce(OAuthMessage, long, long) - Method in class net.oauth.SimpleOAuthValidator
 
validateSignature(OAuthMessage, OAuthAccessor) - Method in class net.oauth.SimpleOAuthValidator
 
validateTimestamp(OAuthMessage, long, long) - Method in class net.oauth.SimpleOAuthValidator
 
validateTimestampAndNonce(OAuthMessage) - Method in class net.oauth.SimpleOAuthValidator
 
validateVersion(OAuthMessage) - Method in class net.oauth.SimpleOAuthValidator
 
valueOf(String) - Static method in enum ca.bc.gov.open.cpf.client.api.ErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum ca.bc.gov.open.cpf.client.api.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_1_0 - Static variable in class net.oauth.OAuth
 
VERSION_REJECTED - Static variable in class net.oauth.OAuth.Problems
 

W

writeTo(OutputStream) - Method in class ca.bc.gov.open.cpf.client.httpclient.ResourceBody
 

X

X509_CERTIFICATE - Static variable in class net.oauth.signature.RSA_SHA1
 

_

_ACCESSOR - Static variable in class net.oauth.signature.OAuthSignatureMethod
 
A B C D E F G H I L M N O P R S T U V W X _ 
All Classes All Packages