Package | Description |
---|---|
org.springframework.social.connect |
Framework for establishing connections between local users and users of ServiceProviders such as Twitter and Facebook.
|
org.springframework.social.oauth1 |
OAuth1 client.
|
org.springframework.social.oauth2 |
OAuth2 client.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceProvider<A> |
ConnectionFactory.getServiceProvider()
Exposes the ServiceProvider instance to subclasses.
|
Constructor and Description |
---|
ConnectionFactory(String providerId,
ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Creates a new ConnectionFactory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OAuth1ServiceProvider<A>
A ServiceProvider that uses the OAuth 1.0 protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOAuth1ServiceProvider<S>
Base class for ServiceProviders that use the OAuth1 protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OAuth2ServiceProvider<A>
A ServiceProvider that uses the OAuth 2.0 protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOAuth2ServiceProvider<S>
Base class for ServiceProviders that use the OAuth2 protocol.
|
Copyright © 2016. All rights reserved.