Uses of Interface
oauth.signpost.OAuthConsumer
Packages that use OAuthConsumer
-
Uses of OAuthConsumer in oauth.signpost
Classes in oauth.signpost that implement OAuthConsumerMethods in oauth.signpost with parameters of type OAuthConsumerModifier and TypeMethodDescriptionvoid
AbstractOAuthProvider.retrieveAccessToken
(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams) void
OAuthProvider.retrieveAccessToken
(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams) Queries the service provider for an access token.AbstractOAuthProvider.retrieveRequestToken
(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams) OAuthProvider.retrieveRequestToken
(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams) Queries the service provider for a request token.protected void
AbstractOAuthProvider.retrieveToken
(OAuthConsumer consumer, String endpointUrl, HttpParameters customOAuthParams) Implemented by subclasses. -
Uses of OAuthConsumer in oauth.signpost.basic
Classes in oauth.signpost.basic that implement OAuthConsumerModifier and TypeClassDescriptionclass
The default implementation for an OAuth consumer. -
Uses of OAuthConsumer in oauth.signpost.commonshttp
Classes in oauth.signpost.commonshttp that implement OAuthConsumerModifier and TypeClassDescriptionclass
Supports signing HTTP requests of typeHttpRequest
.