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.connect.support |
ServiceProvider Connect API implementation support.
|
Modifier and Type | Method and Description |
---|---|
ConnectionData |
Connection.createData()
Creates a data transfer object that can be used to persist the state of this connection.
|
Modifier and Type | Method and Description |
---|---|
abstract Connection<A> |
ConnectionFactory.createConnection(ConnectionData data) |
Modifier and Type | Method and Description |
---|---|
ConnectionData |
OAuth2Connection.createData() |
abstract ConnectionData |
AbstractConnection.createData() |
ConnectionData |
OAuth1Connection.createData() |
Modifier and Type | Method and Description |
---|---|
Connection<A> |
OAuth1ConnectionFactory.createConnection(ConnectionData data)
Create a OAuth1-based
Connection from the connection data. |
Connection<S> |
OAuth2ConnectionFactory.createConnection(ConnectionData data)
Create a OAuth2-based
Connection from the connection data. |
Constructor and Description |
---|
AbstractConnection(ConnectionData data,
ApiAdapter<A> apiAdapter)
Creates a connection from the data provider.
|
OAuth1Connection(ConnectionData data,
OAuth1ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Creates a new
OAuth1Connection from the data provided. |
OAuth2Connection(ConnectionData data,
OAuth2ServiceProvider<A> serviceProvider,
ApiAdapter<A> apiAdapter)
Creates a new
OAuth2Connection from the data provided. |
Copyright © 2016. All rights reserved.