Package | Description |
---|---|
oauth.signpost | |
oauth.signpost.basic | |
oauth.signpost.commonshttp |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOAuthProvider
ABC for all provider implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOAuthProvider
This default implementation uses
HttpURLConnection type GET
requests to receive tokens from a service provider. |
Modifier and Type | Class and Description |
---|---|
class |
CommonsHttpOAuthProvider
This implementation uses the Apache Commons
HttpClient 4.x HTTP
implementation to fetch OAuth tokens from a service provider. |
Copyright © 2022. All rights reserved.