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 TypeMethodDescriptionvoidAbstractOAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams) voidOAuthProvider.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 voidAbstractOAuthProvider.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 TypeClassDescriptionclassThe default implementation for an OAuth consumer. -
Uses of OAuthConsumer in oauth.signpost.commonshttp
Classes in oauth.signpost.commonshttp that implement OAuthConsumerModifier and TypeClassDescriptionclassSupports signing HTTP requests of typeHttpRequest.