A B C D E F G H I J L M N O P Q R S T U V W

A

AbstractConnection<A> - Class in org.springframework.social.connect.support
Base support class for Connection implementations.
AbstractConnection(ApiAdapter<A>) - Constructor for class org.springframework.social.connect.support.AbstractConnection
Creates a new connection.
AbstractConnection(ConnectionData, ApiAdapter<A>) - Constructor for class org.springframework.social.connect.support.AbstractConnection
Creates a connection from the data provider.
AbstractOAuth1ServiceProvider<S> - Class in org.springframework.social.oauth1
Base class for ServiceProviders that use the OAuth1 protocol.
AbstractOAuth1ServiceProvider(String, String, OAuth1Operations) - Constructor for class org.springframework.social.oauth1.AbstractOAuth1ServiceProvider
Creates a OAuth1ServiceProvider.
AbstractOAuth2ServiceProvider<S> - Class in org.springframework.social.oauth2
Base class for ServiceProviders that use the OAuth2 protocol.
AbstractOAuth2ServiceProvider(OAuth2Operations) - Constructor for class org.springframework.social.oauth2.AbstractOAuth2ServiceProvider
Create a new OAuth2ServiceProvider.
acceptInvitation(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Accepts an invitation to an event.
AccessGrant - Class in org.springframework.social.oauth2
OAuth2 access token.
AccessGrant(String) - Constructor for class org.springframework.social.oauth2.AccessGrant
 
AccessGrant(String, String, String, Integer) - Constructor for class org.springframework.social.oauth2.AccessGrant
 
addComment(String, String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Posts a comment on an object on behalf of the authenticated user.
addConnection(Connection<?>) - Method in interface org.springframework.social.connect.ConnectionRepository
Add a new Connection for the current user to this repository.
addConnectionFactory(ConnectionFactory<?>) - Method in class org.springframework.social.connect.support.ConnectionFactoryRegistry
Add a ConnectionFactory to this registry.
addInterceptor(ConnectInterceptor<?>) - Method in class org.springframework.social.connect.web.ConnectController
Adds a ConnectInterceptor to receive callbacks during the connection process.
addToFavorites(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Adds a tweet to the user's collection of favorite tweets.
addToFriendList(String, String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Adds a friend to a friend list.
addToList(long, long...) - Method in interface org.springframework.social.twitter.api.ListOperations
Adds one or more new members to a user list.
addToList(long, String...) - Method in interface org.springframework.social.twitter.api.ListOperations
Adds one or more new members to a user list.
Album - Class in org.springframework.social.facebook.api
Model class representing a Facebook photo album.
Album.Privacy - Enum in org.springframework.social.facebook.api
 
Album.Type - Enum in org.springframework.social.facebook.api
 
andExpect(RequestMatcher) - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
andExpect(RequestMatcher) - Method in interface org.springframework.social.test.client.ResponseActions
Allows for further expectations to be set on the request.
andRespond(ResponseCreator) - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
andRespond(ResponseCreator) - Method in interface org.springframework.social.test.client.ResponseActions
Sets the ResponseCreator for this mock.
anything() - Static method in class org.springframework.social.test.client.RequestMatchers
Expects any request.
ApiAdapter<A> - Interface in org.springframework.social.connect
An adapter that bridges between the uniform Connection model and a specific provider API model.
assertEquals(String, Object, Object) - Static method in class org.springframework.social.test.client.AssertionErrors
Asserts that two objects are equal.
AssertionErrors - Class in org.springframework.social.test.client
JUnit independent assertion class.
assertTrue(String, boolean) - Static method in class org.springframework.social.test.client.AssertionErrors
Asserts that a condition is true.
AuthorizedRequestToken - Class in org.springframework.social.oauth1
A OAuth 1.0 request token that has been authorized by the user.
AuthorizedRequestToken(OAuthToken, String) - Constructor for class org.springframework.social.oauth1.AuthorizedRequestToken
Creates an authorized request token.

B

BadCredentialsException - Exception in org.springframework.social
Indicates a security-related error occurred during the invocation of a service provider API operation.
BadCredentialsException(String) - Constructor for exception org.springframework.social.BadCredentialsException
 
BadCredentialsException(String, Throwable) - Constructor for exception org.springframework.social.BadCredentialsException
 
body(String) - Static method in class org.springframework.social.test.client.RequestMatchers
Expects the given request body content
build() - Method in class org.springframework.social.connect.UserProfileBuilder
Builds the user profile.
build() - Method in class org.springframework.social.support.URIBuilder
Builds the URI
buildAuthenticateUrl(String, OAuth1Parameters) - Method in interface org.springframework.social.oauth1.OAuth1Operations
Construct the URL to redirect the user to for authentication.
buildAuthenticateUrl(String, OAuth1Parameters) - Method in class org.springframework.social.oauth1.OAuth1Template
 
buildAuthenticateUrl(GrantType, OAuth2Parameters) - Method in interface org.springframework.social.oauth2.OAuth2Operations
Construct the URL to redirect the user to for authentication.
buildAuthenticateUrl(GrantType, OAuth2Parameters) - Method in class org.springframework.social.oauth2.OAuth2Template
 
buildAuthorizeUrl(String, OAuth1Parameters) - Method in interface org.springframework.social.oauth1.OAuth1Operations
Construct the URL to redirect the user to for authorization.
buildAuthorizeUrl(String, OAuth1Parameters) - Method in class org.springframework.social.oauth1.OAuth1Template
 
buildAuthorizeUrl(GrantType, OAuth2Parameters) - Method in interface org.springframework.social.oauth2.OAuth2Operations
Construct the URL to redirect the user to for authorization.
buildAuthorizeUrl(GrantType, OAuth2Parameters) - Method in class org.springframework.social.oauth2.OAuth2Template
 

C

Checkin - Class in org.springframework.social.facebook.api
Model class representing a user checkin on Facebook Places.
checkin(String, double, double) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Checks the authenticated user into the specified location.
checkin(String, double, double, String, String...) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Checks the authenticated user into the specified location.
Checkin - Class in org.springframework.social.gowalla.api
 
Checkin(String, int) - Constructor for class org.springframework.social.gowalla.api.Checkin
 
checkinId() - Method in class org.springframework.social.facebook.api.CheckinPost
 
CheckinPost - Class in org.springframework.social.facebook.api
Model class representing a feed Post to announce a Checkin on a user's wall.
CheckinPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.CheckinPost
 
ClientHttpRequestFactorySelector - Class in org.springframework.social.support
Chooses a request factory.
ClientHttpRequestFactorySelector() - Constructor for class org.springframework.social.support.ClientHttpRequestFactorySelector
 
close() - Method in class org.springframework.social.test.client.MockClientHttpResponse
 
Comment - Class in org.springframework.social.facebook.api
Model class representing a comment.
Comment(String, Reference, String, Date) - Constructor for class org.springframework.social.facebook.api.Comment
Constructs a Comment object.
CommentOperations - Interface in org.springframework.social.facebook.api
Defines operations for reading and posting comments to Facebook.
commentOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for reading and posting comments.
commentOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
connect(String, Model) - Method in class org.springframework.social.connect.web.ConnectController
Render the connect form for the service provider identified by {name} to the member as HTML in their web browser.
connect(String, WebRequest) - Method in class org.springframework.social.connect.web.ConnectController
Process a connect form submission by commencing the process of establishing a connection to the provider on behalf of the member.
ConnectController - Class in org.springframework.social.connect.web
Generic UI controller for managing the account-to-service-provider connection flow.
ConnectController(String, ConnectionFactoryLocator, Provider<ConnectionRepository>) - Constructor for class org.springframework.social.connect.web.ConnectController
Constructs a ConnectController.
ConnectInterceptor<S> - Interface in org.springframework.social.connect.web
Listens for service provider connection events.
Connection<A> - Interface in org.springframework.social.connect
A link to a service provider user.
CONNECTION_URL - Static variable in interface org.springframework.social.facebook.api.GraphApi
 
ConnectionData - Class in org.springframework.social.connect
A data transfer object that allows the internal state of a Connection to be persisted and transferred between layers of an application.
ConnectionData(String, String, String, String, String, String, String, String, Long) - Constructor for class org.springframework.social.connect.ConnectionData
 
ConnectionFactory<A> - Class in org.springframework.social.connect
Base abstraction for factories that construct ServiceProviderConnection instances.
ConnectionFactory(String, ServiceProvider<A>, ApiAdapter<A>) - Constructor for class org.springframework.social.connect.ConnectionFactory
Creates a new ConnectionFactory.
ConnectionFactoryLocator - Interface in org.springframework.social.connect
A ServiceLocator for ConnectionFactory instances.
ConnectionFactoryRegistry - Class in org.springframework.social.connect.support
A registry for service provider connection factories.
ConnectionFactoryRegistry() - Constructor for class org.springframework.social.connect.support.ConnectionFactoryRegistry
 
ConnectionKey - Class in org.springframework.social.connect
The unique business key for a ServiceProviderConnection instance.
ConnectionKey(String, String) - Constructor for class org.springframework.social.connect.ConnectionKey
Creates a new ServiceProviderConnectionKey.
ConnectionRepository - Interface in org.springframework.social.connect
Data access interface for saving and restoring Connection objects from a persistent store.
ConnectionValues - Interface in org.springframework.social.connect
A configuration interface used to set values on a Connection from a specific service provider API instance.
create(String, String, String, String) - Static method in class org.springframework.social.oauth1.ProtectedResourceClientFactory
Constructs a RestTemplate that adds the OAuth1 Authorization header to each request before it is executed.
createAccessGrant(String, String, String, Integer, Map<String, Object>) - Method in class org.springframework.social.oauth2.OAuth2Template
 
createAccessToken(String, String, MultiValueMap<String, String>) - Method in class org.springframework.social.oauth1.OAuth1Template
 
createAlbum(String, String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Creates a new photo album.
createConnection(ConnectionData) - Method in class org.springframework.social.connect.ConnectionFactory
 
createConnection(OAuthToken) - Method in class org.springframework.social.connect.support.OAuth1ConnectionFactory
Create a OAuth1-based Connection from the access token response returned after completing the OAuth1 flow.
createConnection(ConnectionData) - Method in class org.springframework.social.connect.support.OAuth1ConnectionFactory
Create a OAuth1-based ServiceProviderConnection from the connection data.
createConnection(AccessGrant) - Method in class org.springframework.social.connect.support.OAuth2ConnectionFactory
Create a OAuth2-based ServiceProviderConnection from the AccessGrant returned after completing the OAuth2 flow.
createConnection(ConnectionData) - Method in class org.springframework.social.connect.support.OAuth2ConnectionFactory
Create a OAuth2-based ServiceProviderConnection from the connection data.
createConnectionRepository(String) - Method in class org.springframework.social.connect.jdbc.JdbcUsersConnectionRepository
 
createConnectionRepository(String) - Method in interface org.springframework.social.connect.UsersConnectionRepository
Create a single-user ConnectionRepository instance for the user assigned the given id.
createData() - Method in interface org.springframework.social.connect.Connection
Creates a data transfer object that can be used to persist the state of this connection.
createData() - Method in class org.springframework.social.connect.support.AbstractConnection
 
createData() - Method in class org.springframework.social.connect.support.OAuth1Connection
 
createData() - Method in class org.springframework.social.connect.support.OAuth2Connection
 
createEvent(String, String, String) - Method in interface org.springframework.social.facebook.api.EventOperations
Creates an event.
createFriendList(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Creates a new friend list for the authenticated user.
createFriendList(String, String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Creates a new friend list.
createList(String, String, boolean) - Method in interface org.springframework.social.twitter.api.ListOperations
Create a new user list
createRequest(URI, HttpMethod) - Method in class org.springframework.social.test.client.MockClientHttpRequestFactory
 
createResponse(ClientHttpRequest) - Method in interface org.springframework.social.test.client.ResponseCreator
Create a response for the given request
createRestTemplate() - Method in class org.springframework.social.facebook.connect.FacebookOAuth2Template
 
createRestTemplate() - Method in class org.springframework.social.oauth2.OAuth2Template
 
createSavedSearch(String) - Method in interface org.springframework.social.twitter.api.SearchOperations
Creates a new saved search for the authenticating user.
createServer(RestTemplate) - Static method in class org.springframework.social.test.client.MockRestServiceServer
Creates a MockRestServiceServer instance based on the given RestTemplate.
createServer(RestGatewaySupport) - Static method in class org.springframework.social.test.client.MockRestServiceServer
Creates a MockRestServiceServer instance based on the given RestGatewaySupport.

D

declineInvitation(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Declines an invitation to an event.
delete(String) - Method in interface org.springframework.social.facebook.api.GraphApi
Deletes an object.
delete(String, String) - Method in interface org.springframework.social.facebook.api.GraphApi
Deletes an object connection.
delete(String) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
delete(String, String) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
deleteComment(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Delete a comment
deleteDirectMessage(long) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Deletes a direct message for the authenticated user.
deleteEvent(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Deletes an event.
deleteFeedEntry(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Deletes a feed entry
deleteFriendList(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Deletes a friend list.
deleteList(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Removes a user list.
deleteSavedSearch(long) - Method in interface org.springframework.social.twitter.api.SearchOperations
Deletes a saved search
deleteStatus(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Removes a status entry.
DirectMessage - Class in org.springframework.social.twitter.api
Represents a direct message.
DirectMessage(long, String, TwitterProfile, TwitterProfile, Date) - Constructor for class org.springframework.social.twitter.api.DirectMessage
 
DirectMessageOperations - Interface in org.springframework.social.twitter.api
Interface defining the Twitter operations for working with direct messages.
directMessageOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
directMessageOperations() - Method in interface org.springframework.social.twitter.api.TwitterApi
Returns the portion of the Twitter API containing the direct message operations.
doEndTag() - Method in class org.springframework.social.facebook.web.FacebookInitTag
 
doStartTag() - Method in class org.springframework.social.facebook.web.FacebookInitTag
 
draft10(String) - Static method in class org.springframework.social.oauth2.ProtectedResourceClientFactory
Constructs a RestTemplate that adds the Authorization header using the style described in the draft 10 of the OAuth2 specification: http://tools.ietf.org/html/draft-ietf-oauth-v2-10#section-5.1.1
draft8(String) - Static method in class org.springframework.social.oauth2.ProtectedResourceClientFactory
Constructs a RestTemplate that adds the Authorization header using the style described in the draft 8 of the OAuth2 specification: http://tools.ietf.org/html/draft-ietf-oauth-v2-08#section-5.1
DuplicateConnectionException - Exception in org.springframework.social.connect
Thrown by a ConnectionRepository when attempting to add a ServiceProviderConnection and a connection already exists with the given key.
DuplicateConnectionException(ConnectionKey) - Constructor for exception org.springframework.social.connect.DuplicateConnectionException
 
DuplicateTweetException - Exception in org.springframework.social.twitter.api
Exception thrown when a duplicate tweet is posted.
DuplicateTweetException(String) - Constructor for exception org.springframework.social.twitter.api.DuplicateTweetException
 
DuplicateTweetException(String, Throwable) - Constructor for exception org.springframework.social.twitter.api.DuplicateTweetException
 

E

EducationEntry - Class in org.springframework.social.facebook.api
Model class representing an entry in a user's education history.
EducationEntry(Reference, Reference, String) - Constructor for class org.springframework.social.facebook.api.EducationEntry
 
EMPTY - Static variable in class org.springframework.social.connect.UserProfile
Shared, empty profile that when used indicates no profile data is available (all property values are null).
EnhanceYourCalmException - Exception in org.springframework.social.twitter.api
 
EnhanceYourCalmException(String) - Constructor for exception org.springframework.social.twitter.api.EnhanceYourCalmException
 
EnhanceYourCalmException(String, Throwable) - Constructor for exception org.springframework.social.twitter.api.EnhanceYourCalmException
 
equals(Object) - Method in class org.springframework.social.connect.ConnectionKey
 
equals(Object) - Method in class org.springframework.social.connect.support.AbstractConnection
 
Event - Class in org.springframework.social.facebook.api
Model class representing an event.
Event(String, String, Reference, Event.Privacy, Date, Date, Date) - Constructor for class org.springframework.social.facebook.api.Event
 
Event.Privacy - Enum in org.springframework.social.facebook.api
 
EventInvitee - Class in org.springframework.social.facebook.api
Model class representing someone who has been invited to an event.
EventInvitee(String, String, RsvpStatus) - Constructor for class org.springframework.social.facebook.api.EventInvitee
 
EventOperations - Interface in org.springframework.social.facebook.api
Defines operations for creating and reading event data as well as RSVP'ing to events on behalf of a user.
eventOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing operations on events.
eventOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
exchangeForAccess(String, String, MultiValueMap<String, String>) - Method in interface org.springframework.social.oauth2.OAuth2Operations
Exchange the authorization code for an access grant.
exchangeForAccess(String, String, MultiValueMap<String, String>) - Method in class org.springframework.social.oauth2.OAuth2Template
 
exchangeForAccessToken(AuthorizedRequestToken, MultiValueMap<String, String>) - Method in interface org.springframework.social.oauth1.OAuth1Operations
Exchange the authorized request token for an access token.
exchangeForAccessToken(AuthorizedRequestToken, MultiValueMap<String, String>) - Method in class org.springframework.social.oauth1.OAuth1Template
 
execute() - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
expect(RequestMatcher) - Method in class org.springframework.social.test.client.MockRestServiceServer
Records an expectation specified by the given RequestMatcher.
extractProviderUserId(OAuthToken) - Method in class org.springframework.social.connect.support.OAuth1ConnectionFactory
Hook for extracting the providerUserId from the returned access token response, if it is available.
extractProviderUserId(AccessGrant) - Method in class org.springframework.social.connect.support.OAuth2ConnectionFactory
Hook for extracting the providerUserId from the returned AccessGrant, if it is available.

F

FacebookApi - Interface in org.springframework.social.facebook.api
Interface specifying a basic set of operations for interacting with Facebook.
FacebookApiAdapter - Class in org.springframework.social.facebook.connect
Facebook API adapter implementation.
FacebookApiAdapter() - Constructor for class org.springframework.social.facebook.connect.FacebookApiAdapter
 
FacebookConnectionFactory - Class in org.springframework.social.facebook.connect
Facebook ConnectionFactory implementation.
FacebookConnectionFactory(String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookConnectionFactory
 
FacebookCookieParser - Class in org.springframework.social.facebook.web
Helper class that helps extract data from a Facebook cookie.
FacebookCookieValue - Annotation Type in org.springframework.social.facebook.web
Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be bound to a value from the Facebook cookie written when the user signed in with Facebook.
FacebookInitTag - Class in org.springframework.social.facebook.web
JSP Tag for initializing Facebook's JavaScript API.
FacebookInitTag() - Constructor for class org.springframework.social.facebook.web.FacebookInitTag
 
FacebookLink - Class in org.springframework.social.facebook.api
Model class representing a link to be posted to a users Facebook wall.
FacebookLink(String, String, String, String) - Constructor for class org.springframework.social.facebook.api.FacebookLink
Creates a FacebookLink.
FacebookModule - Class in org.springframework.social.facebook.api.impl.json
Jackson module for setting up mixin annotations on Facebook model types.
FacebookModule() - Constructor for class org.springframework.social.facebook.api.impl.json.FacebookModule
 
FacebookOAuth2Template - Class in org.springframework.social.facebook.connect
Facebook-specific extension of OAuth2Template to use a RestTemplate that recognizes form-encoded responses as "text/plain".
FacebookOAuth2Template(String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookOAuth2Template
 
FacebookProfile - Class in org.springframework.social.facebook.api
Model class containing a Facebook user's profile information.
FacebookProfile(String, String, String, String, String, String, Locale) - Constructor for class org.springframework.social.facebook.api.FacebookProfile
 
FacebookServiceProvider - Class in org.springframework.social.facebook.connect
Facebook ServiceProvider implementation.
FacebookServiceProvider(String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookServiceProvider
 
FacebookTemplate - Class in org.springframework.social.facebook.api.impl
This is the central class for interacting with Facebook.
FacebookTemplate(String) - Constructor for class org.springframework.social.facebook.api.impl.FacebookTemplate
Create a new instance of FacebookTemplate.
FacebookWebArgumentResolver - Class in org.springframework.social.facebook.web
Web argument resolver that resolves arguments annotated with FacebookCookieValue.
FacebookWebArgumentResolver(String, String) - Constructor for class org.springframework.social.facebook.web.FacebookWebArgumentResolver
Construct a FacebookWebArgumentResolver given the Facebook app id and secret.
fail(String) - Static method in class org.springframework.social.test.client.AssertionErrors
Fails a test with the given message.
feedOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing operations on feeds.
FeedOperations - Interface in org.springframework.social.facebook.api
Interface defining operations that can be performed on a Facebook feed.
feedOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchConnections(String, String, Class<T>, String...) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches connections, extracting them into a Java type via the given ResponseExtractor.
fetchConnections(String, String, Class<T>, String...) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchImage(String, String, ImageType) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches an image as an array of bytes.
fetchImage(String, String, ImageType) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchObject(String, Class<T>) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches an object, extracting it into the type via the given ResponseExtractor.
fetchObject(String, Class<T>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchRequestToken(String, MultiValueMap<String, String>) - Method in interface org.springframework.social.oauth1.OAuth1Operations
Begin a new authorization flow by fetching a new request token from this service provider.
fetchRequestToken(String, MultiValueMap<String, String>) - Method in class org.springframework.social.oauth1.OAuth1Template
 
fetchUserProfile(A) - Method in interface org.springframework.social.connect.ApiAdapter
Implements Connection.fetchUserProfile() for connections to the given API.
fetchUserProfile() - Method in interface org.springframework.social.connect.Connection
Fetch a normalized model of the user's profile on the provider system.
fetchUserProfile() - Method in class org.springframework.social.connect.support.AbstractConnection
 
fetchUserProfile(FacebookApi) - Method in class org.springframework.social.facebook.connect.FacebookApiAdapter
 
fetchUserProfile(GitHubApi) - Method in class org.springframework.social.github.connect.GitHubApiAdapter
 
fetchUserProfile(GowallaApi) - Method in class org.springframework.social.gowalla.connect.GowallaApiAdapter
 
fetchUserProfile(LinkedInApi) - Method in class org.springframework.social.linkedin.connect.LinkedInApiAdapter
 
fetchUserProfile(TripItApi) - Method in class org.springframework.social.tripit.connect.TripItApiAdapter
 
fetchUserProfile(TwitterApi) - Method in class org.springframework.social.twitter.connect.TwitterApiAdapter
 
findConnection(ConnectionKey) - Method in interface org.springframework.social.connect.ConnectionRepository
Find a single Connection for the current user by its key, which consists of the providerId + providerUserId.
findConnections() - Method in interface org.springframework.social.connect.ConnectionRepository
Find a map of all Connections for the current user.
findConnectionsForUsers(MultiValueMap<String, String>) - Method in interface org.springframework.social.connect.ConnectionRepository
Find the Connections the current user has to the given provider users.
findConnectionsToApi(Class<A>) - Method in interface org.springframework.social.connect.ConnectionRepository
Find the Connections for the current user by the given apiType e.g.
findConnectionsToProvider(String) - Method in interface org.springframework.social.connect.ConnectionRepository
Find the Connections the current user has to the provider registered by the given id.
findConnectionToApiForUser(Class<A>, String) - Method in interface org.springframework.social.connect.ConnectionRepository
Find the Connection between the current user and the given provider user.
findPrimaryConnectionToApi(Class<A>) - Method in interface org.springframework.social.connect.ConnectionRepository
Find a single Connection for the current user by its apiType e.g.
findUserIdsConnectedTo(String, Set<String>) - Method in class org.springframework.social.connect.jdbc.JdbcUsersConnectionRepository
 
findUserIdsConnectedTo(String, Set<String>) - Method in interface org.springframework.social.connect.UsersConnectionRepository
Find the ids of the users who are connected to the specific provider user accounts.
findUserIdWithConnection(Connection<?>) - Method in class org.springframework.social.connect.jdbc.JdbcUsersConnectionRepository
 
findUserIdWithConnection(Connection<?>) - Method in interface org.springframework.social.connect.UsersConnectionRepository
Find the id of the single user that has the given Connection.
follow(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated user to follow (create a friendship) with another user.
follow(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated user to follow (create a friendship) with another user.
friendOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing operations with a user's set of friends.
FriendOperations - Interface in org.springframework.social.facebook.api
Defines operations for interacting with a user's friends and friend lists.
friendOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
FriendOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for working with a user's friends and followers.
friendOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
friendOperations() - Method in interface org.springframework.social.twitter.api.TwitterApi
Returns the portion of the Twitter API containing the friends and followers operations.
friendshipExists(String, String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Checks for a friendship between two users.
FriendshipFailureException - Exception in org.springframework.social.twitter.api
An exception that is thrown when a follow or and unfollow fails usually because the authenticated user is already following the specified user or tried to unfollow the user not already following.
FriendshipFailureException(String) - Constructor for exception org.springframework.social.twitter.api.FriendshipFailureException
 
FriendshipFailureException(String, Throwable) - Constructor for exception org.springframework.social.twitter.api.FriendshipFailureException
 
fromUri(String) - Static method in class org.springframework.social.support.URIBuilder
Creates a URIBuilder with a base URI string as the starting point

G

getAbout() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's brief about blurb.
getAccessToken() - Method in class org.springframework.social.connect.ConnectionData
The access token required to make authorized API calls.
getAccessToken() - Method in class org.springframework.social.oauth2.AccessGrant
The access token value.
getActivities() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of activities that the authenticated user likes.
getActivities(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of activities that the given user likes.
getAdditionalParameters() - Method in class org.springframework.social.oauth1.OAuth1Parameters
Additional supported parameters to pass to the provider.
getAdditionalParameters() - Method in class org.springframework.social.oauth2.OAuth2Parameters
Additional supported parameters to pass to the provider (optional).
getAlbum(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves data for a specific album.
getAlbumImage(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves an album's image as an array of bytes.
getAlbumImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves an album's image as an array of bytes.
getAlbumImage() - Method in class org.springframework.social.facebook.api.Photo
 
getAlbums() - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of albums belonging to the authenticated user.
getAlbums(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of albums belonging to a specific owner (user, page, etc).
getApi() - Method in interface org.springframework.social.connect.Connection
A Java binding to the service provider's native API.
getApi() - Method in class org.springframework.social.connect.support.AbstractConnection
 
getApi() - Method in class org.springframework.social.connect.support.OAuth1Connection
 
getApi() - Method in class org.springframework.social.connect.support.OAuth2Connection
 
getApi(String) - Method in class org.springframework.social.facebook.connect.FacebookServiceProvider
 
getApi(String) - Method in class org.springframework.social.github.connect.GitHubServiceProvider
 
getApi(String) - Method in class org.springframework.social.gowalla.connect.GowallaServiceProvider
 
getApi(String, String) - Method in class org.springframework.social.linkedin.connect.LinkedInServiceProvider
 
getApi(String, String) - Method in class org.springframework.social.oauth1.AbstractOAuth1ServiceProvider
 
getApi(String, String) - Method in interface org.springframework.social.oauth1.OAuth1ServiceProvider
Returns an API interface allowing the client application to access protected resources on behalf of a user.
getApi(String) - Method in class org.springframework.social.oauth2.AbstractOAuth2ServiceProvider
 
getApi(String) - Method in interface org.springframework.social.oauth2.OAuth2ServiceProvider
Returns an API interface allowing the client application to access protected resources on behalf of a user.
getApi(String, String) - Method in class org.springframework.social.tripit.connect.TripItServiceProvider
 
getApi(String, String) - Method in class org.springframework.social.twitter.connect.TwitterServiceProvider
 
getApiAdapter() - Method in class org.springframework.social.connect.ConnectionFactory
Exposes the ApiAdapter to subclasses.
getApplication() - Method in class org.springframework.social.facebook.api.Checkin
 
getApplication() - Method in class org.springframework.social.facebook.api.Post
 
getAttending(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have accepted the invitation.
getBio() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's bio.
getBirthday() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's birthday.
getBlog() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getBody() - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
getBody() - Method in class org.springframework.social.test.client.MockClientHttpResponse
 
getBodyContent() - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
getBooks() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of books that the authenticated user likes.
getBooks(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of books that the given user has liked.
getCallbackUrl() - Method in class org.springframework.social.oauth1.OAuth1Parameters
The authorization callback url; this value must be included for OAuth 1.0 providers (and NOT for OAuth 1.0a)
getCaption() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getCaption() - Method in class org.springframework.social.facebook.api.Post
 
getCategory() - Method in class org.springframework.social.facebook.api.UserLike
 
getCheckin(String) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves details for a single checkin.
getCheckins() - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves a list of checkins for the authenticated user.
getCheckins(String) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves a list of checkins for the specified object.
getCity() - Method in class org.springframework.social.facebook.api.Location
 
getComment(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Retrieves a single comment
getComments() - Method in class org.springframework.social.facebook.api.Checkin
 
getComments(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Retrieves all comments for a given object.
getComments() - Method in class org.springframework.social.facebook.api.Post
 
getCompany() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getCompany() - Method in class org.springframework.social.tripit.api.TripItProfile
The company that the TripIt user works for
getConnection() - Method in class org.springframework.social.connect.signin.web.ProviderSignInAttempt
Get the connection to the provider user account the client attempted to sign-in as.
getConnection(WebRequest) - Static method in class org.springframework.social.connect.signin.web.ProviderSignInUtils
Get the connection to the provider user the client attempted to sign-in as.
getConnectionFactory(String) - Method in interface org.springframework.social.connect.ConnectionFactoryLocator
Lookup a ConnectionFactory by providerId; for example, "facebook".
getConnectionFactory(Class<A>) - Method in interface org.springframework.social.connect.ConnectionFactoryLocator
Lookup a ConnectionFactory by apiType; for example, FacebookApi.class.
getConnectionFactory(String) - Method in class org.springframework.social.connect.support.ConnectionFactoryRegistry
 
getConnectionFactory(Class<S>) - Method in class org.springframework.social.connect.support.ConnectionFactoryRegistry
 
getConnectionKey() - Method in exception org.springframework.social.connect.DuplicateConnectionException
The connection key that already exists.
getConnectionKey() - Method in exception org.springframework.social.connect.NoSuchConnectionException
The invalid key value.
getConnections() - Method in class org.springframework.social.linkedin.api.impl.LinkedInTemplate
 
getConnections() - Method in interface org.springframework.social.linkedin.api.LinkedInApi
Retrieves the 1st-degree connections from the current user's network.
getConnections() - Method in class org.springframework.social.linkedin.api.LinkedInConnections
Retrieves the list of connected profiles.
getConsumerKey() - Method in class org.springframework.social.oauth1.AbstractOAuth1ServiceProvider
The consumer (or client) key assigned to the application by the provider.
getConsumerKey() - Method in class org.springframework.social.oauth1.OAuth1Template
 
getConsumerSecret() - Method in class org.springframework.social.oauth1.AbstractOAuth1ServiceProvider
The consumer (or client) secret assigned to the application by the provider.
getCount() - Method in class org.springframework.social.facebook.api.Album
 
getCount() - Method in class org.springframework.social.gowalla.api.Checkin
 
getCountry() - Method in class org.springframework.social.facebook.api.Location
 
getCreatedAt() - Method in class org.springframework.social.twitter.api.DirectMessage
 
getCreatedAt() - Method in class org.springframework.social.twitter.api.SavedSearch
 
getCreatedAt() - Method in class org.springframework.social.twitter.api.Tweet
 
getCreatedDate() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getCreatedDate() - Method in class org.springframework.social.twitter.api.TwitterProfile
The date that the Twitter profile was created.
getCreatedTime() - Method in class org.springframework.social.facebook.api.Album
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Checkin
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Comment
The time the comment was created.
getCreatedTime() - Method in class org.springframework.social.facebook.api.Photo
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Post
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Tag
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.UserLike
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Video
 
getCurrentTrends() - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the current top 10 trending topics on Twitter, including hashtagged topics.
getCurrentTrends(boolean) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the current top 10 trending topics on Twitter.
getCustomAuthorizationParameters() - Method in class org.springframework.social.oauth1.OAuth1Template
 
getDailyTrends() - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 20 trending topics, hourly for the past 24 hours.
getDailyTrends(boolean) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 20 trending topics, hourly for the past 24 hours.
getDailyTrends(boolean, String) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 20 trending topics, hourly for a 24-hour period starting at the specified date.
getDeclined(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have declined the invitation.
getDescription() - Method in class org.springframework.social.facebook.api.Album
 
getDescription() - Method in class org.springframework.social.facebook.api.Event
 
getDescription() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getDescription() - Method in class org.springframework.social.facebook.api.Group
 
getDescription() - Method in class org.springframework.social.facebook.api.Post
 
getDescription() - Method in class org.springframework.social.facebook.api.Video
 
getDescription() - Method in class org.springframework.social.twitter.api.TwitterProfile
The user's description
getDescription() - Method in class org.springframework.social.twitter.api.UserList
 
getDirectMessagesReceived() - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Retrieve the 20 most recently received direct messages for the authenticating user.
getDirectMessagesSent() - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Retrieve the 20 most recently sent direct messages for the authenticating user.
getDisplayName() - Method in interface org.springframework.social.connect.Connection
A display name or label for this connection.
getDisplayName() - Method in class org.springframework.social.connect.ConnectionData
A display name for the connection.
getDisplayName() - Method in class org.springframework.social.connect.support.AbstractConnection
 
getDisplayName() - Method in class org.springframework.social.tripit.api.Trip
The trip's display name
getEducation() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's education history.
getEmail() - Method in class org.springframework.social.connect.UserProfile
The user's registered email address.
getEmail() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's email address.
getEmail() - Method in class org.springframework.social.facebook.api.Group
 
getEmail() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getEmailAddress() - Method in class org.springframework.social.tripit.api.TripItProfile
The TripIt user's email address
getEmbedHtml() - Method in class org.springframework.social.facebook.api.Video
 
getEmployer() - Method in class org.springframework.social.facebook.api.WorkEntry
 
getEndDate() - Method in class org.springframework.social.facebook.api.WorkEntry
 
getEndDate() - Method in class org.springframework.social.tripit.api.Trip
The date that the trip concludes
getEndTime() - Method in class org.springframework.social.facebook.api.Event
 
getEndTime() - Method in class org.springframework.social.facebook.api.Invitation
 
getEvent(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves event data for a specified event.
getEventId() - Method in class org.springframework.social.facebook.api.Invitation
 
getEventImage(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves an event's image as an array of bytes.
getEventImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves an event's image as an array of bytes.
getExpireTime() - Method in class org.springframework.social.connect.ConnectionData
The time the connection expires.
getExpireTime() - Method in class org.springframework.social.oauth2.AccessGrant
The time (in milliseconds since Jan 1, 1970 UTC) when this access grant will expire.
getFacebookCookieData(Cookie[], String, String) - Static method in class org.springframework.social.facebook.web.FacebookCookieParser
Looks for a Facebook cookie for the given API Key and returns its data as key/value pairs in a Map.
getFavoriteAtheletes() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to the user's favorite athletes.
getFavorites() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the 20 most recent tweets favorited by the given user.
getFavoriteTeams() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to the user's favorite sports teams.
getFeed() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves recent feed entries for the authenticated user.
getFeed(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves recent feed entries for a given user.
getFeedEntry(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves a single feed entry.
getFirstName() - Method in class org.springframework.social.connect.UserProfile
The user's registered first name e.g.
getFirstName() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's first name
getFirstName() - Method in class org.springframework.social.gowalla.api.GowallaProfile
 
getFirstName() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
The user's first name
getFollowerIds() - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of IDs for the Twitter users that follow the authenticated user.
getFollowerIds(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of IDs for the Twitter users that follow the given user.
getFollowerIds(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of IDs for the Twitter users that follow the given user.
getFollowers() - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of users that the authenticated user is being followed by
getFollowers(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of users that the given user is being followed by
getFollowers(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of users that the given user is being followed by
getFriendIds() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of the authenticating user's friends' IDs.
getFriendIds(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of the authenticating user's friends' IDs.
getFriendIds() - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of IDs for the Twitter users that the authenticated user follows.
getFriendIds(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of IDs for the Twitter users that the given user follows.
getFriendIds(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of IDs for the Twitter users that the given user follows.
getFriendList(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a reference to the specified friend list.
getFriendListMembers(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves references for all users who are members of the specified friend list.
getFriendLists() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of custom friend lists belonging to the authenticated user.
getFriendLists(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of custom friend lists belonging to the specified user.
getFriendProfiles() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves profile data for the authenticated user's friends.
getFriendProfiles(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves profile data for the specified user's friends.
getFriends() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user references for the authenticated user's friends.
getFriends(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user references for the specified user's friends.
getFriends() - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of users that the authenticated user follows.
getFriends(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of users that the given user follows.
getFriends(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Retrieves a list of users that the given user follows.
getFriendsTimeline() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the 20 most recently posted tweets, excluding retweets, from the authenticating user's home timeline.
getFrom() - Method in class org.springframework.social.facebook.api.Album
 
getFrom() - Method in class org.springframework.social.facebook.api.Checkin
 
getFrom() - Method in class org.springframework.social.facebook.api.Comment
A reference to the user who posted the comment.
getFrom() - Method in class org.springframework.social.facebook.api.Photo
 
getFrom() - Method in class org.springframework.social.facebook.api.Post
 
getFrom() - Method in class org.springframework.social.facebook.api.Video
 
getFromUser() - Method in class org.springframework.social.twitter.api.Tweet
 
getFromUserId() - Method in class org.springframework.social.twitter.api.Tweet
 
getFullName() - Method in class org.springframework.social.twitter.api.UserList
 
getGender() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's gender
getGroup(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieve data for a specified group.
getGroupImage(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves a group's image as an array of bytes.
getGroupImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves a group's image as an array of bytes.
getHeaders() - Method in class org.springframework.social.support.HttpRequestDecorator
 
getHeaders() - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
getHeaders() - Method in class org.springframework.social.test.client.MockClientHttpResponse
 
getHeaders() - Method in class org.springframework.social.test.client.MockHttpRequest
 
getHeadline() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
The user's headline
getHeight() - Method in class org.springframework.social.facebook.api.Photo.Image
 
getHomeCity() - Method in class org.springframework.social.tripit.api.TripItProfile
The TripIt user's home city
getHomeFeed() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the user's home feed.
getHomeFeed(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the user's home feed.
getHomeTimeline() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the 20 most recently posted tweets, including retweets, from the authenticating user's home timeline.
getHometown() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's hometown.
getHometown() - Method in class org.springframework.social.gowalla.api.GowallaProfile
 
getIcon() - Method in class org.springframework.social.facebook.api.Group
 
getIcon() - Method in class org.springframework.social.facebook.api.Photo
 
getIcon() - Method in class org.springframework.social.facebook.api.Post
 
getIcon() - Method in class org.springframework.social.facebook.api.Video
 
getId() - Method in class org.springframework.social.facebook.api.Album
 
getId() - Method in class org.springframework.social.facebook.api.Checkin
 
getId() - Method in class org.springframework.social.facebook.api.Comment
The comment's Graph API object ID
getId() - Method in class org.springframework.social.facebook.api.Event
 
getId() - Method in class org.springframework.social.facebook.api.EventInvitee
The invitee's user ID.
getId() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's Facebook ID
getId() - Method in class org.springframework.social.facebook.api.Group
 
getId() - Method in class org.springframework.social.facebook.api.Photo
 
getId() - Method in class org.springframework.social.facebook.api.Place
 
getId() - Method in class org.springframework.social.facebook.api.Post
 
getId() - Method in class org.springframework.social.facebook.api.Reference
 
getId() - Method in class org.springframework.social.facebook.api.Tag
 
getId() - Method in class org.springframework.social.facebook.api.UserLike
 
getId() - Method in class org.springframework.social.facebook.api.Video
 
getId() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getId() - Method in class org.springframework.social.gowalla.api.GowallaProfile
 
getId() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
The user's LinkedIn profile ID
getId() - Method in class org.springframework.social.tripit.api.Trip
The trip ID
getId() - Method in class org.springframework.social.tripit.api.TripItProfile
The TripIt user's profile ID
getId() - Method in class org.springframework.social.twitter.api.DirectMessage
 
getId() - Method in class org.springframework.social.twitter.api.SavedSearch
 
getId() - Method in class org.springframework.social.twitter.api.Tweet
 
getId() - Method in class org.springframework.social.twitter.api.TwitterProfile
The user's Twitter ID
getId() - Method in class org.springframework.social.twitter.api.UserList
 
getImageUrl() - Method in interface org.springframework.social.connect.Connection
A link to a image that visualizes this connection.
getImageUrl() - Method in class org.springframework.social.connect.ConnectionData
An image visualizing the connection.
getImageUrl() - Method in class org.springframework.social.connect.support.AbstractConnection
 
getIncomingFriendships() - Method in interface org.springframework.social.twitter.api.FriendOperations
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
getIndustry() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
The user's industry
getInspirationalPeople() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to people the user is inspired by.
getInterestedIn() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of the genders the user is interested in.
getInterests() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of interests that the authenticated user likes.
getInterests(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of interests that the given user likes.
getInvitations() - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves a list of events that the authenticated user has been invited to.
getInvitations(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves a list of events that the specified user has been invited to.
getInvited(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees.
getKey() - Method in interface org.springframework.social.connect.Connection
The key identifying this connection.
getKey() - Method in class org.springframework.social.connect.support.AbstractConnection
 
getLanguageCode() - Method in class org.springframework.social.twitter.api.Tweet
 
getLanguages() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to languages the user claims to know.
getLastName() - Method in class org.springframework.social.connect.UserProfile
The user's registered last name e.g.
getLastName() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's last name
getLastName() - Method in class org.springframework.social.gowalla.api.GowallaProfile
 
getLastName() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
The user's last name
getLatitude() - Method in class org.springframework.social.facebook.api.Location
 
getLikes() - Method in class org.springframework.social.facebook.api.Checkin
 
getLikes() - Method in class org.springframework.social.facebook.api.Comment
A list of references to users who liked this comment.
getLikes(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Retrieve a list of references to users who have liked a given object.
getLikes() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of things that the authenticated user has liked.
getLikes(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of things that the given user has liked.
getLikes() - Method in class org.springframework.social.facebook.api.Post
 
getLikesCount() - Method in class org.springframework.social.facebook.api.Comment
The number of users who like this comment.
getLink() - Method in class org.springframework.social.facebook.api.Album
 
getLink() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getLink() - Method in class org.springframework.social.facebook.api.FacebookProfile
A link to the user's profile on Facebook.
getLink() - Method in class org.springframework.social.facebook.api.Photo
 
getLink() - Method in class org.springframework.social.facebook.api.Post
 
getLinks() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the link entries from the authenticated user's feed.
getLinks(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the link entries from the specified owner's feed.
getList(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves a specific user list.
getList(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves a specific user list.
getListMembers(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves a list of Twitter profiles whose users are members of the list.
getListMembers(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves a list of Twitter profiles whose users are members of the list.
getLists() - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves user lists for the authenticated user.
getLists(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves user lists for a given user.
getLists(String) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves user lists for a given user.
getListStatuses(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the timeline tweets for the given user list.
getListStatuses(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the timeline tweets for the given user list.
getListSubscribers(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the subscribers to a list.
getListSubscribers(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the subscribers to a list.
getLocale() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's locale
getLocalTrends(long) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 10 trending topics for a given location, identified by its "Where on Earth" (WOE) ID.
getLocalTrends(long, boolean) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 10 trending topics for a given location, identified by its "Where on Earth" (WOE) ID.
getLocation() - Method in class org.springframework.social.facebook.api.Album
 
getLocation() - Method in class org.springframework.social.facebook.api.Event
 
getLocation() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's location.
getLocation() - Method in class org.springframework.social.facebook.api.Invitation
 
getLocation() - Method in class org.springframework.social.facebook.api.Place
 
getLocation() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getLocation() - Method in class org.springframework.social.twitter.api.TwitterProfile
The user's location
getLongitude() - Method in class org.springframework.social.facebook.api.Location
 
getMaxId() - Method in class org.springframework.social.twitter.api.SearchResults
Returns the maximum Tweet ID in the search results
getMaybeAttending(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have indicated that they may attend the event.
getMemberCount() - Method in class org.springframework.social.twitter.api.UserList
 
getMemberProfiles(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves the profiles for the members of the specified group.
getMembers(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves the members of the specified group.
getMemberships(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the lists that a given user is a member of.
getMemberships(String) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the lists that a given user is a member of.
getMentions() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieve the 20 most recent tweets that mention the authenticated user.
getMessage() - Method in class org.springframework.social.facebook.api.Checkin
 
getMessage() - Method in class org.springframework.social.facebook.api.Comment
The text of the comment
getMessage() - Method in class org.springframework.social.facebook.api.Post
 
getMethod() - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
getMethod() - Method in class org.springframework.social.test.client.MockHttpRequest
 
getMonitor() - Method in class org.springframework.social.connect.support.AbstractConnection
Provides subclasses with access to a monitor that can be used to synchronize access to this connection.
getMovies() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of movies that the authenticated user likes.
getMovies(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of movies that the given user has liked.
getMusic() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of music that the authenticated user likes.
getMusic(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of music that the given user has liked.
getName() - Method in class org.springframework.social.connect.UserProfile
The user's registered full name e.g.
getName() - Method in class org.springframework.social.facebook.api.Album
 
getName() - Method in class org.springframework.social.facebook.api.Event
 
getName() - Method in class org.springframework.social.facebook.api.EventInvitee
The invitee's name.
getName() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getName() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's full name
getName() - Method in class org.springframework.social.facebook.api.Group
 
getName() - Method in class org.springframework.social.facebook.api.Invitation
 
getName() - Method in class org.springframework.social.facebook.api.Photo
 
getName() - Method in class org.springframework.social.facebook.api.Place
 
getName() - Method in class org.springframework.social.facebook.api.Post
 
getName() - Method in class org.springframework.social.facebook.api.Reference
 
getName() - Method in class org.springframework.social.facebook.api.Tag
 
getName() - Method in class org.springframework.social.facebook.api.UserLike
 
getName() - Method in class org.springframework.social.facebook.api.Video
 
getName() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getName() - Method in class org.springframework.social.gowalla.api.Checkin
 
getName() - Method in class org.springframework.social.twitter.api.SavedSearch
 
getName() - Method in class org.springframework.social.twitter.api.SuggestionCategory
 
getName() - Method in class org.springframework.social.twitter.api.Trend
 
getName() - Method in class org.springframework.social.twitter.api.TwitterProfile
The user's full name
getName() - Method in class org.springframework.social.twitter.api.UserList
 
getNoReplies(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have not yet RSVP'd.
getNotes() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the note entries from the authenticated user's feed.
getNotes(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the note entries from the specified owner's feed.
getOAuthOperations() - Method in class org.springframework.social.connect.support.OAuth1ConnectionFactory
Get the ServiceProvider's OAuth1Operations that allows the client application to conduct the OAuth1 flow with the provider.
getOAuthOperations() - Method in class org.springframework.social.connect.support.OAuth2ConnectionFactory
Get the ServiceProvider's OAuth2Operations that allows the client application to conduct the OAuth2 flow with the provider.
getOAuthOperations() - Method in class org.springframework.social.oauth1.AbstractOAuth1ServiceProvider
 
getOAuthOperations() - Method in interface org.springframework.social.oauth1.OAuth1ServiceProvider
Get the service interface for carrying out the "OAuth dance" with this provider.
getOAuthOperations() - Method in class org.springframework.social.oauth2.AbstractOAuth2ServiceProvider
 
getOAuthOperations() - Method in interface org.springframework.social.oauth2.OAuth2ServiceProvider
Get the service interface for carrying out the "OAuth dance" with this provider.
getObjectId() - Method in class org.springframework.social.facebook.api.LinkPost
The ID of the object referred to in the link.
getOutgoingFriendships() - Method in interface org.springframework.social.twitter.api.FriendOperations
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getOversizedImage() - Method in class org.springframework.social.facebook.api.Photo
An oversized image.
getOwner() - Method in class org.springframework.social.facebook.api.Event
 
getOwner() - Method in class org.springframework.social.facebook.api.Group
 
getPhoto(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieve data for a specified photo.
getPhotoId() - Method in class org.springframework.social.facebook.api.PhotoPost
 
getPhotoImage(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a photo's image as an array of bytes.
getPhotoImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a photo's image as an array of bytes.
getPhotos(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves photo data from a specific album.
getPicture() - Method in class org.springframework.social.facebook.api.Post
 
getPicture() - Method in class org.springframework.social.facebook.api.Video
 
getPinsCount() - Method in class org.springframework.social.gowalla.api.GowallaProfile
 
getPlace() - Method in class org.springframework.social.facebook.api.Checkin
 
getPlace() - Method in class org.springframework.social.facebook.api.CheckinPost
 
getPolitical() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's political affiliation.
getPosition() - Method in class org.springframework.social.facebook.api.Photo
 
getPosition() - Method in class org.springframework.social.twitter.api.SavedSearch
 
getPosts() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the post entries from the authenticated user's feed.
getPosts(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the post entries from the specified owner's feed.
getPrimaryLocation() - Method in class org.springframework.social.tripit.api.Trip
The trip's primary location
getPrivacy() - Method in class org.springframework.social.facebook.api.Album
 
getPrivacy() - Method in class org.springframework.social.facebook.api.Event
 
getPrivacy() - Method in class org.springframework.social.facebook.api.Group
 
getProfileId() - Method in interface org.springframework.social.github.api.GitHubApi
Retrieves the user's GitHub profile ID.
getProfileId() - Method in class org.springframework.social.github.api.impl.GitHubTemplate
 
getProfileId() - Method in interface org.springframework.social.gowalla.api.GowallaApi
Retrieves the user's Gowalla profile ID.
getProfileId() - Method in class org.springframework.social.gowalla.api.impl.GowallaTemplate
 
getProfileId() - Method in class org.springframework.social.linkedin.api.impl.LinkedInTemplate
 
getProfileId() - Method in interface org.springframework.social.linkedin.api.LinkedInApi
Retrieves the user's LinkedIn profile ID.
getProfileId() - Method in class org.springframework.social.tripit.api.impl.TripItTemplate
 
getProfileId() - Method in interface org.springframework.social.tripit.api.TripItApi
Retrieves the user's TripIt profile ID.
getProfileId() - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves the authenticated user's Twitter ID.
getProfileImageUrl() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getProfileImageUrl() - Method in class org.springframework.social.gowalla.api.GowallaProfile
 
getProfileImageUrl() - Method in class org.springframework.social.tripit.api.TripItProfile
The URL to the user's profile image at TripIt
getProfileImageUrl() - Method in class org.springframework.social.twitter.api.Tweet
 
getProfileImageUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
The URL of the user's profile image in "normal" size (48x48).
getProfilePictureUrl() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
A URL to the user's profile picture.
getProfileUrl() - Method in interface org.springframework.social.connect.Connection
The public URL of the connected user's profile at the provider's site.
getProfileUrl() - Method in class org.springframework.social.connect.ConnectionData
A link to the provider's user profile page.
getProfileUrl() - Method in class org.springframework.social.connect.support.AbstractConnection
 
getProfileUrl() - Method in interface org.springframework.social.github.api.GitHubApi
Retrieve the URL to the user's GitHub profile.
getProfileUrl() - Method in class org.springframework.social.github.api.impl.GitHubTemplate
 
getProfileUrl() - Method in interface org.springframework.social.gowalla.api.GowallaApi
Retrieves a URL to the user's public profile page.
getProfileUrl() - Method in class org.springframework.social.gowalla.api.impl.GowallaTemplate
 
getProfileUrl() - Method in class org.springframework.social.linkedin.api.impl.LinkedInTemplate
 
getProfileUrl() - Method in interface org.springframework.social.linkedin.api.LinkedInApi
Retrieves a URL to the user's public profile page.
getProfileUrl() - Method in class org.springframework.social.tripit.api.impl.TripItTemplate
 
getProfileUrl() - Method in interface org.springframework.social.tripit.api.TripItApi
Retrieves a URL to the user's public profile page.
getProfileUrl() - Method in class org.springframework.social.tripit.api.TripItProfile
The URL to the user's profile page at TripIt
getProfileUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
The URL of the user's profile.
getProviderId() - Method in class org.springframework.social.connect.ConnectionData
The id of the provider the connection is associated with.
getProviderId() - Method in class org.springframework.social.connect.ConnectionFactory
The unique id of the provider this factory creates connections to.
getProviderId() - Method in class org.springframework.social.connect.ConnectionKey
The id of the provider as it is registered in the system.
getProviderUserId() - Method in class org.springframework.social.connect.ConnectionData
The id of the provider user this connection is connected to.
getProviderUserId() - Method in class org.springframework.social.connect.ConnectionKey
The id of the external provider user representing the remote end of the connection.
getPublicDisplayName() - Method in class org.springframework.social.tripit.api.TripItProfile
The TripIt user's display name
getPublicProfileUrl() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
A URL to the user's public profile.
getPublicTimeline() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the 20 most recently posted tweets from the public timeline.
getQuery() - Method in class org.springframework.social.twitter.api.SavedSearch
 
getQuery() - Method in class org.springframework.social.twitter.api.Trend
 
getQuotes() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's quotations.
getRecipient() - Method in class org.springframework.social.twitter.api.DirectMessage
 
getRedirectUri() - Method in class org.springframework.social.oauth2.OAuth2Parameters
The authorization callback url; this value must match the redirectUri registered with the provider (required).
getRefreshToken() - Method in class org.springframework.social.connect.ConnectionData
A token use to renew this connection.
getRefreshToken() - Method in class org.springframework.social.oauth2.AccessGrant
The refresh token that can be used to renew the access token.
getRelationshipStatus() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's relationship status.
getReligion() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's religion.
getRequestFactory() - Static method in class org.springframework.social.support.ClientHttpRequestFactorySelector
 
getRequiredPermission() - Method in exception org.springframework.social.facebook.api.InsufficientPermissionException
 
getRestTemplate() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
getRestTemplate() - Method in class org.springframework.social.github.api.impl.GitHubTemplate
 
getRestTemplate() - Method in class org.springframework.social.gowalla.api.impl.GowallaTemplate
 
getRestTemplate() - Method in class org.springframework.social.linkedin.api.impl.LinkedInTemplate
 
getRestTemplate() - Method in class org.springframework.social.oauth2.OAuth2Template
 
getRestTemplate() - Method in class org.springframework.social.tripit.api.impl.TripItTemplate
 
getRestTemplate() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
getRetweetedBy(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the profiles of up to 100 users how have retweeted a specific tweet.
getRetweetedByIds(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the IDs of up to 100 users who have retweeted a specific tweet.
getRetweetedByMe() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieve the 20 most recent retweets posted by the authenticated user.
getRetweetedToMe() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieve the 20 most recent retweets posted by users the authenticating user follow.
getRetweets(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves up to 100 retweets of a specific tweet.
getRetweetsOfMe() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieve the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRsvpStatus() - Method in class org.springframework.social.facebook.api.EventInvitee
The invitee's RSVP status (attending, unsure, not-replied, or declined).
getRsvpStatus() - Method in class org.springframework.social.facebook.api.Invitation
 
getSavedSearch(long) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves a single saved search by the saved search's ID.
getSavedSearches() - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the authenticating user's saved searches.
getSchool() - Method in class org.springframework.social.facebook.api.EducationEntry
 
getScope() - Method in class org.springframework.social.oauth2.AccessGrant
The scope of the access grant.
getScope() - Method in class org.springframework.social.oauth2.OAuth2Parameters
The permissions the application is seeking with the authorization (optional).
getScreenName() - Method in class org.springframework.social.tripit.api.TripItProfile
The TripIt user's screen name
getScreenName() - Method in class org.springframework.social.twitter.api.TwitterProfile
The user's Twitter screen name
getScreenName() - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves the authenticated user's Twitter screen name
getSecret() - Method in class org.springframework.social.connect.ConnectionData
The secret token needed to make authorized API calls.
getSecret() - Method in class org.springframework.social.oauth1.AuthorizedRequestToken
The request token secret.
getSecret() - Method in class org.springframework.social.oauth1.OAuthToken
The token secret.
getSender() - Method in class org.springframework.social.twitter.api.DirectMessage
 
getServiceProvider() - Method in class org.springframework.social.connect.ConnectionFactory
Exposes the ServiceProvider instance to subclasses.
getSignificantOther() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's significant other.
getSinceId() - Method in class org.springframework.social.twitter.api.SearchResults
Returns the Tweet ID after which all of the matching Tweets were created
getSize() - Method in class org.springframework.social.twitter.api.SuggestionCategory
 
getSlug() - Method in class org.springframework.social.twitter.api.SuggestionCategory
 
getSlug() - Method in class org.springframework.social.twitter.api.UserList
 
getSmallImage() - Method in class org.springframework.social.facebook.api.Photo
 
getSource() - Method in class org.springframework.social.facebook.api.Photo.Image
 
getSource() - Method in class org.springframework.social.facebook.api.Video
 
getSource() - Method in class org.springframework.social.facebook.api.VideoPost
 
getSource() - Method in class org.springframework.social.twitter.api.Tweet
 
getSourceImage() - Method in class org.springframework.social.facebook.api.Photo
 
getSports() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to sports the user plays
getStampsCount() - Method in class org.springframework.social.gowalla.api.GowallaProfile
 
getStandardProfileUrl() - Method in class org.springframework.social.linkedin.api.LinkedInProfile
A URL to the user's standard profile.
getStartDate() - Method in class org.springframework.social.facebook.api.WorkEntry
 
getStartDate() - Method in class org.springframework.social.tripit.api.Trip
The date that the trip starts on
getStartTime() - Method in class org.springframework.social.facebook.api.Event
 
getStartTime() - Method in class org.springframework.social.facebook.api.Invitation
 
getState() - Method in class org.springframework.social.facebook.api.Location
 
getState() - Method in class org.springframework.social.oauth2.OAuth2Parameters
An opaque key that must be included in the provider's authorization callback (optional).
getStatus(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Returns a single tweet.
getStatusCode() - Method in class org.springframework.social.test.client.MockClientHttpResponse
 
getStatuses() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the status entries from the authenticated user's feed.
getStatuses(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the status entries from the specified user's feed.
getStatusText() - Method in class org.springframework.social.test.client.MockClientHttpResponse
 
getStreet() - Method in class org.springframework.social.facebook.api.Location
 
getSubject() - Method in class org.springframework.social.facebook.api.NotePost
 
getSubscriberCount() - Method in class org.springframework.social.twitter.api.UserList
 
getSubscriptions(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the lists that a given user is subscribed to.
getSubscriptions(String) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the lists that a given user is subscribed to.
getSuggestionCategories() - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves a list of categories from which suggested users to follow may be found.
getSuggestions(String) - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves a list of suggestions of users to follow for a given category.
getTags() - Method in class org.springframework.social.facebook.api.Checkin
 
getTags() - Method in class org.springframework.social.facebook.api.CheckinPost
 
getTags() - Method in class org.springframework.social.facebook.api.Photo
 
getTags() - Method in class org.springframework.social.facebook.api.PhotoPost
 
getTags() - Method in class org.springframework.social.facebook.api.Video
 
getTags() - Method in class org.springframework.social.facebook.api.VideoPost
 
getTelevision() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of television shows that the authenticated user likes.
getTelevision(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of television shows that the given user has liked.
getText() - Method in class org.springframework.social.twitter.api.DirectMessage
 
getText() - Method in class org.springframework.social.twitter.api.Tweet
 
getThirdPartyId() - Method in class org.springframework.social.facebook.api.FacebookProfile
An anonymous, but unique identifier for the user.
getTime() - Method in class org.springframework.social.twitter.api.Trends
 
getTimezone() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's timezone offset from UTC.
getTinyImage() - Method in class org.springframework.social.facebook.api.Photo
 
getTo() - Method in class org.springframework.social.facebook.api.Post
 
getTopCheckins(String) - Method in interface org.springframework.social.gowalla.api.GowallaApi
Retrieves a list of the spots that the user has checked into most.
getTopCheckins(String) - Method in class org.springframework.social.gowalla.api.impl.GowallaTemplate
 
getToUserId() - Method in class org.springframework.social.twitter.api.Tweet
 
getTrends() - Method in class org.springframework.social.twitter.api.Trends
 
getTripUrl() - Method in class org.springframework.social.tripit.api.Trip
A URL to the trip page at TripIt
getTweets() - Method in class org.springframework.social.twitter.api.SearchResults
Returns the list of matching Tweets
getType() - Method in class org.springframework.social.facebook.api.Album
 
getType() - Method in class org.springframework.social.facebook.api.EducationEntry
 
getType() - Method in class org.springframework.social.facebook.api.Post
 
getUpcomingTrips() - Method in class org.springframework.social.tripit.api.impl.TripItTemplate
 
getUpcomingTrips() - Method in interface org.springframework.social.tripit.api.TripItApi
Retrieves a list of upcoming trips for the current user.
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Album
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Event
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.FacebookProfile
The last time the user's profile was updated.
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Group
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Photo
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Post
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Video
 
getURI() - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
getURI() - Method in class org.springframework.social.test.client.MockHttpRequest
 
getUriPath() - Method in class org.springframework.social.twitter.api.UserList
 
getUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
The user's URL
getUsername() - Method in class org.springframework.social.connect.UserProfile
The user's registered username e.g.
getUsername() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's Facebook username
getUsername() - Method in class org.springframework.social.github.api.GitHubUserProfile
 
getUserProfile() - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the profile for the authenticated user.
getUserProfile(String) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the profile for the specified user.
getUserProfile() - Method in interface org.springframework.social.github.api.GitHubApi
Retrieves the user's GitHub profile details.
getUserProfile() - Method in class org.springframework.social.github.api.impl.GitHubTemplate
 
getUserProfile() - Method in interface org.springframework.social.gowalla.api.GowallaApi
Gets the authenticating user's profile data.
getUserProfile(String) - Method in interface org.springframework.social.gowalla.api.GowallaApi
Gets a specific user's profile data.
getUserProfile() - Method in class org.springframework.social.gowalla.api.impl.GowallaTemplate
 
getUserProfile(String) - Method in class org.springframework.social.gowalla.api.impl.GowallaTemplate
 
getUserProfile() - Method in class org.springframework.social.linkedin.api.impl.LinkedInTemplate
 
getUserProfile() - Method in interface org.springframework.social.linkedin.api.LinkedInApi
Retrieves the current user's profile details.
getUserProfile() - Method in class org.springframework.social.tripit.api.impl.TripItTemplate
 
getUserProfile() - Method in interface org.springframework.social.tripit.api.TripItApi
Retrieves the current user's TripIt profile details.
getUserProfile() - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves the authenticated user's Twitter profile details.
getUserProfile(String) - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves a specific user's Twitter profile details.
getUserProfile(long) - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves a specific user's Twitter profile details.
getUserProfileImage() - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(String) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(ImageType) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(String) - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(String, ImageSize) - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves the user's profile image.
getUsers(long...) - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves a list of Twitter profiles for the given list of user IDs.
getUsers(String...) - Method in interface org.springframework.social.twitter.api.UserOperations
Retrieves a list of Twitter profiles for the given list of screen names.
getUserTimeline() - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the 20 most recent tweets posted by the authenticating user.
getUserTimeline(String) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the 20 most recent tweets posted by the given user.
getUserTimeline(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Retrieves the 20 most recent tweets posted by the given user.
getValue() - Method in class org.springframework.social.oauth1.AuthorizedRequestToken
The request token value.
getValue() - Method in class org.springframework.social.oauth1.OAuthToken
The token value.
getVerifier() - Method in class org.springframework.social.oauth1.AuthorizedRequestToken
The verifier string generated by the provider.
getVersion() - Method in interface org.springframework.social.oauth1.OAuth1Operations
The version of OAuth1 implemented by this operations instance.
getVersion() - Method in class org.springframework.social.oauth1.OAuth1Template
 
getVideo(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves data for a specific video.
getVideoId() - Method in class org.springframework.social.facebook.api.VideoPost
 
getVideoImage(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a video's image as an array of bytes.
getVideoImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a video's image as an array of bytes.
getVideos() - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of videos for the authenticated user.
getVideos(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of videos for a specified owner.
getWebsite() - Method in class org.springframework.social.facebook.api.FacebookProfile
A link to the user's personal website.
getWeeklyTrends() - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 30 trending topics for each day in the past week.
getWeeklyTrends(boolean) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 30 trending topics for each day in the past week.
getWeeklyTrends(boolean, String) - Method in interface org.springframework.social.twitter.api.SearchOperations
Retrieves the top 30 trending topics for each day in a given week.
getWidth() - Method in class org.springframework.social.facebook.api.Photo.Image
 
getWork() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's work history.
getX() - Method in class org.springframework.social.facebook.api.Tag
 
getY() - Method in class org.springframework.social.facebook.api.Tag
 
getYear() - Method in class org.springframework.social.facebook.api.EducationEntry
 
getZip() - Method in class org.springframework.social.facebook.api.Location
 
GitHubApi - Interface in org.springframework.social.github.api
Interface specifying a basic set of operations for interacting with GitHub.
GitHubApiAdapter - Class in org.springframework.social.github.connect
Github ApiAdapter implementation.
GitHubApiAdapter() - Constructor for class org.springframework.social.github.connect.GitHubApiAdapter
 
GitHubConnectionFactory - Class in org.springframework.social.github.connect
Github ConnectionFactory implementation.
GitHubConnectionFactory(String, String) - Constructor for class org.springframework.social.github.connect.GitHubConnectionFactory
 
GitHubServiceProvider - Class in org.springframework.social.github.connect
Github ServiceProvider implementation.
GitHubServiceProvider(String, String) - Constructor for class org.springframework.social.github.connect.GitHubServiceProvider
 
GitHubTemplate - Class in org.springframework.social.github.api.impl
The central class for interacting with TripIt.
GitHubTemplate(String) - Constructor for class org.springframework.social.github.api.impl.GitHubTemplate
Constructs a GitHubTemplate with the minimal amount of information required to sign requests with an OAuth Authorization header.
GitHubUserProfile - Class in org.springframework.social.github.api
 
GitHubUserProfile(long, String, String, String, String, String, String, String, Date) - Constructor for class org.springframework.social.github.api.GitHubUserProfile
 
GowallaApi - Interface in org.springframework.social.gowalla.api
Interface specifying a basic set of operations for interacting with Gowalla.
GowallaApiAdapter - Class in org.springframework.social.gowalla.connect
Gowalla ApiAdapter implementation.
GowallaApiAdapter() - Constructor for class org.springframework.social.gowalla.connect.GowallaApiAdapter
 
GowallaConnectionFactory - Class in org.springframework.social.gowalla.connect
Gowalla ConnectionFactory implementation.
GowallaConnectionFactory(String, String) - Constructor for class org.springframework.social.gowalla.connect.GowallaConnectionFactory
 
GowallaProfile - Class in org.springframework.social.gowalla.api
 
GowallaProfile(String, String, String, String, int, int, String) - Constructor for class org.springframework.social.gowalla.api.GowallaProfile
 
GowallaServiceProvider - Class in org.springframework.social.gowalla.connect
Gowalla ServiceProvider implementation.
GowallaServiceProvider(String, String) - Constructor for class org.springframework.social.gowalla.connect.GowallaServiceProvider
 
GowallaTemplate - Class in org.springframework.social.gowalla.api.impl
The central class for interacting with the Gowalla API.
GowallaTemplate(String) - Constructor for class org.springframework.social.gowalla.api.impl.GowallaTemplate
Constructs a GowallaTemplate with the minimal amount of information required to sign requests with an OAuth Authorization header.
GrantType - Enum in org.springframework.social.oauth2
OAuth2 supports two types of authorization flow, typically referred to as "Client-side" and "Server-side".
GRAPH_API_URL - Static variable in interface org.springframework.social.facebook.api.GraphApi
 
GraphApi - Interface in org.springframework.social.facebook.api
Defines low-level operations against Facebook's Graph API
GraphAPIException - Exception in org.springframework.social.facebook.api
Exception thrown when a Graph API usage error (such as an unknown connection path) occurs.
GraphAPIException(String) - Constructor for exception org.springframework.social.facebook.api.GraphAPIException
 
GraphAPIException(String, Throwable) - Constructor for exception org.springframework.social.facebook.api.GraphAPIException
 
Group - Class in org.springframework.social.facebook.api
Model class representing a Group.
Group(String, Reference, String, Group.Privacy, String, Date, String) - Constructor for class org.springframework.social.facebook.api.Group
 
Group.Privacy - Enum in org.springframework.social.facebook.api
 
GroupMemberReference - Class in org.springframework.social.facebook.api
Model class representing a reference to a group member.
GroupMemberReference(String, String, boolean) - Constructor for class org.springframework.social.facebook.api.GroupMemberReference
 
groupOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing operations on groups.
GroupOperations - Interface in org.springframework.social.facebook.api
Defines operations for retrieving data about groups and group members.
groupOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 

H

handleConnectToCustomConnectionFactory(ConnectionFactory<?>, WebRequest) - Method in class org.springframework.social.connect.web.ConnectController
Hook method subclasses may override to create connections to providers of custom types other than OAuth1 or OAuth2.
handlePostSignUp(WebRequest) - Static method in class org.springframework.social.connect.signin.web.ProviderSignInUtils
Add the connection to the provider user the client attempted to sign-in with to the new local user's set of connections.
hasExpired() - Method in interface org.springframework.social.connect.Connection
Returns true if this connection has expired.
hasExpired() - Method in class org.springframework.social.connect.support.AbstractConnection
 
hasExpired() - Method in class org.springframework.social.connect.support.OAuth2Connection
 
hashCode() - Method in class org.springframework.social.connect.ConnectionKey
 
hashCode() - Method in class org.springframework.social.connect.support.AbstractConnection
 
header(String, String) - Static method in class org.springframework.social.test.client.RequestMatchers
Expects the given request header
headerContains(String, String) - Static method in class org.springframework.social.test.client.RequestMatchers
Expects that the specified request header contains a subtring
HttpRequestDecorator - Class in org.springframework.social.support
Extension of HttpRequestWrapper that supports adding new HttpHeaders to the wrapped HttpRequest.
HttpRequestDecorator(HttpRequest) - Constructor for class org.springframework.social.support.HttpRequestDecorator
 

I

ImageSize - Enum in org.springframework.social.twitter.api
Enumeration of image sizes supported by Twitter
ImageType - Enum in org.springframework.social.facebook.api
 
initKey(String, String) - Method in class org.springframework.social.connect.support.AbstractConnection
Hook that should be called by subclasses to initialize the key property when establishing a new connection.
InsufficientPermissionException - Exception in org.springframework.social.facebook.api
Exception thrown when attempting an operation that requires a permission not granted to the caller.
InsufficientPermissionException(String, String) - Constructor for exception org.springframework.social.facebook.api.InsufficientPermissionException
 
InvalidMessageRecipientException - Exception in org.springframework.social.twitter.api
Exception thrown when an attempt is made to send a direct message to an invalid recipient; that is, a recipient who is not following the authenticated user.
InvalidMessageRecipientException(String) - Constructor for exception org.springframework.social.twitter.api.InvalidMessageRecipientException
 
InvalidMessageRecipientException(String, Throwable) - Constructor for exception org.springframework.social.twitter.api.InvalidMessageRecipientException
 
Invitation - Class in org.springframework.social.facebook.api
Model class representing an invitation to an event.
Invitation(String, String, Date, Date, RsvpStatus) - Constructor for class org.springframework.social.facebook.api.Invitation
 
Invitation(String, String, Date, Date, RsvpStatus, String) - Constructor for class org.springframework.social.facebook.api.Invitation
 
isAdministrator() - Method in class org.springframework.social.facebook.api.GroupMemberReference
 
isAuthorizedForUser() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
isAuthorizedForUser() - Method in interface org.springframework.social.twitter.api.TwitterApi
Returns true if the TwitterApi is configured to act on behalf of a user (eg., if it was created with OAuth credentials).
isFollowing() - Method in class org.springframework.social.twitter.api.UserList
 
isLastPage() - Method in class org.springframework.social.twitter.api.SearchResults
Returns true if this is the last page of matching Tweets; false if there are more pages that follow this one.
isMember(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user is a member of a given list.
isMember(String, String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user is a member of a given list.
isPublic() - Method in class org.springframework.social.twitter.api.UserList
 
isSubscriber(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user subscribes to a given list.
isSubscriber(String, String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user subscribes to a given list.
isVerified() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's account verification status.

J

JdbcUsersConnectionRepository - Class in org.springframework.social.connect.jdbc
UsersConnectionRepository that uses the JDBC API to persist connection data to a relational database.
JdbcUsersConnectionRepository(DataSource, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.jdbc.JdbcUsersConnectionRepository
 

L

like(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Like an object on behalf of the authenticated user.
likeOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing operations against user likes and interests.
likeOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
LikeOperations - Interface in org.springframework.social.facebook.api
Defines operations for working with a user's likes and interests.
LinkedInApi - Interface in org.springframework.social.linkedin.api
Interface specifying a basic set of operations for interacting with LinkedIn.
LinkedInApiAdapter - Class in org.springframework.social.linkedin.connect
LinkedIn ApiAdapter implementation.
LinkedInApiAdapter() - Constructor for class org.springframework.social.linkedin.connect.LinkedInApiAdapter
 
LinkedInConnectionFactory - Class in org.springframework.social.linkedin.connect
LinkedIn ConnectionFactory implementation.
LinkedInConnectionFactory(String, String) - Constructor for class org.springframework.social.linkedin.connect.LinkedInConnectionFactory
 
LinkedInConnections - Class in org.springframework.social.linkedin.api
A model class containing a list of a user's connections on LinkedIn.
LinkedInConnections() - Constructor for class org.springframework.social.linkedin.api.LinkedInConnections
 
LinkedInProfile - Class in org.springframework.social.linkedin.api
Model class containing a user's LinkedIn profile information.
LinkedInProfile() - Constructor for class org.springframework.social.linkedin.api.LinkedInProfile
 
LinkedInServiceProvider - Class in org.springframework.social.linkedin.connect
LinkedIn ServiceProvider implementation.
LinkedInServiceProvider(String, String) - Constructor for class org.springframework.social.linkedin.connect.LinkedInServiceProvider
 
LinkedInTemplate - Class in org.springframework.social.linkedin.api.impl
This is the central class for interacting with LinkedIn.
LinkedInTemplate(String, String, String, String) - Constructor for class org.springframework.social.linkedin.api.impl.LinkedInTemplate
Creates a new LinkedInTemplate given the minimal amount of information needed to sign requests with OAuth 1 credentials.
LinkPost - Class in org.springframework.social.facebook.api
Model class representing a link Post to a user's wall.
LinkPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.LinkPost
 
listOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
ListOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for working with a user's lists.
listOperations() - Method in interface org.springframework.social.twitter.api.TwitterApi
Returns the portion of the Twitter API containing the user list operations.
Location - Class in org.springframework.social.facebook.api
Model class representing a location of a place that a user may check into in Facebook Places.

M

match(ClientHttpRequest) - Method in interface org.springframework.social.test.client.RequestMatcher
Matches the given request message against the expectations.
maybeInvitation(String) - Method in interface org.springframework.social.facebook.api.EventOperations
RSVPs to an event with a maybe.
mediaOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing operations on albums, photos, and videos.
mediaOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
MediaOperations - Interface in org.springframework.social.facebook.api
Defines operations for working with albums, photos, and videos.
method(HttpMethod) - Static method in class org.springframework.social.test.client.RequestMatchers
Expects the given HttpMethod.
MockClientHttpRequest - Class in org.springframework.social.test.client
Mock implementation of ClientHttpRequest.
MockClientHttpRequest() - Constructor for class org.springframework.social.test.client.MockClientHttpRequest
 
MockClientHttpRequestFactory - Class in org.springframework.social.test.client
Mock implementation of ClientHttpRequestFactory.
MockClientHttpRequestFactory() - Constructor for class org.springframework.social.test.client.MockClientHttpRequestFactory
 
MockClientHttpResponse - Class in org.springframework.social.test.client
Mock implementation of ClientHttpResponse.
MockClientHttpResponse(String, HttpHeaders, HttpStatus, String) - Constructor for class org.springframework.social.test.client.MockClientHttpResponse
 
MockClientHttpResponse(InputStream, HttpHeaders, HttpStatus, String) - Constructor for class org.springframework.social.test.client.MockClientHttpResponse
 
MockHttpRequest - Class in org.springframework.social.test.client
 
MockHttpRequest(String) - Constructor for class org.springframework.social.test.client.MockHttpRequest
 
MockHttpRequest(HttpMethod, String) - Constructor for class org.springframework.social.test.client.MockHttpRequest
 
MockRestServiceServer - Class in org.springframework.social.test.client
Main entry point for client-side REST testing.

N

NONE - Static variable in class org.springframework.social.oauth1.OAuth1Parameters
Shared instance for passing zero authorization parameters (accepted for OAuth 1.0a-based flows).
NoSuchConnectionException - Exception in org.springframework.social.connect
Thrown by a ConnectionRepository when attempting to fetch a ServiceProviderConnection and no such connection exists with the provided key.
NoSuchConnectionException(ConnectionKey) - Constructor for exception org.springframework.social.connect.NoSuchConnectionException
 
NotAFriendException - Exception in org.springframework.social.facebook.api
Exception thrown when attempting an operation that requires a target user to be a friend of the authenticated user.
NotAFriendException(String) - Constructor for exception org.springframework.social.facebook.api.NotAFriendException
 
NotePost - Class in org.springframework.social.facebook.api
Model class representing a note Post to a user's wall.
NotePost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.NotePost
 

O

oauth1Callback(String, String, String, WebRequest) - Method in class org.springframework.social.connect.signin.web.ProviderSignInController
Process the authentication callback from an OAuth 1 service provider.
oauth1Callback(String, String, String, WebRequest) - Method in class org.springframework.social.connect.web.ConnectController
Process the authorization callback from an OAuth 1 service provider.
OAuth1Connection<A> - Class in org.springframework.social.connect.support
An OAuth1-based Connection implementation.
OAuth1Connection(String, String, String, String, OAuth1ServiceProvider<A>, ApiAdapter<A>) - Constructor for class org.springframework.social.connect.support.OAuth1Connection
Creates a new OAuth1Connection from a OAuth1 access token response.
OAuth1Connection(ConnectionData, OAuth1ServiceProvider<A>, ApiAdapter<A>) - Constructor for class org.springframework.social.connect.support.OAuth1Connection
Creates a new OAuth1Connection from the data provided.
OAuth1ConnectionFactory<A> - Class in org.springframework.social.connect.support
Factory for creating OAuth1-based Connections.
OAuth1ConnectionFactory(String, OAuth1ServiceProvider<A>, ApiAdapter<A>) - Constructor for class org.springframework.social.connect.support.OAuth1ConnectionFactory
Create a OAuth1ConnectionFactory.
OAuth1Operations - Interface in org.springframework.social.oauth1
A service interface for the OAuth 1 flow.
OAuth1Parameters - Class in org.springframework.social.oauth1
Parameters for building an OAuth1 authorize URL.
OAuth1Parameters(String) - Constructor for class org.springframework.social.oauth1.OAuth1Parameters
Creates a new OAuth1Parameters instance.
OAuth1Parameters(String, MultiValueMap<String, String>) - Constructor for class org.springframework.social.oauth1.OAuth1Parameters
Creates a new OAuth1Parameters instance.
OAuth1ServiceProvider<A> - Interface in org.springframework.social.oauth1
A ServiceProvider that uses the OAuth 1.0 protocol.
OAuth1Template - Class in org.springframework.social.oauth1
OAuth10Operations implementation that uses REST-template to make the OAuth calls.
OAuth1Template(String, String, String, String, String) - Constructor for class org.springframework.social.oauth1.OAuth1Template
 
OAuth1Template(String, String, String, String, String, OAuth1Version) - Constructor for class org.springframework.social.oauth1.OAuth1Template
 
OAuth1Template(String, String, String, String, String, String) - Constructor for class org.springframework.social.oauth1.OAuth1Template
 
OAuth1Template(String, String, String, String, String, String, OAuth1Version) - Constructor for class org.springframework.social.oauth1.OAuth1Template
 
OAuth1Version - Enum in org.springframework.social.oauth1
Various versions ofthe OAuth1 Core specification.
oauth2Callback(String, String, WebRequest) - Method in class org.springframework.social.connect.signin.web.ProviderSignInController
Process the authentication callback from an OAuth 2 service provider.
oauth2Callback(String, String, WebRequest) - Method in class org.springframework.social.connect.web.ConnectController
Process the authorization callback from an OAuth 2 service provider.
OAuth2Connection<A> - Class in org.springframework.social.connect.support
An OAuth2-based Connection implementation.
OAuth2Connection(String, String, String, String, Long, OAuth2ServiceProvider<A>, ApiAdapter<A>) - Constructor for class org.springframework.social.connect.support.OAuth2Connection
Creates a new OAuth2Connection from a access grant response.
OAuth2Connection(ConnectionData, OAuth2ServiceProvider<A>, ApiAdapter<A>) - Constructor for class org.springframework.social.connect.support.OAuth2Connection
Creates a new OAuth2Connection from the data provided.
OAuth2ConnectionFactory<S> - Class in org.springframework.social.connect.support
Factory for creating OAuth2-based ServiceProviderConnections.
OAuth2ConnectionFactory(String, OAuth2ServiceProvider<S>, ApiAdapter<S>) - Constructor for class org.springframework.social.connect.support.OAuth2ConnectionFactory
Create a OAuth2ConnectionFactory.
OAuth2Operations - Interface in org.springframework.social.oauth2
A service interface for the OAuth2 flow.
OAuth2Parameters - Class in org.springframework.social.oauth2
Parameters for building an OAuth2 authorize URL.
OAuth2Parameters(String) - Constructor for class org.springframework.social.oauth2.OAuth2Parameters
Creates a new authorization parameters instance.
OAuth2Parameters(String, String) - Constructor for class org.springframework.social.oauth2.OAuth2Parameters
Creates a new authorization parameters instance.
OAuth2Parameters(String, String, String, MultiValueMap<String, String>) - Constructor for class org.springframework.social.oauth2.OAuth2Parameters
Creates a new authorization parameters instance.
OAuth2ServiceProvider<A> - Interface in org.springframework.social.oauth2
A ServiceProvider that uses the OAuth 2.0 protocol.
OAuth2Template - Class in org.springframework.social.oauth2
OAuth2Operations implementation that uses REST-template to make the OAuth calls.
OAuth2Template(String, String, String, String) - Constructor for class org.springframework.social.oauth2.OAuth2Template
 
OAuth2Template(String, String, String, String, String) - Constructor for class org.springframework.social.oauth2.OAuth2Template
 
OAuthToken - Class in org.springframework.social.oauth1
Holds an OAuth token and secret.
OAuthToken(String, String) - Constructor for class org.springframework.social.oauth1.OAuthToken
Create a new OAuth token with a token value and secret.
OBJECT_URL - Static variable in interface org.springframework.social.facebook.api.GraphApi
 
OperationNotPermittedException - Exception in org.springframework.social
Indicates an HTTP 403 (Forbidden) response from making a call to a service provider API.
OperationNotPermittedException(String) - Constructor for exception org.springframework.social.OperationNotPermittedException
 
OperationNotPermittedException(String, Throwable) - Constructor for exception org.springframework.social.OperationNotPermittedException
 
org.springframework.social - package org.springframework.social
Core Spring Social classes
org.springframework.social.connect - package 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 - package org.springframework.social.connect.jdbc
JDBC-based ServiceProviderConnectionRepository implementation.
org.springframework.social.connect.signin.web - package org.springframework.social.connect.signin.web
Support for signing in with using a provider identity such as your Twitter account.
org.springframework.social.connect.support - package org.springframework.social.connect.support
ServiceProvider Connect API implementation support.
org.springframework.social.connect.web - package org.springframework.social.connect.web
Spring MVC Controller for controlling ServiceProvider connect operations.
org.springframework.social.facebook.api - package org.springframework.social.facebook.api
Spring Social's Service API for Facebook
org.springframework.social.facebook.api.impl - package org.springframework.social.facebook.api.impl
Implementation of Spring Social's Service API for Facebook
org.springframework.social.facebook.api.impl.json - package org.springframework.social.facebook.api.impl.json
Jackson mixins, deserializers, and holders for converting Facebook data into API types
org.springframework.social.facebook.connect - package org.springframework.social.facebook.connect
Facebook service provider connection repository and API adapter implementations.
org.springframework.social.facebook.web - package org.springframework.social.facebook.web
Sign in with Facebook controller and FacebookCookieValue annotation support
org.springframework.social.github.api - package org.springframework.social.github.api
Spring Social's Service API for GitHub
org.springframework.social.github.api.impl - package org.springframework.social.github.api.impl
Implementation of Spring Social's Service API for GitHub
org.springframework.social.github.connect - package org.springframework.social.github.connect
GitHub service provider connection repository and API adapter implementations.
org.springframework.social.gowalla.api - package org.springframework.social.gowalla.api
Spring Social's Service API for Gowalla
org.springframework.social.gowalla.api.impl - package org.springframework.social.gowalla.api.impl
Implementation of Spring Social's Service API for Gowalla
org.springframework.social.gowalla.connect - package org.springframework.social.gowalla.connect
Gowalla service provider connection repository and API adapter implementations.
org.springframework.social.linkedin.api - package org.springframework.social.linkedin.api
Spring Social's Service API for LinkedIn
org.springframework.social.linkedin.api.impl - package org.springframework.social.linkedin.api.impl
Implementation of Spring Social's Service API for LinkedIn
org.springframework.social.linkedin.connect - package org.springframework.social.linkedin.connect
LinkedIn service provider connection repository and API adapter implementations.
org.springframework.social.oauth1 - package org.springframework.social.oauth1
OAuth1 client.
org.springframework.social.oauth2 - package org.springframework.social.oauth2
OAuth2 client.
org.springframework.social.support - package org.springframework.social.support
Internal utilities and helpers used by the Spring Social core module.
org.springframework.social.test.client - package org.springframework.social.test.client
Test framework for ServiceProvider APIs.
org.springframework.social.tripit.api - package org.springframework.social.tripit.api
Spring Social's Service API for TripIt
org.springframework.social.tripit.api.impl - package org.springframework.social.tripit.api.impl
Implementation of Spring Social's Service API for TripIt
org.springframework.social.tripit.connect - package org.springframework.social.tripit.connect
TripIt service provider connection repository and API adapter implementations.
org.springframework.social.twitter.api - package org.springframework.social.twitter.api
Spring Social's Service API for Twitter
org.springframework.social.twitter.api.impl - package org.springframework.social.twitter.api.impl
Implementation of Spring Social's Service API for Facebook
org.springframework.social.twitter.connect - package org.springframework.social.twitter.connect
Twitter service provider connection repository and API adapter implementations.
OwnershipException - Exception in org.springframework.social.facebook.api
Exception thrown when attempting to perform operation on a resource that must be owned by the authenticated user, but is not.
OwnershipException(String) - Constructor for exception org.springframework.social.facebook.api.OwnershipException
 

P

Photo - Class in org.springframework.social.facebook.api
Model class representing a photo.
Photo.Image - Class in org.springframework.social.facebook.api
 
Photo.Image(String, int, int) - Constructor for class org.springframework.social.facebook.api.Photo.Image
 
PhotoPost - Class in org.springframework.social.facebook.api
Model class representing a Post to a feed announcing a Photo.
PhotoPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.PhotoPost
 
Place - Class in org.springframework.social.facebook.api
Model class representing a place that a user may check into on Facebook Places.
Place(String, String, Location) - Constructor for class org.springframework.social.facebook.api.Place
 
placesOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing Facebook Places checkin operations.
placesOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
PlacesOperations - Interface in org.springframework.social.facebook.api
Defines the operations for interacting with a user's Facebook checkins.
post(String, String, MultiValueMap<String, String>) - Method in interface org.springframework.social.facebook.api.GraphApi
Publishes data to an object's connection.
post(String, String, MultiValueMap<String, String>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
Post - Class in org.springframework.social.facebook.api
Model class representing an entry in a feed.
Post(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.Post
 
Post.PostType - Enum in org.springframework.social.facebook.api
 
postConnect(Connection<S>, WebRequest) - Method in interface org.springframework.social.connect.web.ConnectInterceptor
Called immediately after the connection is established.
postForAccessGrant(String, MultiValueMap<String, String>) - Method in class org.springframework.social.facebook.connect.FacebookOAuth2Template
 
postForAccessGrant(String, MultiValueMap<String, String>) - Method in class org.springframework.social.oauth2.OAuth2Template
 
postLink(String, FacebookLink) - Method in interface org.springframework.social.facebook.api.FeedOperations
Posts a link to the authenticated user's feed.
preConnect(ConnectionFactory<S>, WebRequest) - Method in interface org.springframework.social.connect.web.ConnectInterceptor
Called during connection initiation, immediately before user authorization.
ProtectedResourceClientFactory - Class in org.springframework.social.oauth1
Factory for RestTemplate instances that execute requests for resources protected by the OAuth 1 protocol.
ProtectedResourceClientFactory() - Constructor for class org.springframework.social.oauth1.ProtectedResourceClientFactory
 
ProtectedResourceClientFactory - Class in org.springframework.social.oauth2
Factory for RestTemplate instances that execute requests for resources protected by the OAuth 2 protocol.
ProtectedResourceClientFactory() - Constructor for class org.springframework.social.oauth2.ProtectedResourceClientFactory
 
ProviderSignInAttempt - Class in org.springframework.social.connect.signin.web
Models an attempt to sign-in to the application using a provider user identity.
ProviderSignInAttempt(Connection<?>, Provider<ConnectionFactoryLocator>, Provider<ConnectionRepository>) - Constructor for class org.springframework.social.connect.signin.web.ProviderSignInAttempt
 
ProviderSignInController - Class in org.springframework.social.connect.signin.web
Spring MVC Controller for handling the provider user sign-in flow.
ProviderSignInController(String, Provider<ConnectionFactoryLocator>, UsersConnectionRepository, Provider<ConnectionRepository>, SignInService) - Constructor for class org.springframework.social.connect.signin.web.ProviderSignInController
Creates a new provider sign-in controller.
ProviderSignInUtils - Class in org.springframework.social.connect.signin.web
Helper methods that support provider user sign-in scenarios.
publish(String, String, MultiValueMap<String, String>) - Method in interface org.springframework.social.facebook.api.GraphApi
Publishes data to an object's connection.
publish(String, String, MultiValueMap<String, String>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 

Q

queryParam(String, String) - Method in class org.springframework.social.support.URIBuilder
Adds a query parameter to the URI

R

Reference - Class in org.springframework.social.facebook.api
A simple reference to another Facebook object without the complete set of object data.
Reference(String) - Constructor for class org.springframework.social.facebook.api.Reference
 
Reference(String, String) - Constructor for class org.springframework.social.facebook.api.Reference
 
refresh() - Method in interface org.springframework.social.connect.Connection
Refresh this connection.
refresh() - Method in class org.springframework.social.connect.support.AbstractConnection
 
refresh() - Method in class org.springframework.social.connect.support.OAuth2Connection
 
refreshAccess(String, String, MultiValueMap<String, String>) - Method in interface org.springframework.social.oauth2.OAuth2Operations
Refreshes a previous access grant.
refreshAccess(String, String, MultiValueMap<String, String>) - Method in class org.springframework.social.oauth2.OAuth2Template
 
registeredProviderIds() - Method in interface org.springframework.social.connect.ConnectionFactoryLocator
Returns the set of providerIds for which a ConnectionFactory is registered; for example, { "twitter", "facebook", "foursquare" } Elements in this set can be passed to ConnectionFactoryLocator.getConnectionFactory(String) to fetch a specific factory instance.
registeredProviderIds() - Method in class org.springframework.social.connect.support.ConnectionFactoryRegistry
 
removeConnection(ConnectionKey) - Method in interface org.springframework.social.connect.ConnectionRepository
Remove a single Connection for the current user from this repository.
removeConnections(String) - Method in class org.springframework.social.connect.web.ConnectController
Remove all provider connections for a user account.
removeConnections(String, String) - Method in class org.springframework.social.connect.web.ConnectController
Remove a single provider connection associated with a user account.
removeConnectionsToProvider(String) - Method in interface org.springframework.social.connect.ConnectionRepository
Remove all Connections between the current user and the provider from this repository.
removeFromFavorites(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Removes a tweet from the user's collection of favorite tweets.
removeFromFriendList(String, String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Removes a friend from a friend list.
removeFromList(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Removes a member from a user list.
removeFromList(long, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Removes a member from a user list.
RequestMatcher - Interface in org.springframework.social.test.client
Defines the contract for matching requests to expectations.
RequestMatchers - Class in org.springframework.social.test.client
Factory methods for RequestMatcher classes.
requestTo(String) - Static method in class org.springframework.social.test.client.RequestMatchers
Expects a request to the given URI.
requestTo(URI) - Static method in class org.springframework.social.test.client.RequestMatchers
Expects a request to the given URI.
resolveArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.social.facebook.web.FacebookWebArgumentResolver
 
ResponseActions - Interface in org.springframework.social.test.client
Allows for setting up responses and additional expectations.
ResponseCreator - Interface in org.springframework.social.test.client
Allows for creating up responses.
ResponseCreators - Class in org.springframework.social.test.client
Factory methods for ResponseCreator classes.
retweet(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Posts a retweet of an existing tweet.
RsvpStatus - Enum in org.springframework.social.facebook.api
Enumeration of statuses that an invitee may have for an event.

S

SavedSearch - Class in org.springframework.social.twitter.api
Represents a saved search.
SavedSearch(long, String, String, int, Date) - Constructor for class org.springframework.social.twitter.api.SavedSearch
 
search(String) - Method in interface org.springframework.social.twitter.api.SearchOperations
Searches Twitter, returning the first 50 matching Tweets
search(String, int, int) - Method in interface org.springframework.social.twitter.api.SearchOperations
Searches Twitter, returning a specific page out of the complete set of results.
search(String, int, int, int, int) - Method in interface org.springframework.social.twitter.api.SearchOperations
Searches Twitter, returning a specific page out of the complete set of results.
searchForUsers(String) - Method in interface org.springframework.social.twitter.api.UserOperations
Searches for users that match a given query.
searchOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
SearchOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for searching Twitter and retrieving trending data.
searchOperations() - Method in interface org.springframework.social.twitter.api.TwitterApi
Returns the portion of the Twitter API containing the search operations.
SearchResults - Class in org.springframework.social.twitter.api
Represents the results of a Twitter search, including matching Tweets and any metadata associated with that search.
SearchResults(List<Tweet>, long, long) - Constructor for class org.springframework.social.twitter.api.SearchResults
 
SearchResults(List<Tweet>, long, long, boolean) - Constructor for class org.springframework.social.twitter.api.SearchResults
 
sendDirectMessage(String, String) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Sends a direct message to another Twitter user.
sendDirectMessage(long, String) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Sends a direct message to another Twitter user.
ServiceProvider<A> - Interface in org.springframework.social
Top-level marker interface defining a ServiceProvider.
setAppId(String) - Method in class org.springframework.social.facebook.web.FacebookInitTag
Sets the application's Facebook ID.
setConnectionFactories(List<ConnectionFactory<?>>) - Method in class org.springframework.social.connect.support.ConnectionFactoryRegistry
Set the group of service provider connection factories registered in this registry.
setConnectionValues(A, ConnectionValues) - Method in interface org.springframework.social.connect.ApiAdapter
Sets values for ConnectionKey.getProviderUserId(), Connection.getDisplayName(), Connection.getProfileUrl(), and Connection.getImageUrl() for connections to the given API.
setConnectionValues(FacebookApi, ConnectionValues) - Method in class org.springframework.social.facebook.connect.FacebookApiAdapter
 
setConnectionValues(GitHubApi, ConnectionValues) - Method in class org.springframework.social.github.connect.GitHubApiAdapter
 
setConnectionValues(GowallaApi, ConnectionValues) - Method in class org.springframework.social.gowalla.connect.GowallaApiAdapter
 
setConnectionValues(LinkedInApi, ConnectionValues) - Method in class org.springframework.social.linkedin.connect.LinkedInApiAdapter
 
setConnectionValues(TripItApi, ConnectionValues) - Method in class org.springframework.social.tripit.connect.TripItApiAdapter
 
setConnectionValues(TwitterApi, ConnectionValues) - Method in class org.springframework.social.twitter.connect.TwitterApiAdapter
 
setCreatedAt(Date) - Method in class org.springframework.social.twitter.api.Tweet
 
setDisplayCoordinates(boolean) - Method in class org.springframework.social.twitter.api.StatusDetails
Indicates that Twitter should pinpoint the location precisely when displaying it on a map.
setDisplayName(String) - Method in interface org.springframework.social.connect.ConnectionValues
Sets value mapped to Connection.getDisplayName().
setEmail(String) - Method in class org.springframework.social.connect.UserProfileBuilder
Sets the profile email field.
setFirstName(String) - Method in class org.springframework.social.connect.UserProfileBuilder
Sets the profile firstName field.
setFromUser(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setFromUserId(long) - Method in class org.springframework.social.twitter.api.Tweet
 
setHttpMethod(HttpMethod) - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
setId(long) - Method in class org.springframework.social.twitter.api.Tweet
 
setImageUrl(String) - Method in interface org.springframework.social.connect.ConnectionValues
Sets value mapped to Connection.getImageUrl()
setInterceptors(List<ConnectInterceptor<?>>) - Method in class org.springframework.social.connect.web.ConnectController
Configure the list of interceptors that should receive callbacks during the connection process.
setLanguageCode(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setLastName(String) - Method in class org.springframework.social.connect.UserProfileBuilder
Sets the profile lastName field.
setLocation(float, float) - Method in class org.springframework.social.twitter.api.StatusDetails
Sets the location of the status update in latitude and longitude.
setName(String) - Method in class org.springframework.social.connect.UserProfileBuilder
Sets the profile name field.
setProfileImageUrl(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setProfileUrl(String) - Method in interface org.springframework.social.connect.ConnectionValues
Sets value mapped to Connection.getProfileUrl()
setProviderUserId(String) - Method in interface org.springframework.social.connect.ConnectionValues
Sets value mapped to ConnectionKey.getProviderUserId().
setSignupUrl(String) - Method in class org.springframework.social.connect.signin.web.ProviderSignInController
Overrides the default URL of the application's signup page ("/signup").
setSource(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setText(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setToUserId(Long) - Method in class org.springframework.social.twitter.api.Tweet
 
setupModule(Module.SetupContext) - Method in class org.springframework.social.facebook.api.impl.json.FacebookModule
 
setupModule(Module.SetupContext) - Method in class org.springframework.social.tripit.api.impl.TripItModule
 
setUri(URI) - Method in class org.springframework.social.test.client.MockClientHttpRequest
 
setUsername(String) - Method in class org.springframework.social.connect.UserProfileBuilder
Sets the profile username field.
signin(String, WebRequest) - Method in class org.springframework.social.connect.signin.web.ProviderSignInController
Process a sign-in form submission by commencing the process of establishing a connection to the provider on behalf of the user.
signIn(String) - Method in interface org.springframework.social.connect.signin.web.SignInService
Sign in the user with the specified accountId.
SignInService - Interface in org.springframework.social.connect.signin.web
Strategy interface for authenticating users to an application given their account ID.
SocialException - Exception in org.springframework.social
Exception class indicating a problem occurred performing an operation against a service provider.
SocialException(String) - Constructor for exception org.springframework.social.SocialException
 
SocialException(String, Throwable) - Constructor for exception org.springframework.social.SocialException
 
standard(String) - Static method in class org.springframework.social.oauth2.ProtectedResourceClientFactory
Constructs a RestTemplate that adds the Authorization header using the bearer token style described in the latest draft (draft 12) of the OAuth2 specification: http://tools.ietf.org/html/draft-ietf-oauth-v2-12#section-7.1
StatusDetails - Class in org.springframework.social.twitter.api
Carries optional metadata pertaining to a Twitter status update.
StatusDetails() - Constructor for class org.springframework.social.twitter.api.StatusDetails
 
StatusLengthException - Exception in org.springframework.social.twitter.api
 
StatusLengthException(String) - Constructor for exception org.springframework.social.twitter.api.StatusLengthException
 
StatusPost - Class in org.springframework.social.facebook.api
Model class representing a simple status message Post to a feed.
StatusPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.StatusPost
 
subscribe(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Subscribes the authenticating user to a list.
subscribe(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Subscribes the authenticating user to a list.
SuggestionCategory - Class in org.springframework.social.twitter.api
Represents a suggestion category; a category of users that Twitter may suggest that a user follow.
SuggestionCategory(String, String, int) - Constructor for class org.springframework.social.twitter.api.SuggestionCategory
 
sync() - Method in interface org.springframework.social.connect.Connection
Sync's this connection object with the current state of the external user's profile.
sync() - Method in class org.springframework.social.connect.support.AbstractConnection
 

T

Tag - Class in org.springframework.social.facebook.api
Model class representing a tagged user in a video, photo, or checkin.
Tag(String, String, Integer, Integer, Date) - Constructor for class org.springframework.social.facebook.api.Tag
 
test(A) - Method in interface org.springframework.social.connect.ApiAdapter
Implements Connection.test() for connections to the given API.
test() - Method in interface org.springframework.social.connect.Connection
Test this connection.
test() - Method in class org.springframework.social.connect.support.AbstractConnection
 
test(FacebookApi) - Method in class org.springframework.social.facebook.connect.FacebookApiAdapter
 
test(GitHubApi) - Method in class org.springframework.social.github.connect.GitHubApiAdapter
 
test(GowallaApi) - Method in class org.springframework.social.gowalla.connect.GowallaApiAdapter
 
test(LinkedInApi) - Method in class org.springframework.social.linkedin.connect.LinkedInApiAdapter
 
test(TripItApi) - Method in class org.springframework.social.tripit.connect.TripItApiAdapter
 
test(TwitterApi) - Method in class org.springframework.social.twitter.connect.TwitterApiAdapter
 
timelineOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
TimelineOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for sending and retrieving tweets.
timelineOperations() - Method in interface org.springframework.social.twitter.api.TwitterApi
Returns the portion of the Twitter API containing the tweet and timeline operations.
toParameterMap() - Method in class org.springframework.social.twitter.api.StatusDetails
Maps the StatusDetails values to a Map of Twitter parameters.
Trend - Class in org.springframework.social.twitter.api
Represents a single trending topic.
Trend(String, String) - Constructor for class org.springframework.social.twitter.api.Trend
 
Trends - Class in org.springframework.social.twitter.api
Represents a list of trending topics at a specific point in time.
Trends(Date, List<Trend>) - Constructor for class org.springframework.social.twitter.api.Trends
 
Trip - Class in org.springframework.social.tripit.api
Model class representing a trip taken by a TripIt user.
Trip(long, String, String, Date, Date, String) - Constructor for class org.springframework.social.tripit.api.Trip
 
TripItApi - Interface in org.springframework.social.tripit.api
Interface specifying a basic set of operations for interacting with TripIt.
TripItApiAdapter - Class in org.springframework.social.tripit.connect
TripIt ApiAdapter implementation.
TripItApiAdapter() - Constructor for class org.springframework.social.tripit.connect.TripItApiAdapter
 
TripItConnectionFactory - Class in org.springframework.social.tripit.connect
TripIt ConnectionFactory implementation.
TripItConnectionFactory(String, String) - Constructor for class org.springframework.social.tripit.connect.TripItConnectionFactory
 
TripItModule - Class in org.springframework.social.tripit.api.impl
Jackson module for registering mixin annotations against TripIt model classes.
TripItModule() - Constructor for class org.springframework.social.tripit.api.impl.TripItModule
 
TripItProfile - Class in org.springframework.social.tripit.api
Model class containing a TripIt user's profile information.
TripItProfile(String, String, String, String, String, String, String, String) - Constructor for class org.springframework.social.tripit.api.TripItProfile
 
TripItServiceProvider - Class in org.springframework.social.tripit.connect
TripIt ServiceProvider implementation.
TripItServiceProvider(String, String) - Constructor for class org.springframework.social.tripit.connect.TripItServiceProvider
 
TripItTemplate - Class in org.springframework.social.tripit.api.impl
The central class for interacting with TripIt.
TripItTemplate(String, String, String, String) - Constructor for class org.springframework.social.tripit.api.impl.TripItTemplate
Constructs a TripItTemplate with the minimal amount of information required to sign requests with an OAuth Authorization header.
Tweet - Class in org.springframework.social.twitter.api
Represents a Twitter status update (e.g., a "tweet").
Tweet(long, String, Date, String, String, Long, long, String, String) - Constructor for class org.springframework.social.twitter.api.Tweet
 
TwitterApi - Interface in org.springframework.social.twitter.api
Interface specifying a basic set of operations for interacting with Twitter.
TwitterApiAdapter - Class in org.springframework.social.twitter.connect
Twitter ApiAdapter implementation.
TwitterApiAdapter() - Constructor for class org.springframework.social.twitter.connect.TwitterApiAdapter
 
TwitterConnectionFactory - Class in org.springframework.social.twitter.connect
Twitter ConnectionFactory implementation.
TwitterConnectionFactory(String, String) - Constructor for class org.springframework.social.twitter.connect.TwitterConnectionFactory
 
TwitterProfile - Class in org.springframework.social.twitter.api
Model class representing a Twitter user's profile information.
TwitterProfile(long, String, String, String, String, String, String, Date) - Constructor for class org.springframework.social.twitter.api.TwitterProfile
 
TwitterServiceProvider - Class in org.springframework.social.twitter.connect
Twitter ServiceProvider implementation.
TwitterServiceProvider(String, String) - Constructor for class org.springframework.social.twitter.connect.TwitterServiceProvider
 
TwitterTemplate - Class in org.springframework.social.twitter.api.impl
This is the central class for interacting with Twitter.
TwitterTemplate() - Constructor for class org.springframework.social.twitter.api.impl.TwitterTemplate
Create a new instance of TwitterTemplate.
TwitterTemplate(String, String, String, String) - Constructor for class org.springframework.social.twitter.api.impl.TwitterTemplate
Create a new instance of TwitterTemplate.

U

unfollow(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated use to unfollow (destroy a friendship) with another user
unfollow(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated use to unfollow (destroy a friendship) with another user
unlike(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Unlike an object on behalf of the authenticated user.
unsubscribe(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Unsubscribes the authenticating user from a list.
unsubscribe(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Unsubscribes the authenticating user from a list.
updateConnection(Connection<?>) - Method in interface org.springframework.social.connect.ConnectionRepository
Update a Connection already added to this repository.
updateList(long, String, String, boolean) - Method in interface org.springframework.social.twitter.api.ListOperations
Updates an existing user list
updateStatus(A, String) - Method in interface org.springframework.social.connect.ApiAdapter
Implements Connection.updateStatus(String) for connections to the given API.
updateStatus(String) - Method in interface org.springframework.social.connect.Connection
Update the user's status on the provider's system.
updateStatus(String) - Method in class org.springframework.social.connect.support.AbstractConnection
 
updateStatus(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Posts a status update to the authenticated user's feed.
updateStatus(FacebookApi, String) - Method in class org.springframework.social.facebook.connect.FacebookApiAdapter
 
updateStatus(GitHubApi, String) - Method in class org.springframework.social.github.connect.GitHubApiAdapter
 
updateStatus(GowallaApi, String) - Method in class org.springframework.social.gowalla.connect.GowallaApiAdapter
 
updateStatus(LinkedInApi, String) - Method in class org.springframework.social.linkedin.connect.LinkedInApiAdapter
 
updateStatus(TripItApi, String) - Method in class org.springframework.social.tripit.connect.TripItApiAdapter
 
updateStatus(String) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Updates the user's status.
updateStatus(String, StatusDetails) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Updates the user's status, including additional metadata concerning the status.
updateStatus(TwitterApi, String) - Method in class org.springframework.social.twitter.connect.TwitterApiAdapter
 
URIBuilder - Class in org.springframework.social.support
Builds up a URI from individual URI components.
URIBuilderException - Exception in org.springframework.social.support
Exception thrown when URIBuilder can't build the specified URI.
URIBuilderException(String) - Constructor for exception org.springframework.social.support.URIBuilderException
 
URIBuilderException(String, Throwable) - Constructor for exception org.springframework.social.support.URIBuilderException
 
UserLike - Class in org.springframework.social.facebook.api
Model class representing an object that the user likes.
UserLike(String, String, String, Date) - Constructor for class org.springframework.social.facebook.api.UserLike
 
UserList - Class in org.springframework.social.twitter.api
Represents a user-defined list.
UserList(long, String, String, String, String, String, boolean, boolean, int, int) - Constructor for class org.springframework.social.twitter.api.UserList
 
userOperations() - Method in interface org.springframework.social.facebook.api.FacebookApi
API for performing operations on Facebook user profiles.
userOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
UserOperations - Interface in org.springframework.social.facebook.api
 
userOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
userOperations() - Method in interface org.springframework.social.twitter.api.TwitterApi
Returns the portion of the Twitter API containing the user operations.
UserOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for retrieving information about Twitter users.
UserProfile - Class in org.springframework.social.connect
A normalized model representing a service provider user profile.
UserProfileBuilder - Class in org.springframework.social.connect
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.
UserProfileBuilder() - Constructor for class org.springframework.social.connect.UserProfileBuilder
 
UsersConnectionRepository - Interface in org.springframework.social.connect
A data access interface for managing a global store of users connections to service providers.

V

valueOf(String) - Static method in enum org.springframework.social.facebook.api.Album.Privacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Album.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Event.Privacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Group.Privacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Post.PostType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.RsvpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.oauth1.OAuth1Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.oauth2.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.twitter.api.ImageSize
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.social.facebook.api.Album.Privacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Album.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Event.Privacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Group.Privacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Post.PostType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.RsvpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.oauth1.OAuth1Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.oauth2.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.twitter.api.ImageSize
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.springframework.social.test.client.MockRestServiceServer
Verifies that all expectations were met.
Video - Class in org.springframework.social.facebook.api
Model class representing a video.
VideoPost - Class in org.springframework.social.facebook.api
Model class representing a Post announcing a Video to a feed.
VideoPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.VideoPost
 

W

withResponse(String, HttpHeaders, HttpStatus, String) - Static method in class org.springframework.social.test.client.ResponseCreators
Respond with a given response body, headers, status code, and status text.
withResponse(String, HttpHeaders) - Static method in class org.springframework.social.test.client.ResponseCreators
Response with a given response body and headers.
withResponse(Resource, HttpHeaders, HttpStatus, String) - Static method in class org.springframework.social.test.client.ResponseCreators
Respond with a given response body (from a Resource) and headers.
withResponse(Resource, HttpHeaders) - Static method in class org.springframework.social.test.client.ResponseCreators
Response with a given response body and headers.
WorkEntry - Class in org.springframework.social.facebook.api
Model class representing an entry in the user's work history.
WorkEntry(Reference, String, String) - Constructor for class org.springframework.social.facebook.api.WorkEntry
 

A B C D E F G H I J L M N O P Q R S T U V W