Uses of Class
oauth.signpost.AbstractOAuthProvider
-
Packages that use AbstractOAuthProvider Package Description oauth.signpost.basic oauth.signpost.commonshttp -
-
Uses of AbstractOAuthProvider in oauth.signpost.basic
Subclasses of AbstractOAuthProvider in oauth.signpost.basic Modifier and Type Class Description classDefaultOAuthProviderThis default implementation usesHttpURLConnectiontype GET requests to receive tokens from a service provider. -
Uses of AbstractOAuthProvider in oauth.signpost.commonshttp
Subclasses of AbstractOAuthProvider in oauth.signpost.commonshttp Modifier and Type Class Description classCommonsHttpOAuthProviderThis implementation uses the Apache CommonsHttpClient4.x HTTP implementation to fetch OAuth tokens from a service provider.
-