| 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.support |
ServiceProvider Connect API implementation support.
|
| org.springframework.social.connect.web |
Spring MVC Controller for controlling ServiceProvider connect operations.
|
| Class and Description |
|---|
| ApiAdapter
An adapter that bridges between the uniform
Connection model and a specific provider API model. |
| Connection
A link to a service provider user.
|
| ConnectionData
A data transfer object that allows the internal state of a Connection to be persisted and transferred between layers of an application.
|
| ConnectionFactory
Base abstraction for factories that construct service provider
Connection instances. |
| ConnectionKey
The unique business key for a
Connection instance. |
| ConnectionRepository
Data access interface for saving and restoring Connection objects from a persistent store.
|
| ConnectionRepositoryException
Base exception class for
ConnectionRepository failures. |
| ConnectionValues
A configuration interface used to set values on a
Connection from a specific service provider API instance. |
| UserProfile
A normalized model representing a service provider user profile.
|
| UserProfileBuilder
Builder for constructing a
UserProfile instance returned by ApiAdapter.fetchUserProfile(Object)
Makes it easy to construct a profile instance where some of the individual fields may be null. |
| Class and Description |
|---|
| Connection
A link to a service provider user.
|
| ConnectionFactoryLocator
A ServiceLocator for
ConnectionFactory instances. |
| ConnectionRepository
Data access interface for saving and restoring Connection objects from a persistent store.
|
| ConnectionSignUp
A command that signs up a new user in the event no user id could be mapped from a
Connection. |
| UsersConnectionRepository
A data access interface for managing a global store of users connections to service providers.
|
| Class and Description |
|---|
| ApiAdapter
An adapter that bridges between the uniform
Connection model and a specific provider API model. |
| Connection
A link to a service provider user.
|
| ConnectionData
A data transfer object that allows the internal state of a Connection to be persisted and transferred between layers of an application.
|
| ConnectionFactory
Base abstraction for factories that construct service provider
Connection instances. |
| ConnectionFactoryLocator
A ServiceLocator for
ConnectionFactory instances. |
| ConnectionKey
The unique business key for a
Connection instance. |
| UserProfile
A normalized model representing a service provider user profile.
|
| Class and Description |
|---|
| Connection
A link to a service provider user.
|
| ConnectionFactory
Base abstraction for factories that construct service provider
Connection instances. |
| ConnectionFactoryLocator
A ServiceLocator for
ConnectionFactory instances. |
| ConnectionRepository
Data access interface for saving and restoring Connection objects from a persistent store.
|
| UsersConnectionRepository
A data access interface for managing a global store of users connections to service providers.
|
Copyright © 2016. All rights reserved.