Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
JdbcUsersConnectionRepository
UsersConnectionRepository that uses the JDBC API to persist connection data to a relational database. |
Constructor and Description |
---|
ProviderSignInAttempt(Connection<?> connection,
ConnectionFactoryLocator connectionFactoryLocator,
UsersConnectionRepository connectionRepository) |
ProviderSignInController(ConnectionFactoryLocator connectionFactoryLocator,
UsersConnectionRepository usersConnectionRepository,
SignInAdapter signInAdapter)
Creates a new provider sign-in controller.
|
Copyright © 2016. All rights reserved.