A C D E G H I N O P R S 

A

accessor - Variable in class net.oauth.client.httpclient4.OAuthCredentials
 
authenticate(Credentials, HttpRequest) - Method in class net.oauth.client.httpclient4.OAuthScheme
 

C

client - Variable in class net.oauth.client.httpclient4.HttpClient4.SingleClient
 
clientPool - Variable in class net.oauth.client.httpclient4.HttpClient4
 
complete - Variable in class net.oauth.client.httpclient4.OAuthScheme
Whether the authentication process is complete (for the current context)

D

DEFAULT_REALM - Static variable in class net.oauth.client.httpclient4.OAuthSchemeFactory
The name of an HttpClient param whose value is the realm to send in Authorization headers, if no realm was previously received in a WWW-Authenticate challenge.
defaultRealm - Variable in class net.oauth.client.httpclient4.OAuthScheme
 
dump(Map<String, Object>) - Method in class net.oauth.client.httpclient4.HttpMethodResponse
Return a complete description of the HTTP exchange.

E

execute(HttpMessage, Map<String, Object>) - Method in class net.oauth.client.httpclient4.HttpClient4
 

G

getAccessor() - Method in class net.oauth.client.httpclient4.OAuthCredentials
 
getAccessor(Credentials) - Method in class net.oauth.client.httpclient4.OAuthScheme
 
getHeaders() - Method in class net.oauth.client.httpclient4.HttpMethodResponse
 
getHttpClient(URL) - Method in class net.oauth.client.httpclient4.HttpClient4.SingleClient
 
getHttpClient(URL) - Method in interface net.oauth.client.httpclient4.HttpClientPool
Get the appropriate HttpClient for sending a request to the given URL.
getHttpUriRequest(HttpRequest) - Method in class net.oauth.client.httpclient4.OAuthScheme
 
getPassword() - Method in class net.oauth.client.httpclient4.OAuthCredentials
Get the current consumer secret, to be used as a password.
getRealm() - Method in class net.oauth.client.httpclient4.OAuthScheme
 
getSchemeName() - Method in class net.oauth.client.httpclient4.OAuthScheme
 
getStatusCode() - Method in class net.oauth.client.httpclient4.HttpMethodResponse
 
getUserName() - Method in class net.oauth.client.httpclient4.OAuthCredentials
Get the current consumer key, to be used as a password.

H

HttpClient4 - Class in net.oauth.client.httpclient4
Utility methods for an OAuth client based on the Apache HttpClient.
HttpClient4() - Constructor for class net.oauth.client.httpclient4.HttpClient4
 
HttpClient4(HttpClientPool) - Constructor for class net.oauth.client.httpclient4.HttpClient4
 
HttpClient4.SingleClient - Class in net.oauth.client.httpclient4
A pool that simply shares a single HttpClient.
HttpClient4.SingleClient() - Constructor for class net.oauth.client.httpclient4.HttpClient4.SingleClient
 
HttpClientPool - Interface in net.oauth.client.httpclient4
A source of Apache HttpClient 4 objects.
HttpMethodResponse - Class in net.oauth.client.httpclient4
An HttpResponse, encapsulated as an HttpMessage.
HttpMethodResponse(HttpRequestBase, HttpResponse, byte[], String) - Constructor for class net.oauth.client.httpclient4.HttpMethodResponse
Construct an OAuthMessage from the HTTP response, including parameters from OAuth WWW-Authenticate headers and the body.
httpRequest - Variable in class net.oauth.client.httpclient4.HttpMethodResponse
 
httpResponse - Variable in class net.oauth.client.httpclient4.HttpMethodResponse
 

I

isComplete() - Method in class net.oauth.client.httpclient4.OAuthScheme
 
isConnectionBased() - Method in class net.oauth.client.httpclient4.OAuthScheme
 

N

net.oauth.client.httpclient4 - package net.oauth.client.httpclient4
Classes that integrate the Apache Commons HTTP Client version 4 with the OAuth library.
newInstance(HttpParams) - Method in class net.oauth.client.httpclient4.OAuthSchemeFactory
 

O

OAuthCredentials - Class in net.oauth.client.httpclient4
An OAuthAccessor, to be used as credentials for an AuthScheme based on OAuth.
OAuthCredentials(OAuthAccessor) - Constructor for class net.oauth.client.httpclient4.OAuthCredentials
 
OAuthCredentials(String, String) - Constructor for class net.oauth.client.httpclient4.OAuthCredentials
Constructs a simple accessor, containing only a consumer key and secret.
OAuthScheme - Class in net.oauth.client.httpclient4
 
OAuthScheme(String) - Constructor for class net.oauth.client.httpclient4.OAuthScheme
 
OAuthSchemeFactory - Class in net.oauth.client.httpclient4
An implementation of the OAuth HTTP authorization scheme.
OAuthSchemeFactory() - Constructor for class net.oauth.client.httpclient4.OAuthSchemeFactory
 
openBody() - Method in class net.oauth.client.httpclient4.HttpMethodResponse
 

P

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
 
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.
processChallenge(Header) - Method in class net.oauth.client.httpclient4.OAuthScheme
Handle a challenge from an OAuth server.

R

requestBody - Variable in class net.oauth.client.httpclient4.HttpMethodResponse
 
requestEncoding - Variable in class net.oauth.client.httpclient4.HttpMethodResponse
 

S

SCHEME_NAME - Static variable in class net.oauth.client.httpclient4.OAuthSchemeFactory
The name of this authorization scheme.
SHARED_CLIENT - Static variable in class net.oauth.client.httpclient4.HttpClient4
 
A C D E G H I N O P R S 

Copyright © 2016. All rights reserved.