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 | Field and Description |
---|---|
static UserProfile |
UserProfile.EMPTY
Shared, empty profile that when used indicates no profile data is available (all property values are null).
|
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfileBuilder.build()
Builds the user profile.
|
UserProfile |
Connection.fetchUserProfile()
Fetch a normalized model of the user's profile on the provider system.
|
UserProfile |
ApiAdapter.fetchUserProfile(A api)
Implements
Connection.fetchUserProfile() for connections to the given API. |
Modifier and Type | Method and Description |
---|---|
UserProfile |
AbstractConnection.fetchUserProfile() |
Copyright © 2016. All rights reserved.