- GET - Static variable in interface net.oauth.http.HttpClient
-
- GET - Static variable in class net.oauth.OAuthMessage
-
- getAccessor() - Method in class net.oauth.client.httpclient4.OAuthCredentials
-
- getAccessToken(OAuthAccessor, String, Collection<? extends Map.Entry>) - Method in class net.oauth.client.OAuthClient
-
Get an access token from the service provider, in exchange for an
authorized request token.
- 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
-
- getBody() - Method in class net.oauth.http.HttpMessage
-
- getBodyAsStream() - Method in class net.oauth.client.OAuthResponseMessage
-
- getBodyAsStream() - Method in class net.oauth.OAuthMessage
-
Get a stream from which to read the body of the HTTP request or response.
- getBodyAsStream() - Method in class net.oauth.server.HttpRequestMessage
-
- getBodyEncoding() - Method in class net.oauth.client.OAuthResponseMessage
-
- getBodyEncoding() - Method in class net.oauth.OAuthMessage
-
The character encoding of the body of this message.
- getBodyEncoding() - Method in class net.oauth.server.HttpRequestMessage
-
- getBodyType() - Method in class net.oauth.OAuthMessage
-
The MIME type of the body of this message.
- getConsumer(String) - Method in class net.oauth.ConsumerProperties
-
Get the consumer with the given name.
- getConsumerKey() - Method in class net.oauth.OAuthMessage
-
- getConsumerSecret() - Method in class net.oauth.signature.OAuthSignatureMethod
-
- getContentCharset() - Method in class net.oauth.http.HttpMessage
-
- getDerBytes() - Method in class net.oauth.signature.pem.PEMReader
-
- getDump() - Method in class net.oauth.OAuthMessage
-
Construct a verbose description of this message and its origins.
- getExcerpt() - Method in class net.oauth.client.ExcerptInputStream
-
The first few bytes of data, plus ELLIPSIS if there are more bytes.
- getHeader(String) - Method in class net.oauth.http.HttpMessage
-
Get the value of the last header of the given name.
- getHeader(String) - Method in class net.oauth.OAuthMessage
-
The value of the last HTTP header with the given name.
- getHeaderField(URLConnection, int) - Method in class net.oauth.client.URLConnectionResponse
-
- getHeaderFieldKey(URLConnection, int) - Method in class net.oauth.client.URLConnectionResponse
-
- getHeaders() - Method in class net.oauth.OAuthMessage
-
All HTTP headers.
- getHttpClient(URL) - Method in interface net.oauth.client.httpclient3.HttpClientPool
-
Get the appropriate HttpClient for sending a request to the given URL.
- getHttpClient(URL) - Method in interface net.oauth.client.httpclient4.HttpClientPool
-
Get the appropriate HttpClient for sending a request to the given URL.
- getHttpClient() - Method in class net.oauth.client.OAuthClient
-
- getHttpParameters() - Method in class net.oauth.client.OAuthClient
-
HTTP client parameters, as a map from parameter name to value.
- getHttpResponse() - Method in class net.oauth.client.OAuthResponseMessage
-
- getHttpStatusCode() - Method in exception net.oauth.OAuthProblemException
-
- getKey() - Method in class net.oauth.OAuth.Parameter
-
- getKeySpec() - Method in class net.oauth.signature.pem.PKCS1EncodedKeySpec
-
Get the key spec that JCE understands.
- getMessage() - Method in exception net.oauth.OAuthProblemException
-
- getMessage(HttpServletRequest, String) - Static method in class net.oauth.server.OAuthServlet
-
Extract the parts of the given request that are relevant to OAuth.
- 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
-
- getParameters(HttpServletRequest) - Static method in class net.oauth.server.HttpRequestMessage
-
- getPassword() - Method in class net.oauth.client.httpclient4.OAuthCredentials
-
Get the current consumer secret, to be used as a password.
- getProblem() - Method in exception net.oauth.OAuthProblemException
-
- getProperties(URL) - Static method in class net.oauth.ConsumerProperties
-
- getProperty(String) - Method in class net.oauth.OAuthAccessor
-
- getProperty(String) - Method in class net.oauth.OAuthConsumer
-
- getRequestToken(OAuthAccessor) - Method in class net.oauth.client.OAuthClient
-
Get a fresh request token from the service provider.
- getRequestToken(OAuthAccessor, String) - Method in class net.oauth.client.OAuthClient
-
Get a fresh request token from the service provider.
- getRequestToken(OAuthAccessor, String, Collection<? extends Map.Entry>) - Method in class net.oauth.client.OAuthClient
-
Get a fresh request token from the service provider.
- getRequestTokenResponse(OAuthAccessor, String, Collection<? extends Map.Entry>) - Method in class net.oauth.client.OAuthClient
-
Get a fresh request token from the service provider.
- getRequestURL(HttpServletRequest) - Static method in class net.oauth.server.OAuthServlet
-
Reconstruct the requested URL, complete with query string (if any).
- getResource(String, ClassLoader) - Static method in class net.oauth.ConsumerProperties
-
- getSignature() - Method in class net.oauth.OAuthMessage
-
- getSignature(OAuthMessage) - Method in class net.oauth.signature.OAuthSignatureMethod
-
- 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
-
- getSignatureMethod() - Method in class net.oauth.OAuthMessage
-
- getStatusCode() - Method in class net.oauth.client.httpclient3.HttpMethodResponse
-
- getStatusCode() - Method in class net.oauth.client.httpclient4.HttpMethodResponse
-
- getStatusCode() - Method in class net.oauth.client.URLConnectionResponse
-
- getStatusCode() - Method in class net.oauth.http.HttpMessageDecoder
-
- getStatusCode() - Method in class net.oauth.http.HttpResponseMessage
-
- getToken() - Method in class net.oauth.OAuthMessage
-
- getTokenSecret() - Method in class net.oauth.signature.OAuthSignatureMethod
-
- getUserName() - Method in class net.oauth.client.httpclient4.OAuthCredentials
-
Get the current consumer key, to be used as a password.
- getValue() - Method in class net.oauth.OAuth.Parameter
-
- GZIP - Static variable in class net.oauth.http.HttpMessageDecoder
-
- handleException(HttpServletResponse, Exception, String) - Static method in class net.oauth.server.OAuthServlet
-
- handleException(HttpServletResponse, Exception, String, boolean) - Static method in class net.oauth.server.OAuthServlet
-
- hashCode() - Method in class net.oauth.OAuth.Parameter
-
- hashCode() - Method in class net.oauth.OAuthServiceProvider
-
- headers - Variable in class net.oauth.http.HttpMessage
-
- HMAC_SHA1 - Static variable in class net.oauth.OAuth
-
- htmlEncode(String) - Static method in class net.oauth.server.OAuthServlet
-
Return the HTML representation of the given plain text.
- 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.
- HttpClient - Interface in net.oauth.http
-
An HTTP client, which can send an HTTP request and receive the response.
- HttpClient3 - Class in net.oauth.client.httpclient3
-
Utility methods for an OAuth client based on the Jakarta Commons HTTP client.
- HttpClient3() - Constructor for class net.oauth.client.httpclient3.HttpClient3
-
- HttpClient3(HttpClientPool) - Constructor for class net.oauth.client.httpclient3.HttpClient3
-
- HttpClient4 - Class in net.oauth.client.httpclient4
-
- HttpClient4() - Constructor for class net.oauth.client.httpclient4.HttpClient4
-
- HttpClient4(HttpClientPool) - Constructor for class net.oauth.client.httpclient4.HttpClient4
-
- HttpClientPool - Interface in net.oauth.client.httpclient3
-
A source of Jakarta Commons HttpClient objects.
- HttpClientPool - Interface in net.oauth.client.httpclient4
-
A source of Apache HttpClient 4 objects.
- HttpMessage - Class in net.oauth.http
-
An HTTP request or response.
- HttpMessage() - Constructor for class net.oauth.http.HttpMessage
-
- HttpMessage(String, URL) - Constructor for class net.oauth.http.HttpMessage
-
- HttpMessage(String, URL, InputStream) - Constructor for class net.oauth.http.HttpMessage
-
- HttpMessageDecoder - Class in net.oauth.http
-
A decorator that handles Content-Encoding.
- HttpMethodResponse - Class in net.oauth.client.httpclient3
-
The response part of an HttpMethod, encapsulated as an HttpMessage.
- HttpMethodResponse(HttpMethod, byte[], String) - Constructor for class net.oauth.client.httpclient3.HttpMethodResponse
-
Construct an OAuthMessage from the HTTP response, including parameters
from OAuth WWW-Authenticate headers and the body.
- 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.
- httpParameters - Variable in class net.oauth.client.OAuthClient
-
- HttpRequestMessage - Class in net.oauth.server
-
An HttpServletRequest, encapsulated as an OAuthMessage.
- HttpRequestMessage(HttpServletRequest, String) - Constructor for class net.oauth.server.HttpRequestMessage
-
- HttpResponseMessage - Class in net.oauth.http
-
An HTTP response.
- HttpResponseMessage(String, URL) - Constructor for class net.oauth.http.HttpResponseMessage
-
- OAuth - Class in net.oauth
-
Miscellaneous constants, methods and types.
- OAuth() - Constructor for class net.oauth.OAuth
-
- OAuth.Parameter - Class in net.oauth
-
A name/value pair.
- OAuth.Problems - Class in net.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
-
- OAuthAccessor - Class in net.oauth
-
Properties of one User of an OAuthConsumer.
- OAuthAccessor(OAuthConsumer) - Constructor for class net.oauth.OAuthAccessor
-
- OAuthClient - Class in net.oauth.client
-
Methods for an OAuth consumer to request tokens from a service provider.
- OAuthClient(HttpClient) - Constructor for class net.oauth.client.OAuthClient
-
- 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.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.
- 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(Throwable) - Constructor for exception net.oauth.OAuthException
-
- OAuthException(String, 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>) - Constructor for class net.oauth.OAuthMessage
-
- OAuthMessage(String, String, Collection<? extends Map.Entry>, 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
-
- OAuthResponseMessage - Class in net.oauth.client
-
An HTTP response, encapsulated as an OAuthMessage.
- OAuthSchemeFactory - Class in net.oauth.client.httpclient4
-
- OAuthSchemeFactory() - Constructor for class net.oauth.client.httpclient4.OAuthSchemeFactory
-
- OAuthServiceProvider - Class in net.oauth
-
Properties of an OAuth Service Provider.
- OAuthServiceProvider(String, String, String) - Constructor for class net.oauth.OAuthServiceProvider
-
- OAuthServlet - Class in net.oauth.server
-
Utility methods for servlets that implement OAuth.
- OAuthServlet() - Constructor for class net.oauth.server.OAuthServlet
-
- 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.
- openBody() - Method in class net.oauth.client.httpclient3.HttpMethodResponse
-
- openBody() - Method in class net.oauth.client.httpclient4.HttpMethodResponse
-
- openBody() - Method in class net.oauth.client.URLConnectionResponse
-
- openBody() - Method in class net.oauth.http.HttpMessage
-