Package | Description |
---|---|
org.jets3t.service.utils.oauth |
Modifier and Type | Field and Description |
---|---|
protected OAuthUtils.OAuthImplementation |
OAuthUtils.implementation |
Modifier and Type | Method and Description |
---|---|
static OAuthUtils.OAuthImplementation |
OAuthUtils.OAuthImplementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthUtils.OAuthImplementation[] |
OAuthUtils.OAuthImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OAuthUtils(org.apache.http.client.HttpClient httpClient,
OAuthUtils.OAuthImplementation implementation,
String clientId,
String clientSecret)
Create utility class for a given OAuth implementation that will use the given
client ID and Secret.
|
OAuthUtils(OAuthUtils.OAuthImplementation implementation,
String clientId,
String clientSecret)
Create utility class for a given OAuth implementation that will use the given
client ID and Secret.
|
OAuthUtils(OAuthUtils.OAuthImplementation implementation,
String clientId,
String clientSecret,
Jets3tProperties jets3tProperties)
Create utility class for a given OAuth implementation that will use the given
client ID and Secret.
|
Copyright © 2006–2018. All rights reserved.