Package | Description |
---|---|
org.springframework.social.connect.support |
ServiceProvider Connect API implementation support.
|
org.springframework.social.oauth1 |
OAuth1 client.
|
Modifier and Type | Method and Description |
---|---|
Connection<A> |
OAuth1ConnectionFactory.createConnection(OAuthToken accessToken)
Create a OAuth1-based Connection from the access token response returned after
completing the OAuth1 flow . |
protected String |
OAuth1ConnectionFactory.extractProviderUserId(OAuthToken accessToken)
Hook for extracting the providerUserId from the returned access token response, if it is available.
|
Modifier and Type | Method and Description |
---|---|
protected OAuthToken |
OAuth1Template.createOAuthToken(String tokenValue,
String tokenSecret,
org.springframework.util.MultiValueMap<String,String> response)
Creates an
OAuthToken given the response from the request token or access token exchange with the provider. |
OAuthToken |
OAuth1Template.exchangeForAccessToken(AuthorizedRequestToken requestToken,
org.springframework.util.MultiValueMap<String,String> additionalParameters) |
OAuthToken |
OAuth1Operations.exchangeForAccessToken(AuthorizedRequestToken requestToken,
org.springframework.util.MultiValueMap<String,String> additionalParameters)
Exchange the authorized request token for an access token.
|
OAuthToken |
OAuth1Template.fetchRequestToken(String callbackUrl,
org.springframework.util.MultiValueMap<String,String> additionalParameters) |
OAuthToken |
OAuth1Operations.fetchRequestToken(String callbackUrl,
org.springframework.util.MultiValueMap<String,String> additionalParameters)
Begin a new authorization flow by fetching a new request token from this service provider.
|
Constructor and Description |
---|
AuthorizedRequestToken(OAuthToken requestToken,
String verifier)
Creates an authorized request token.
|
Copyright © 2016. All rights reserved.