Uses of Interface
oauth.signpost.OAuthProvider
-
Packages that use OAuthProvider Package Description oauth.signpost oauth.signpost.basic oauth.signpost.commonshttp -
-
Uses of OAuthProvider in oauth.signpost
Classes in oauth.signpost that implement OAuthProvider Modifier and Type Class Description class
AbstractOAuthProvider
ABC for all provider implementations. -
Uses of OAuthProvider in oauth.signpost.basic
Classes in oauth.signpost.basic that implement OAuthProvider Modifier and Type Class Description class
DefaultOAuthProvider
This default implementation usesHttpURLConnection
type GET requests to receive tokens from a service provider. -
Uses of OAuthProvider in oauth.signpost.commonshttp
Classes in oauth.signpost.commonshttp that implement OAuthProvider Modifier and Type Class Description class
CommonsHttpOAuthProvider
This implementation uses the Apache CommonsHttpClient
4.x HTTP implementation to fetch OAuth tokens from a service provider.
-