All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractOAuthConsumer ABC for consumer implementations.AbstractOAuthProvider ABC for all provider implementations.AuthorizationHeaderSigningStrategy Writes to the HTTP Authorization header field.CommonsHttpOAuthConsumer Supports signing HTTP requests of typeHttpRequest
.CommonsHttpOAuthProvider This implementation uses the Apache CommonsHttpClient
4.x HTTP implementation to fetch OAuth tokens from a service provider.DefaultOAuthConsumer The default implementation for an OAuth consumer.DefaultOAuthProvider This default implementation usesHttpURLConnection
type GET requests to receive tokens from a service provider.Escaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).HmacSha1MessageSigner HttpParameters A multi-map of HTTP request parameters.HttpRequest A concise description of an HTTP request.HttpRequestAdapter HttpResponse HttpResponseAdapter HttpURLConnectionRequestAdapter HttpURLConnectionResponseAdapter OAuth OAuthCommunicationException OAuthConsumer Exposes a simple interface to sign HTTP requests using a given OAuth token and secret.OAuthException OAuthExpectationFailedException OAuthMessageSigner OAuthMessageSignerException OAuthNotAuthorizedException OAuthProvider Supplies an interface that can be used to retrieve request and access tokens from an OAuth 1.0(a) service provider.OAuthProviderListener Provides hooks into the token request handling procedure executed byOAuthProvider
.PercentEscaper AUnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme.PlainTextMessageSigner Preconditions Simple static methods to be called at the start of your own methods to verify correct arguments and state.QueryStringSigningStrategy Writes to a URL query string.SignatureBaseString SigningStrategy Defines how an OAuth signature string is written to a request.UnicodeEscaper AnEscaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document).UrlStringRequestAdapter