| 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.jdbc |
JDBC-based
ConnectionRepository implementation. |
| org.springframework.social.connect.web |
Spring MVC Controller for controlling ServiceProvider connect operations.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionRepository |
UsersConnectionRepository.createConnectionRepository(String userId)
Create a single-user
ConnectionRepository instance for the user assigned the given id. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionRepository |
JdbcUsersConnectionRepository.createConnectionRepository(String userId) |
| Constructor and Description |
|---|
ConnectController(ConnectionFactoryLocator connectionFactoryLocator,
ConnectionRepository connectionRepository)
Constructs a ConnectController.
|
Copyright © 2016. All rights reserved.