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.DefaultOAuthConsumer The default implementation for an OAuth consumer.DefaultOAuthProvider This default implementation usesHttpURLConnectiontype 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 HmacSha256MessageSigner HttpParameters A multi-map of HTTP request parameters.HttpRequest A concise description of an HTTP request.HttpResponse 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 AUnicodeEscaperthat 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 AnEscaperthat converts literal text into a format safe for inclusion in a particular context (such as an XML document).UrlStringRequestAdapter