| Name | Description | Type | Package | Framework |
| AbstractConnection | Base support class for Connection implementations. | Class | org.springframework.social.connect.support | Spring Social |
|
| AbstractConnectionRepositoryConfigSupport | | Class | org.springframework.social.config.support | Spring Social |
|
| AbstractOAuth1ApiBinding | Base class for OAuth 1-based provider API bindings. | Class | org.springframework.social.oauth1 | Spring Social |
|
| AbstractOAuth1ServiceProvider | Base class for ServiceProviders that use the OAuth1 protocol. | Class | org.springframework.social.oauth1 | Spring Social |
|
| AbstractOAuth2ApiBinding | Base class for OAuth 2-based provider API bindings. | Class | org.springframework.social.oauth2 | Spring Social |
|
| AbstractOAuth2ServiceProvider | Base class for ServiceProviders that use the OAuth2 protocol. | Class | org.springframework.social.oauth2 | Spring Social |
|
| AbstractProviderConfigBeanDefinitionParser | Abstract bean definition parser for configuring provider-specific beans in a Spring application context. | Class | org.springframework.social.config.xml | Spring Social |
|
| AbstractProviderConfigNamespaceHandler | Base NamespaceHandler for Spring Social provider modules to create configuration namespaces. | Class | org.springframework.social.config.xml | Spring Social |
|
| AbstractSocialAuthenticationService | | Class | org.springframework.social.security.provider | Spring Social |
|
| AccessGrant | OAuth2 access token. | Class | org.springframework.social.oauth2 | Spring Social |
|
| ApiAdapter | An adapter that bridges between the uniform Connection model and a specific provider API model. | Interface | org.springframework.social.connect | Spring Social |
|
| ApiBinding | Base interface that may be implemented by API bindings. | Interface | org.springframework.social | Spring Social |
|
| ApiException | Indicates that an error occurred while consuming a provider API. | Class | org.springframework.social | Spring Social |
|
| ApiHelper | | Interface | org.springframework.social.config.xml | Spring Social |
|
| AuthenticationNameUserIdSource | | Class | org.springframework.social.security | Spring Social |
|
| AuthorizedRequestToken | A OAuth 1. | Class | org.springframework.social.oauth1 | Spring Social |
|
| BaseSocialConnectedTag | SocialConnectedTag and SocialNotConnectedTag extend toprovide functionality within a JSP to determine if you are connected to a | Class | org.springframework.social.connect.web.taglib | Spring Social |
|
| BufferingClientHttpResponse | | Class | org.springframework.social.support | Spring Social |
|
| ClientHttpRequestFactorySelector | Chooses a request factory. | Class | org.springframework.social.support | Spring Social |
|
| ConnectController | Generic UI controller for managing the account-to-service-provider connection flow. | Class | org.springframework.social.connect.web | Spring Social |
|
| ConnectInterceptor | Listens for service provider connection events. | Interface | org.springframework.social.connect.web | Spring Social |
|
| Connection | A link to a service provider user. | Interface | org.springframework.social.connect | Spring Social |
|
| ConnectionData | A data transfer object that allows the internal state of a Connection to be persisted and transferred between layers of an application. | Class | org.springframework.social.connect | Spring Social |
|
| ConnectionFactory | Base abstraction for factories that construct service provider Connection instances. | Class | org.springframework.social.connect | Spring Social |
|
| ConnectionFactoryConfigurer | Strategy interface for registering connection factories. | Interface | org.springframework.social.config.annotation | Spring Social |
|
| ConnectionFactoryLocator | A ServiceLocator for ConnectionFactory instances. | Interface | org.springframework.social.connect | Spring Social |
|
| ConnectionFactoryRegistry | A registry for service provider connection factories. | Class | org.springframework.social.connect.support | Spring Social |
|
| ConnectionKey | The unique business key for a Connection instance. | Class | org.springframework.social.connect | Spring Social |
|
| ConnectionRepository | Data access interface for saving and restoring Connection objects from a persistent store. | Interface | org.springframework.social.connect | Spring Social |
|
| ConnectionRepositoryException | Base exception class for ConnectionRepository failures. | Class | org.springframework.social.connect | Spring Social |
|
| ConnectionSignUp | A command that signs up a new user in the event no user id could be mapped from a Connection. | Interface | org.springframework.social.connect | Spring Social |
|
| ConnectionValues | A configuration interface used to set values on a Connection from a specific service provider API instance. | Interface | org.springframework.social.connect | Spring Social |
|
| ConnectSupport | Provides common connect support and utilities for Java web/servlet environments. | Class | org.springframework.social.connect.web | Spring Social |
|
| DisconnectInterceptor | Listens for service provider disconnection events. | Interface | org.springframework.social.connect.web | Spring Social |
|
| DuplicateConnectionException | Thrown by a ConnectionRepository when attempting to add a Connection and a connection already exists with the given key. | Class | org.springframework.social.connect | Spring Social |
|
| DuplicateStatusException | Exception thrown when a duplicate status is posted. | Class | org.springframework.social | Spring Social |
|
| EnableSocial | | Class | org.springframework.social.config.annotation | Spring Social |
|
| ExpiredAuthorizationException | Exception indicating that the authorization presented to the server has expired. | Class | org.springframework.social | Spring Social |
|
| FormMapHttpMessageConverter | Message converter that reads form-encoded data into a flat Map. | Class | org.springframework.social.support | Spring Social |
|
| GenericConnectionStatusView | Generic View implementation that displays the connection statis for a provider. | Class | org.springframework.social.connect.web | Spring Social |
|
| GenericOAuth1ConnectionFactory | Generic implementation of an OAuth1ConnectionFactory that carries no intrinsic knowledge of the API it will be creating connections against. | Class | org.springframework.social.oauth1 | Spring Social |
|
| GenericOAuth1ServiceProvider | Generic implementation of OAuth1ServiceProvider that carries no intrinsic knowledge of the API it will be creating connections against. | Class | org.springframework.social.oauth1 | Spring Social |
|
| GenericOAuth2ConnectionFactory | Generic implementation of an OAuth2ConnectionFactory that carries no intrinsic knowledge of the API it will be creating connections against. | Class | org.springframework.social.oauth2 | Spring Social |
|
| GenericOAuth2ServiceProvider | Generic implementation of OAuth2ServiceProvider that carries no intrinsic knowledge of the API it will be creating connections against. | Class | org.springframework.social.oauth2 | Spring Social |
|
| GrantType | OAuth2 supports two types of authorization flow, typically referred to as "Client-side"and "Server-side". | Class | org.springframework.social.oauth2 | Spring Social |
|
| HttpRequestDecorator | Extension of HttpRequestWrapper that supports adding new HttpHeaders to the wrapped HttpRequest. | Class | org.springframework.social.support | Spring Social |
|
| HttpSessionSessionStrategy | | Class | org.springframework.social.connect.web | Spring Social |
|
| InMemoryConnectionRepositoryConfigSupport | Support class providing methods for configuring a singleton InMemoryUsersConnectionRepository bean and a request-scoped InMemoryConnectionRepository bean. | Class | org.springframework.social.config.support | Spring Social |
|
| InMemoryUsersConnectionRepository | UsersConnectionRepository that stores connections in memory. | Class | org.springframework.social.connect.mem | Spring Social |
|
| InsufficientPermissionException | Exception thrown when attempting an operation that requires a permission not granted to the caller. | Class | org.springframework.social | Spring Social |
|
| InternalServerErrorException | Exception indicating an internal error occurred on the server. | Class | org.springframework.social | Spring Social |
|
| InvalidAuthorizationException | Exception indicating that the authorization used during an operation invocation is invalid. | Class | org.springframework.social | Spring Social |
|
| JdbcConnectionRepositoryConfigSupport | Support class providing methods for configuring a singleton JdbcUsersConnectionRepository bean and a request-scoped JdbcConnectionRepository bean. | Class | org.springframework.social.config.support | Spring Social |
|
| JdbcUsersConnectionRepository | UsersConnectionRepository that uses the JDBC API to persist connection data to a relational database. | Class | org.springframework.social.connect.jdbc | Spring Social |
|
| LoggingErrorHandler | | Class | org.springframework.social.support | Spring Social |
|
| MissingAuthorizationException | Exception indicating that an operation requiring authorization was attempted without providing authorization. | Class | org.springframework.social | Spring Social |
|
| NoSuchConnectionException | Thrown by a ConnectionRepository when attempting to fetch a Connection and no such connection exists with the provided key. | Class | org.springframework.social.connect | Spring Social |
|
| NotAuthorizedException | Indicates the client is not authorized to invoke the API. | Class | org.springframework.social | Spring Social |
|
| NotConnectedException | Thrown by a ConnectionRepository when attempting to fetch a "primary" connection and the user is not connected to the provider in question. | Class | org.springframework.social.connect | Spring Social |
|
| OAuth1AuthenticationService | | Class | org.springframework.social.security.provider | Spring Social |
|
| OAuth1Connection | An OAuth1-based Connection implementation. | Class | org.springframework.social.connect.support | Spring Social |
|
| OAuth1ConnectionFactory | Factory for creating OAuth1-based Connections. | Class | org.springframework.social.connect.support | Spring Social |
|
| OAuth1Operations | A service interface for the OAuth 1 flow. | Interface | org.springframework.social.oauth1 | Spring Social |
|
| OAuth1Parameters | Parameters for building an OAuth1 authorize URL. | Class | org.springframework.social.oauth1 | Spring Social |
|
| OAuth1ServiceProvider | A ServiceProvider that uses the OAuth 1. | Interface | org.springframework.social.oauth1 | Spring Social |
|
| OAuth1Template | OAuth10Operations implementation that uses REST-template to make the OAuth calls. | Class | org.springframework.social.oauth1 | Spring Social |
|
| OAuth1Version | Various versions ofthe OAuth1 Core specification. | Class | org.springframework.social.oauth1 | Spring Social |
|
| OAuth2AuthenticationService | | Class | org.springframework.social.security.provider | Spring Social |
|
| OAuth2Connection | An OAuth2-based Connection implementation. | Class | org.springframework.social.connect.support | Spring Social |
|
| OAuth2ConnectionFactory | Factory for creating OAuth2-based Connections. | Class | org.springframework.social.connect.support | Spring Social |
|
| OAuth2Operations | A service interface for the OAuth2 flow. | Interface | org.springframework.social.oauth2 | Spring Social |
|
| OAuth2Parameters | Parameters for building an OAuth2 authorize URL. | Class | org.springframework.social.oauth2 | Spring Social |
|
| OAuth2ServiceProvider | A ServiceProvider that uses the OAuth 2. | Interface | org.springframework.social.oauth2 | Spring Social |
|
| OAuth2Template | OAuth2Operations implementation that uses REST-template to make the OAuth calls. | Class | org.springframework.social.oauth2 | Spring Social |
|
| OAuth2Version | Enum encapsulating the differences between the various versions of the OAuth2 specification. | Class | org.springframework.social.oauth2 | Spring Social |
|
| OAuthToken | Holds an OAuth token and secret. | Class | org.springframework.social.oauth1 | Spring Social |
|
| OperationNotPermittedException | Indicates an operation was attempted that is not permitted. | Class | org.springframework.social | Spring Social |
|
| ParameterMap | Generally useful base class for creating MultiValueMaps that store HTTP query parameters. | Class | org.springframework.social.support | Spring Social |
|
| ProviderConfigurationSupport | | Class | org.springframework.social.config.support | Spring Social |
|
| ProviderSignInAttempt | Models an attempt to sign-in to the application using a provider user identity. | Class | org.springframework.social.connect.web | Spring Social |
|
| ProviderSignInController | Spring MVC Controller for handling the provider user sign-in flow. | Class | org.springframework.social.connect.web | Spring Social |
|
| ProviderSignInInterceptor | Listens for service provider sign in events. | Interface | org.springframework.social.connect.web | Spring Social |
|
| ProviderSignInUtils | Helper methods that support provider user sign-in scenarios. | Class | org.springframework.social.connect.web | Spring Social |
|
| RateLimitExceededException | Exception thrown when API calls are being rate-limited. | Class | org.springframework.social | Spring Social |
|
| ReconnectFilter | Servlet filter that intercepts Spring Social ApiExceptions thrown in the course of a request and attempts to reconcile any connection-relatedproblems by deleting the stale/revoked connection and walking the user through the connection process to obtain a new connection. | Class | org.springframework.social.connect.web | Spring Social |
|
| RejectedAuthorizationException | Exception indicating that the authorization used during an operation invocation is rejected by the server. | Class | org.springframework.social | Spring Social |
|
| ResourceNotFoundException | Indicates that the requested provider API resource could not be found. | Class | org.springframework.social | Spring Social |
|
| RevokedAuthorizationException | Exception indicating that the authorization used during an operation invocation has been revoked. | Class | org.springframework.social | Spring Social |
|
| ServerDownException | Exception indicating that the server is down or being upgraded. | Class | org.springframework.social | Spring Social |
|
| ServerException | Exception thrown when a server error occurs. | Class | org.springframework.social | Spring Social |
|
| ServerOverloadedException | Exception indicating that the server is experiencing high load. | Class | org.springframework.social | Spring Social |
|
| ServiceProvider | Top-level marker interface defining a ServiceProvider. | Interface | org.springframework.social | Spring Social |
|
| SessionStrategy | | Interface | org.springframework.social.connect.web | Spring Social |
|
| SessionUserIdSource | UserIdSource implementation that uses the session ID as the user ID. | Class | org.springframework.social.connect.web | Spring Social |
|
| SignInAdapter | Adapter that bridges between a ProviderSignInController and a application-specific user sign-in service. | Interface | org.springframework.social.connect.web | Spring Social |
|
| SocialAuthenticationException | Indicates an error while authenticating against a social provider. | Class | org.springframework.social.security | Spring Social |
|
| SocialAuthenticationFailureHandler | | Class | org.springframework.social.security | Spring Social |
|
| SocialAuthenticationFilter | Filter for handling the provider sign-in flow within the Spring Security filter chain. | Class | org.springframework.social.security | Spring Social |
|
| SocialAuthenticationProvider | | Class | org.springframework.social.security | Spring Social |
|
| SocialAuthenticationRedirectException | Indicates the need to perform a redirect in the course of authenticating with a social provider. | Class | org.springframework.social.security | Spring Social |
|
| SocialAuthenticationService | | Interface | org.springframework.social.security.provider | Spring Social |
|
| SocialAuthenticationServiceLocator | | Interface | org.springframework.social.security | Spring Social |
|
| SocialAuthenticationServiceRegistry | | Class | org.springframework.social.security | Spring Social |
|
| SocialAuthenticationToken | Authentication token for social authentication, e. | Class | org.springframework.social.security | Spring Social |
|
| SocialConfiguration | Configuration class imported by EnableSocial. | Class | org.springframework.social.config.annotation | Spring Social |
|
| SocialConfigurer | Defines callback methods to customize Java-based configuration enabled by @EnableWebMvc. | Interface | org.springframework.social.config.annotation | Spring Social |
|
| SocialConfigurerAdapter | Abstract implementation of SocialConfigurer with convenient default implementations of methods. | Class | org.springframework.social.config.annotation | Spring Social |
|
| SocialConnectedTag | JSP Tag to return true/false if you're connected to a provider. | Class | org.springframework.social.connect.web.taglib | Spring Social |
|
| SocialException | Exception class indicating a problem occurred performing an operation against a service provider. | Class | org.springframework.social | Spring Social |
|
| SocialNamespaceHandler | | Class | org.springframework.social.config.xml | Spring Social |
|
| SocialNotConnectedTag | JSP Tag to return true/false if you're NOT connected to a provider. | Class | org.springframework.social.connect.web.taglib | Spring Social |
|
| SocialUser | simple utility class that uses User. | Class | org.springframework.social.security | Spring Social |
|
| SocialUserDetails | | Interface | org.springframework.social.security | Spring Social |
|
| SocialUserDetailsService | | Interface | org.springframework.social.security | Spring Social |
|
| SpringSocialConfigurer | Configurer that adds SocialAuthenticationFilter to Spring Security's filter chain. | Class | org.springframework.social.security | Spring Social |
|
| SpringSocialDialect | Thymeleaf dialect offering Spring Social connectivity integration. | Class | org.springframework.social.connect.web.thymeleaf | Spring Social |
|
| TokenStrategy | Strategy enumeration where each value carries an interceptor defining how an access token is carried on API requests. | Class | org.springframework.social.oauth2 | Spring Social |
|
| UncategorizedApiException | Indicates that an otherwise uncategorized error occurred while consuming a provider API. | Class | org.springframework.social | Spring Social |
|
| URIBuilder | Builds up a URI from individual URI components. | Class | org.springframework.social.support | Spring Social |
|
| URIBuilderException | Exception thrown when URIBuilder can't build the specified URI. | Class | org.springframework.social.support | Spring Social |
|
| UserIdSource | | Interface | org.springframework.social | Spring Social |
|
| UserProfile | A normalized model representing a service provider user profile. | Class | org.springframework.social.connect | Spring Social |
|
| UserProfileBuilder | Builder for constructing a UserProfile instance returned by ApiAdapter. | Class | org.springframework.social.connect | Spring Social |
|
| UsersConnectionRepository | A data access interface for managing a global store of users connections to service providers. | Interface | org.springframework.social.connect | Spring Social |
|
| Account | | Class | org.springframework.social.facebook.api | Spring Social |
|
| Achievement | Model class representing an achievement. | Class | org.springframework.social.facebook.api | Spring Social |
|
| AchievementOperations | Defines operations for working with Facebook achievements. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| AchievementType | Model class representing an achievement type. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Action | | Class | org.springframework.social.facebook.api | Spring Social |
|
| ActionMetadata | | Class | org.springframework.social.facebook.api | Spring Social |
|
| AgeRange | Enum representing a user's age range. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Album | Model class representing a Facebook photo album. | Class | org.springframework.social.facebook.api | Spring Social |
|
| ApplicationReference | Model class representing a reference to an application. | Class | org.springframework.social.facebook.api | Spring Social |
|
| BookActions | Defines operations for publishing OpenGraph actions pertaining to books. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| BookActionsTemplate | | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| CanvasSignInController | Sign in controller that uses the signed_request parameter that Facebook gives to Canvas applications to obtain an access token. | Class | org.springframework.social.facebook.web | Spring Social |
|
| Comment | Model class representing a comment. | Class | org.springframework.social.facebook.api | Spring Social |
|
| CommentOperations | Defines operations for reading and posting comments to Facebook. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| CountedList | | Class | org.springframework.social.facebook.api | Spring Social |
|
| CoverPhoto | Model class representing a user's or a page's cover photo. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Currency | | Class | org.springframework.social.facebook.api | Spring Social |
|
| Device | | Class | org.springframework.social.facebook.api | Spring Social |
|
| DisconnectController | Spring MVC controller for handling deauthorization callbacks from Facebook as described at https://developers. | Class | org.springframework.social.facebook.web | Spring Social |
|
| EducationExperience | Model class representing an entry in a user's education history. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Engagement | | Class | org.springframework.social.facebook.api | Spring Social |
|
| Event | Model class representing an event. | Class | org.springframework.social.facebook.api | Spring Social |
|
| EventInvitee | Model class representing someone who has been invited to an event. | Class | org.springframework.social.facebook.api | Spring Social |
|
| EventOperations | Defines operations for creating and reading event data as well as RSVP'ing to events on behalf of a user. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| Experience | Model class representing an experience. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Facebook | Interface specifying a basic set of operations for interacting with Facebook. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| FacebookAdapter | Facebook ApiAdapter implementation. | Class | org.springframework.social.facebook.connect | Spring Social |
|
| FacebookApiHelper | Support class for JavaConfig and XML configuration support. | Class | org.springframework.social.facebook.config.support | Spring Social |
|
| FacebookAuthenticationService | | Class | org.springframework.social.facebook.security | Spring Social |
|
| FacebookConnectionFactory | Facebook ConnectionFactory implementation. | Class | org.springframework.social.facebook.connect | Spring Social |
|
| FacebookCookieParser | Helper class that helps extract data from a Facebook cookie. | Class | org.springframework.social.facebook.web | Spring Social |
|
| FacebookCookieValue | Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be boundto a value from the Facebook cookie written when the user signed in with Facebook. | Class | org.springframework.social.facebook.web | Spring Social |
|
| FacebookError | Represents an error returned from a bad Graph API request. | Class | org.springframework.social.facebook.api | Spring Social |
|
| FacebookErrors | A set of constants for all of Facebook's error codes. | Class | org.springframework.social.facebook.api | Spring Social |
|
| FacebookInitTag | JSP Tag for initializing Facebook's JavaScript API. | Class | org.springframework.social.facebook.web | Spring Social |
|
| FacebookLink | Model class representing a link to be posted to a users Facebook wall. | Class | org.springframework.social.facebook.api | Spring Social |
|
| FacebookModule | Jackson module for setting up mixin annotations on Facebook model types. | Class | org.springframework.social.facebook.api.impl.json | Spring Social |
|
| FacebookNamespaceHandler | | Class | org.springframework.social.facebook.config.xml | Spring Social |
|
| FacebookObject | Base class for all Facebook types. | Class | org.springframework.social.facebook.api | Spring Social |
|
| FacebookServiceProvider | Facebook ServiceProvider implementation. | Class | org.springframework.social.facebook.connect | Spring Social |
|
| FacebookTemplate | This is the central class for interacting with Facebook. | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| FacebookWebArgumentResolver | Web argument resolver that resolves arguments annotated with FacebookCookieValue. | Class | org.springframework.social.facebook.web | Spring Social |
|
| FamilyMember | | Class | org.springframework.social.facebook.api | Spring Social |
|
| FeedOperations | Interface defining operations that can be performed on a Facebook feed. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| FitnessActions | Defines operations for publishing OpenGraph actions pertaining to fitness. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| FitnessActionsTemplate | | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| FqlException | Exception indicating a problem with performing an FQL query. | Class | org.springframework.social.facebook.api | Spring Social |
|
| FqlResult | Represents a single result item from an FQL query. | Class | org.springframework.social.facebook.api | Spring Social |
|
| FqlResultMapper | An interface used by FqlTemplate to map FQL results to objects of a specific type, on a per-object basis. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| FriendList | | Class | org.springframework.social.facebook.api | Spring Social |
|
| FriendOperations | Defines operations for interacting with a user's friends and friend lists. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| GeneralActions | Defines operations for publishing general OpenGraph actions such as "og. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| GeneralActionsTemplate | | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| GraphApi | | Interface | org.springframework.social.facebook.api | Spring Social |
|
| Group | Model class representing a Group. | Class | org.springframework.social.facebook.api | Spring Social |
|
| GroupMemberReference | Model class representing a reference to a group member. | Class | org.springframework.social.facebook.api | Spring Social |
|
| GroupMembership | | Class | org.springframework.social.facebook.api | Spring Social |
|
| GroupOperations | Defines operations for retrieving data about groups and group members. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| ImageSource | A domain type representing an image source. | Class | org.springframework.social.facebook.api | Spring Social |
|
| ImageType | | Class | org.springframework.social.facebook.api | Spring Social |
|
| Invitation | Model class representing an invitation to an event. | Class | org.springframework.social.facebook.api | Spring Social |
|
| LikeOperations | Defines operations for working with a user's likes and interests. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| ListAndCount | Contains a list of comments and a count of the total number of comments for a post or checkin. | Class | org.springframework.social.facebook.api | Spring Social |
|
| ListenActionMetadata | | Class | org.springframework.social.facebook.api | Spring Social |
|
| Location | Model class representing a location of a place that a user may check into in Facebook Places. | Class | org.springframework.social.facebook.api | Spring Social |
|
| MailingAddress | Model class representing a location of a place that a user may check into in Facebook Places. | Class | org.springframework.social.facebook.api | Spring Social |
|
| MediaOperations | Defines operations for working with albums, photos, and videos. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| MessageTag | | Class | org.springframework.social.facebook.api | Spring Social |
|
| MessageTagMapDeserializer | | Class | org.springframework.social.facebook.api.impl.json | Spring Social |
|
| MissingNamespaceException | Exception indicating that an attempt was made to publish an OpenGraph action without specifying an application namespace. | Class | org.springframework.social.facebook.api | Spring Social |
|
| MusicActions | Defines operations for publishing OpenGraph actions pertaining to listening to music. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| MusicActionsTemplate | | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| NotAFriendException | Exception thrown when attempting an operation that requires a target user to be a friend of the authenticated user. | Class | org.springframework.social.facebook.api | Spring Social |
|
| OpenGraphOperations | Defines operations for working with Facebook OpenGraph actions. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| Page | Model class representing a Facebook page. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PageAdministrationException | Exception thrown when attempting to perform an operation on a page by a user who is not a page administrator. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PagedList | | Class | org.springframework.social.facebook.api | Spring Social |
|
| PagedListUtils | | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| PageOperations | Interface defining operations that can be performed on a Facebook pages. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| PageParking | | Class | org.springframework.social.facebook.api | Spring Social |
|
| PagePaymentOptions | | Class | org.springframework.social.facebook.api | Spring Social |
|
| PagePostData | An object that represents a new post to be created. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PageRestaurantServices | | Class | org.springframework.social.facebook.api | Spring Social |
|
| PageRestaurantSpecialties | | Class | org.springframework.social.facebook.api | Spring Social |
|
| PageUpdate | An object that captures data used to update a Page. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PagingParameters | Carries parameters to describe a paged set of results. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PaymentPricePoint | Domain type representing a payment price point. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PaymentPricePoints | Domain type carrying lists payment price points. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Permission | Represents a user permission, whether granted or declined. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Photo | Model class representing a photo. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Place | Domain object representing a place. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PlaceTag | | Class | org.springframework.social.facebook.api | Spring Social |
|
| Post | Model class representing an entry in a feed. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PostData | An object that represents a new post to be created. | Class | org.springframework.social.facebook.api | Spring Social |
|
| PostProperty | | Class | org.springframework.social.facebook.api | Spring Social |
|
| PostPropertyMixin | | Class | org.springframework.social.facebook.api.impl.json | Spring Social |
|
| ProfilePictureSource | Domain type representing a profile picture. | Class | org.springframework.social.facebook.api | Spring Social |
|
| RatingActionMetadata | Carries metadata related to a rating action (such as rating a book or a movie). | Class | org.springframework.social.facebook.api | Spring Social |
|
| RealTimeUpdate | Represents a real-time update from Facebook. | Class | org.springframework.social.facebook.web | Spring Social |
|
| RealTimeUpdateController | A Spring MVC controller that handles callbacks from Facebook's Real-Time Update API. | Class | org.springframework.social.facebook.web | Spring Social |
|
| Reference | A simple reference to another Facebook object without the complete set of object data. | Class | org.springframework.social.facebook.api | Spring Social |
|
| ResourceOwnershipException | Exception thrown when attempting to perform operation on a resource that must be owned by the authenticated user,but is not. | Class | org.springframework.social.facebook.api | Spring Social |
|
| RestaurantServices | | Class | org.springframework.social.facebook.api | Spring Social |
|
| RsvpStatus | Enumeration of statuses that an invitee may have for an event. | Class | org.springframework.social.facebook.api | Spring Social |
|
| SecuritySettings | Domain type representing security settings. | Class | org.springframework.social.facebook.api | Spring Social |
|
| SignedRequest | | Class | org.springframework.social.facebook.web | Spring Social |
|
| SignedRequestArgumentResolver | Web argument resolver for controller handler method arguments that are annotated with SignedRequest. | Class | org.springframework.social.facebook.web | Spring Social |
|
| SignedRequestDecoder | Utility class for extracting the payload of a signed request sent by Facebook. | Class | org.springframework.social.facebook.web | Spring Social |
|
| SignedRequestException | Exception thrown by SignedRequestDecoder when there is a problem in decoding the signed_request parameter. | Class | org.springframework.social.facebook.web | Spring Social |
|
| SocialContextOperations | API Binding for Facebook social context queries. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| StoryAttachment | Domain type that represents an attachment to a story, post, comment, etc. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Tag | Model class representing a tagged user in a video, photo, or checkin. | Class | org.springframework.social.facebook.api | Spring Social |
|
| TestUser | | Class | org.springframework.social.facebook.api | Spring Social |
|
| TestUserOperations | | Interface | org.springframework.social.facebook.api | Spring Social |
|
| TestUserTemplate | | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| UpdateHandler | Strategy interface for handling real time updates. | Interface | org.springframework.social.facebook.web | Spring Social |
|
| User | Model class containing a Facebook user's profile information. | Class | org.springframework.social.facebook.api | Spring Social |
|
| UserIdForApp | | Class | org.springframework.social.facebook.api | Spring Social |
|
| UserInvitableFriend | Domain type representing an invitable friend. | Class | org.springframework.social.facebook.api | Spring Social |
|
| UserOperations | | Interface | org.springframework.social.facebook.api | Spring Social |
|
| UserTaggableFriend | Domain type representing a taggable friend. | Class | org.springframework.social.facebook.api | Spring Social |
|
| Video | Model class representing a video. | Class | org.springframework.social.facebook.api | Spring Social |
|
| VideoActions | Defines operations for publishing OpenGraph actions pertaining to listening to music. | Interface | org.springframework.social.facebook.api | Spring Social |
|
| VideoActionsTemplate | | Class | org.springframework.social.facebook.api.impl | Spring Social |
|
| VideoUploadLimits | Domain type describing limits on the time length and size of videos that can be uploaded. | Class | org.springframework.social.facebook.api | Spring Social |
|
| VoipInfo | | Class | org.springframework.social.facebook.api | Spring Social |
|
| WatchActionMetadata | | Class | org.springframework.social.facebook.api | Spring Social |
|
| WorkEntry | Model class representing an entry in the user's work history. | Class | org.springframework.social.facebook.api | Spring Social |
|
| AccountSettings | Model class representing Twitter account settings. | Class | org.springframework.social.twitter.api | Spring Social |
|
| AccountSettingsData | Builder for account settings data used to update a user's account settings. | Class | org.springframework.social.twitter.api.impl | Spring Social |
|
| BlockOperations | | Interface | org.springframework.social.twitter.api | Spring Social |
|
| CursoredList | List that includes previous and next cursors for paging through items returned from Twitter in cursored pages. | Class | org.springframework.social.twitter.api | Spring Social |
|
| CursorUtils | | Class | org.springframework.social.twitter.api.impl | Spring Social |
|
| DirectMessage | Represents a direct message. | Class | org.springframework.social.twitter.api | Spring Social |
|
| DirectMessageOperations | Interface defining the Twitter operations for working with direct messages. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| Entities | A json representation of entities found within twitter status objects. | Class | org.springframework.social.twitter.api | Spring Social |
|
| FilterStreamParameters | Defines the parameters of a filtered stream. | Class | org.springframework.social.twitter.api | Spring Social |
|
| FriendOperations | Interface defining the operations for working with a user's friends and followers. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| GeoCode | | Class | org.springframework.social.twitter.api | Spring Social |
|
| GeoOperations | Interface defining the Twitter operations for working with locations. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| GeoTemplate | | Class | org.springframework.social.twitter.api.impl | Spring Social |
|
| HashTagEntity | A representation of tweet hashtags. | Class | org.springframework.social.twitter.api | Spring Social |
|
| ImageSize | enum ImageSizeextends EnumEnumeration of image sizes supported by Twitter | Class | org.springframework.social.twitter.api | Spring Social |
|
| InvalidMessageRecipientException | Exception thrown when an attempt is made to send a direct message to aninvalid recipient; that is, a recipient who is not following the | Class | org.springframework.social.twitter.api | Spring Social |
|
| ListOperations | Interface defining the operations for working with a user's lists. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| MediaEntity | A representation of embedded media entity. | Class | org.springframework.social.twitter.api | Spring Social |
|
| MentionEntity | A user mention entity. | Class | org.springframework.social.twitter.api | Spring Social |
|
| MessageTooLongException | Exception indicating that an attempt was made to post a status or send a direct message where the length exceeds Twitter's 140 character limit. | Class | org.springframework.social.twitter.api | Spring Social |
|
| OEmbedOptions | | Class | org.springframework.social.twitter.api | Spring Social |
|
| OEmbedTweet | Represents an oEmbed Tweet object. | Class | org.springframework.social.twitter.api | Spring Social |
|
| Place | Represents a place that a Twitter user may send a tweet from. | Class | org.springframework.social.twitter.api | Spring Social |
|
| PlacePrototype | Represents a new place that could be created. | Class | org.springframework.social.twitter.api | Spring Social |
|
| PlaceType | enum PlaceTypeextends EnumEnum Constant SummaryADMIN | Class | org.springframework.social.twitter.api | Spring Social |
|
| RateLimitStatus | Carries data concerning the rate limit status. | Class | org.springframework.social.twitter.api | Spring Social |
|
| RateLimitStatusDeserializer | | Class | org.springframework.social.twitter.api.impl | Spring Social |
|
| RateLimitStatusHolder | | Class | org.springframework.social.twitter.api.impl | Spring Social |
|
| ResourceFamily | enum ResourceFamilyextends EnumAn enum to facilitate the use of the rate_limit_status endpoint by enumerating all of the resource | Class | org.springframework.social.twitter.api | Spring Social |
|
| SavedSearch | Represents a saved search. | Class | org.springframework.social.twitter.api | Spring Social |
|
| SearchMetadata | Represents the cursor metadata associated with a search query via the Twitter Search API. | Class | org.springframework.social.twitter.api | Spring Social |
|
| SearchOperations | Interface defining the operations for searching Twitter and retrieving trending data. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| SearchParameters | Twitter search parameters. | Class | org.springframework.social.twitter.api | Spring Social |
|
| SearchResults | Represents the results of a Twitter search, including matching Tweetsand any metadata associated with that search. | Class | org.springframework.social.twitter.api | Spring Social |
|
| SimilarPlaces | Represents the results of a similar places search. | Class | org.springframework.social.twitter.api | Spring Social |
|
| StatusDetails | Carries optional metadata pertaining to a Twitter status update. | Class | org.springframework.social.twitter.api | Spring Social |
|
| Stream | | Interface | org.springframework.social.twitter.api | Spring Social |
|
| StreamDeleteEvent | A stream event indicating that a tweet should be removed from the client. | Class | org.springframework.social.twitter.api | Spring Social |
|
| StreamingException | Indicates an error while setting up a stream with the Twitter streaming API. | Class | org.springframework.social.twitter.api | Spring Social |
|
| StreamingOperations | | Interface | org.springframework.social.twitter.api | Spring Social |
|
| StreamListener | Listener interface for clients consuming data from a Twitter stream. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| StreamWarningEvent | A stream event warning that the client is stalling and is in danger of being disconnected. | Class | org.springframework.social.twitter.api | Spring Social |
|
| SuggestionCategory | Represents a suggestion category; a category of users that Twitter may suggest that a user follow. | Class | org.springframework.social.twitter.api | Spring Social |
|
| TickerSymbolEntity | A representation of embedded ticker symbol entity. | Class | org.springframework.social.twitter.api | Spring Social |
|
| TimelineOperations | Interface defining the operations for sending and retrieving tweets. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| Trend | Represents a single trending topic. | Class | org.springframework.social.twitter.api | Spring Social |
|
| Trends | Represents a list of trending topics at a specific point in time. | Class | org.springframework.social.twitter.api | Spring Social |
|
| Tweet | Represents a Twitter status update (e. | Class | org.springframework.social.twitter.api | Spring Social |
|
| TweetData | | Class | org.springframework.social.twitter.api | Spring Social |
|
| Twitter | Interface specifying a basic set of operations for interacting with Twitter. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| TwitterAdapter | Twitter ApiAdapter implementation. | Class | org.springframework.social.twitter.connect | Spring Social |
|
| TwitterApiHelper | Methods inherited from class java. | Class | org.springframework.social.twitter.config.support | Spring Social |
|
| TwitterAuthenticationService | Nested Class SummaryNested classes/interfaces inherited from interface org. | Class | org.springframework.social.twitter.security | Spring Social |
|
| TwitterConnectionFactory | Twitter ConnectionFactory implementation. | Class | org.springframework.social.twitter.connect | Spring Social |
|
| TwitterNamespaceHandler | NamespaceHandler for Spring SocialConstructor SummaryTwitterNamespaceHandler() | Class | org.springframework.social.twitter.config.xml | Spring Social |
|
| TwitterObject | Base class for all Twitter types. | Class | org.springframework.social.twitter.api | Spring Social |
|
| TwitterProfile | Model class representing a Twitter user's profile information. | Class | org.springframework.social.twitter.api | Spring Social |
|
| TwitterServiceProvider | Twitter ServiceProvider implementation. | Class | org.springframework.social.twitter.connect | Spring Social |
|
| TwitterTemplate | This is the central class for interacting with Twitter. | Class | org.springframework.social.twitter.api.impl | Spring Social |
|
| UrlEntity | A representation of a URL found within a tweet entity. | Class | org.springframework.social.twitter.api | Spring Social |
|
| UserList | Represents a user-defined list. | Class | org.springframework.social.twitter.api | Spring Social |
|
| UserOperations | Interface defining the operations for retrieving information about Twitter users. | Interface | org.springframework.social.twitter.api | Spring Social |
|
| UserStreamParameters | Defines the parameters of a user stream. | Class | org.springframework.social.twitter.api | Spring Social |