Uses of Package
oauth.signpost
-
Packages that use oauth.signpost Package Description oauth.signpost oauth.signpost.basic oauth.signpost.commonshttp -
Classes in oauth.signpost used by oauth.signpost Class Description OAuthConsumer Exposes a simple interface to sign HTTP requests using a given OAuth token and secret.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
. -
Classes in oauth.signpost used by oauth.signpost.basic Class Description AbstractOAuthConsumer ABC for consumer implementations.AbstractOAuthProvider ABC for all provider implementations.OAuthConsumer Exposes a simple interface to sign HTTP requests using a given OAuth token and secret.OAuthProvider Supplies an interface that can be used to retrieve request and access tokens from an OAuth 1.0(a) service provider. -
Classes in oauth.signpost used by oauth.signpost.commonshttp Class Description AbstractOAuthConsumer ABC for consumer implementations.AbstractOAuthProvider ABC for all provider implementations.OAuthConsumer Exposes a simple interface to sign HTTP requests using a given OAuth token and secret.OAuthProvider Supplies an interface that can be used to retrieve request and access tokens from an OAuth 1.0(a) service provider.