Package | Description |
---|---|
org.springframework.social.connect.support |
ServiceProvider Connect API implementation support.
|
org.springframework.social.oauth1 |
OAuth1 client.
|
Constructor and Description |
---|
OAuth1Connection(ConnectionData data,
OAuth1ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Creates a new
OAuth1Connection from the data provided. |
OAuth1Connection(String providerId,
String providerUserId,
String accessToken,
String secret,
OAuth1ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Creates a new
OAuth1Connection from a OAuth1 access token response. |
OAuth1ConnectionFactory(String providerId,
OAuth1ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Create a
OAuth1ConnectionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOAuth1ServiceProvider<S>
Base class for ServiceProviders that use the OAuth1 protocol.
|
Copyright © 2016. All rights reserved.