Uses of Class
oauth.signpost.AbstractOAuthProvider
Packages that use AbstractOAuthProvider
-
Uses of AbstractOAuthProvider in oauth.signpost.basic
Subclasses of AbstractOAuthProvider in oauth.signpost.basicModifier and TypeClassDescriptionclass
This default implementation usesHttpURLConnection
type GET requests to receive tokens from a service provider. -
Uses of AbstractOAuthProvider in oauth.signpost.commonshttp
Subclasses of AbstractOAuthProvider in oauth.signpost.commonshttpModifier and TypeClassDescriptionclass
This implementation uses the Apache CommonsHttpClient
4.x HTTP implementation to fetch OAuth tokens from a service provider.