Package | Description |
---|---|
org.springframework.social.connect.support |
ServiceProvider Connect API implementation support.
|
org.springframework.social.oauth1 |
OAuth1 client.
|
Modifier and Type | Method and Description |
---|---|
OAuth1Operations |
OAuth1ConnectionFactory.getOAuthOperations()
Get the ServiceProvider's
OAuth1Operations that allows the client application to conduct the OAuth1 flow with the provider. |
Modifier and Type | Class and Description |
---|---|
class |
OAuth1Template
OAuth10Operations implementation that uses REST-template to make the OAuth calls.
|
Modifier and Type | Method and Description |
---|---|
OAuth1Operations |
OAuth1ServiceProvider.getOAuthOperations()
Get the service interface for carrying out the "OAuth dance" with this provider.
|
OAuth1Operations |
AbstractOAuth1ServiceProvider.getOAuthOperations() |
Constructor and Description |
---|
AbstractOAuth1ServiceProvider(String consumerKey,
String consumerSecret,
OAuth1Operations oauth1Operations)
Creates a OAuth1ServiceProvider.
|
Copyright © 2016. All rights reserved.