Package | Description |
---|---|
org.springframework.social.oauth1 |
OAuth1 client.
|
Modifier and Type | Method and Description |
---|---|
OAuth1Version |
OAuth1Template.getVersion() |
OAuth1Version |
OAuth1Operations.getVersion()
The version of OAuth1 implemented by this operations instance.
|
static OAuth1Version |
OAuth1Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth1Version[] |
OAuth1Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OAuth1Template(String consumerKey,
String consumerSecret,
String requestTokenUrl,
String authorizeUrl,
String accessTokenUrl,
OAuth1Version version) |
OAuth1Template(String consumerKey,
String consumerSecret,
String requestTokenUrl,
String authorizeUrl,
String authenticateUrl,
String accessTokenUrl,
OAuth1Version version) |
Copyright © 2016. All rights reserved.