All Classes and Interfaces
Class
Description
ABC for consumer implementations.
ABC for all provider implementations.
Writes to the HTTP Authorization header field.
Supports signing HTTP requests of type
HttpRequest
.This implementation uses the Apache Commons
HttpClient
4.x HTTP
implementation to fetch OAuth tokens from a service provider.The default implementation for an OAuth consumer.
This default implementation uses
HttpURLConnection
type GET
requests to receive tokens from a service provider.An object that converts literal text into a format safe for inclusion in a
particular context (such as an XML document).
A multi-map of HTTP request parameters.
A concise description of an HTTP request.
Exposes a simple interface to sign HTTP requests using a given OAuth token
and secret.
Supplies an interface that can be used to retrieve request and access tokens
from an OAuth 1.0(a) service provider.
Provides hooks into the token request handling procedure executed by
OAuthProvider
.A
UnicodeEscaper
that escapes some set of Java characters using
the URI percent encoding scheme.Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
Writes to a URL query string.
Defines how an OAuth signature string is written to a request.
An
Escaper
that converts literal text into a format safe for
inclusion in a particular context (such as an XML document).