Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.social Classes and Interfaces - 347 results found.
NameDescriptionTypePackageFramework
AbstractConnectionBase support class for Connection implementations.Classorg.springframework.social.connect.supportSpring Social
AbstractConnectionRepositoryConfigSupportClassorg.springframework.social.config.supportSpring Social
AbstractOAuth1ApiBindingBase class for OAuth 1-based provider API bindings.Classorg.springframework.social.oauth1Spring Social
AbstractOAuth1ServiceProviderBase class for ServiceProviders that use the OAuth1 protocol.Classorg.springframework.social.oauth1Spring Social
AbstractOAuth2ApiBindingBase class for OAuth 2-based provider API bindings.Classorg.springframework.social.oauth2Spring Social
AbstractOAuth2ServiceProviderBase class for ServiceProviders that use the OAuth2 protocol.Classorg.springframework.social.oauth2Spring Social
AbstractProviderConfigBeanDefinitionParserAbstract bean definition parser for configuring provider-specific beans in a Spring application context.Classorg.springframework.social.config.xmlSpring Social
AbstractProviderConfigNamespaceHandlerBase NamespaceHandler for Spring Social provider modules to create configuration namespaces.Classorg.springframework.social.config.xmlSpring Social
AbstractSocialAuthenticationServiceClassorg.springframework.social.security.providerSpring Social
AccessGrantOAuth2 access token.Classorg.springframework.social.oauth2Spring Social
ApiAdapterAn adapter that bridges between the uniform Connection model and a specific provider API model.Interfaceorg.springframework.social.connectSpring Social
ApiBindingBase interface that may be implemented by API bindings.Interfaceorg.springframework.socialSpring Social
ApiExceptionIndicates that an error occurred while consuming a provider API.Classorg.springframework.socialSpring Social
ApiHelperInterfaceorg.springframework.social.config.xmlSpring Social
AuthenticationNameUserIdSourceClassorg.springframework.social.securitySpring Social
AuthorizedRequestTokenA OAuth 1.Classorg.springframework.social.oauth1Spring Social
BaseSocialConnectedTagSocialConnectedTag and SocialNotConnectedTag extend toprovide functionality within a JSP to determine if you are connected to aClassorg.springframework.social.connect.web.taglibSpring Social
BufferingClientHttpResponseClassorg.springframework.social.supportSpring Social
ClientHttpRequestFactorySelectorChooses a request factory.Classorg.springframework.social.supportSpring Social
ClientHttpRequestFactorySelector .HttpComponentsClientRequestFactoryCreatorClassorg.springframework.social.supportSpring Social
ConnectControllerGeneric UI controller for managing the account-to-service-provider connection flow.Classorg.springframework.social.connect.webSpring Social
ConnectInterceptorListens for service provider connection events.Interfaceorg.springframework.social.connect.webSpring Social
ConnectionA link to a service provider user.Interfaceorg.springframework.social.connectSpring Social
ConnectionDataA data transfer object that allows the internal state of a Connection to be persisted and transferred between layers of an application.Classorg.springframework.social.connectSpring Social
ConnectionFactoryBase abstraction for factories that construct service provider Connection instances.Classorg.springframework.social.connectSpring Social
ConnectionFactoryConfigurerStrategy interface for registering connection factories.Interfaceorg.springframework.social.config.annotationSpring Social
ConnectionFactoryLocatorA ServiceLocator for ConnectionFactory instances.Interfaceorg.springframework.social.connectSpring Social
ConnectionFactoryRegistryA registry for service provider connection factories.Classorg.springframework.social.connect.supportSpring Social
ConnectionKeyThe unique business key for a Connection instance.Classorg.springframework.social.connectSpring Social
ConnectionRepositoryData access interface for saving and restoring Connection objects from a persistent store.Interfaceorg.springframework.social.connectSpring Social
ConnectionRepositoryExceptionBase exception class for ConnectionRepository failures.Classorg.springframework.social.connectSpring Social
ConnectionSignUpA command that signs up a new user in the event no user id could be mapped from a Connection.Interfaceorg.springframework.social.connectSpring Social
ConnectionValuesA configuration interface used to set values on a Connection from a specific service provider API instance.Interfaceorg.springframework.social.connectSpring Social
ConnectSupportProvides common connect support and utilities for Java web/servlet environments.Classorg.springframework.social.connect.webSpring Social
DisconnectInterceptorListens for service provider disconnection events.Interfaceorg.springframework.social.connect.webSpring Social
DuplicateConnectionExceptionThrown by a ConnectionRepository when attempting to add a Connection and a connection already exists with the given key.Classorg.springframework.social.connectSpring Social
DuplicateStatusExceptionException thrown when a duplicate status is posted.Classorg.springframework.socialSpring Social
EnableSocialClassorg.springframework.social.config.annotationSpring Social
ExpiredAuthorizationExceptionException indicating that the authorization presented to the server has expired.Classorg.springframework.socialSpring Social
FormMapHttpMessageConverterMessage converter that reads form-encoded data into a flat Map.Classorg.springframework.social.supportSpring Social
GenericConnectionStatusViewGeneric View implementation that displays the connection statis for a provider.Classorg.springframework.social.connect.webSpring Social
GenericOAuth1ConnectionFactoryGeneric implementation of an OAuth1ConnectionFactory that carries no intrinsic knowledge of the API it will be creating connections against.Classorg.springframework.social.oauth1Spring Social
GenericOAuth1ServiceProviderGeneric implementation of OAuth1ServiceProvider that carries no intrinsic knowledge of the API it will be creating connections against.Classorg.springframework.social.oauth1Spring Social
GenericOAuth2ConnectionFactoryGeneric implementation of an OAuth2ConnectionFactory that carries no intrinsic knowledge of the API it will be creating connections against.Classorg.springframework.social.oauth2Spring Social
GenericOAuth2ServiceProviderGeneric implementation of OAuth2ServiceProvider that carries no intrinsic knowledge of the API it will be creating connections against.Classorg.springframework.social.oauth2Spring Social
GrantTypeOAuth2 supports two types of authorization flow, typically referred to as "Client-side"and "Server-side".Classorg.springframework.social.oauth2Spring Social
HttpRequestDecoratorExtension of HttpRequestWrapper that supports adding new HttpHeaders to the wrapped HttpRequest.Classorg.springframework.social.supportSpring Social
HttpSessionSessionStrategyClassorg.springframework.social.connect.webSpring Social
InMemoryConnectionRepositoryConfigSupportSupport class providing methods for configuring a singleton InMemoryUsersConnectionRepository bean and a request-scoped InMemoryConnectionRepository bean.Classorg.springframework.social.config.supportSpring Social
InMemoryUsersConnectionRepositoryUsersConnectionRepository that stores connections in memory.Classorg.springframework.social.connect.memSpring Social
InsufficientPermissionExceptionException thrown when attempting an operation that requires a permission not granted to the caller.Classorg.springframework.socialSpring Social
InternalServerErrorExceptionException indicating an internal error occurred on the server.Classorg.springframework.socialSpring Social
InvalidAuthorizationExceptionException indicating that the authorization used during an operation invocation is invalid.Classorg.springframework.socialSpring Social
JdbcConnectionRepositoryConfigSupportSupport class providing methods for configuring a singleton JdbcUsersConnectionRepository bean and a request-scoped JdbcConnectionRepository bean.Classorg.springframework.social.config.supportSpring Social
JdbcUsersConnectionRepositoryUsersConnectionRepository that uses the JDBC API to persist connection data to a relational database.Classorg.springframework.social.connect.jdbcSpring Social
LoggingErrorHandlerClassorg.springframework.social.supportSpring Social
MissingAuthorizationExceptionException indicating that an operation requiring authorization was attempted without providing authorization.Classorg.springframework.socialSpring Social
NoSuchConnectionExceptionThrown by a ConnectionRepository when attempting to fetch a Connection and no such connection exists with the provided key.Classorg.springframework.social.connectSpring Social
NotAuthorizedExceptionIndicates the client is not authorized to invoke the API.Classorg.springframework.socialSpring Social
NotConnectedExceptionThrown by a ConnectionRepository when attempting to fetch a "primary" connection and the user is not connected to the provider in question.Classorg.springframework.social.connectSpring Social
OAuth1AuthenticationServiceClassorg.springframework.social.security.providerSpring Social
OAuth1ConnectionAn OAuth1-based Connection implementation.Classorg.springframework.social.connect.supportSpring Social
OAuth1ConnectionFactoryFactory for creating OAuth1-based Connections.Classorg.springframework.social.connect.supportSpring Social
OAuth1OperationsA service interface for the OAuth 1 flow.Interfaceorg.springframework.social.oauth1Spring Social
OAuth1ParametersParameters for building an OAuth1 authorize URL.Classorg.springframework.social.oauth1Spring Social
OAuth1ServiceProviderA ServiceProvider that uses the OAuth 1.Interfaceorg.springframework.social.oauth1Spring Social
OAuth1TemplateOAuth10Operations implementation that uses REST-template to make the OAuth calls.Classorg.springframework.social.oauth1Spring Social
OAuth1VersionVarious versions ofthe OAuth1 Core specification.Classorg.springframework.social.oauth1Spring Social
OAuth2AuthenticationServiceClassorg.springframework.social.security.providerSpring Social
OAuth2ConnectionAn OAuth2-based Connection implementation.Classorg.springframework.social.connect.supportSpring Social
OAuth2ConnectionFactoryFactory for creating OAuth2-based Connections.Classorg.springframework.social.connect.supportSpring Social
OAuth2OperationsA service interface for the OAuth2 flow.Interfaceorg.springframework.social.oauth2Spring Social
OAuth2ParametersParameters for building an OAuth2 authorize URL.Classorg.springframework.social.oauth2Spring Social
OAuth2ServiceProviderA ServiceProvider that uses the OAuth 2.Interfaceorg.springframework.social.oauth2Spring Social
OAuth2TemplateOAuth2Operations implementation that uses REST-template to make the OAuth calls.Classorg.springframework.social.oauth2Spring Social
OAuth2VersionEnum encapsulating the differences between the various versions of the OAuth2 specification.Classorg.springframework.social.oauth2Spring Social
OAuthTokenHolds an OAuth token and secret.Classorg.springframework.social.oauth1Spring Social
OperationNotPermittedExceptionIndicates an operation was attempted that is not permitted.Classorg.springframework.socialSpring Social
ParameterMapGenerally useful base class for creating MultiValueMaps that store HTTP query parameters.Classorg.springframework.social.supportSpring Social
ProviderConfigurationSupportClassorg.springframework.social.config.supportSpring Social
ProviderSignInAttemptModels an attempt to sign-in to the application using a provider user identity.Classorg.springframework.social.connect.webSpring Social
ProviderSignInControllerSpring MVC Controller for handling the provider user sign-in flow.Classorg.springframework.social.connect.webSpring Social
ProviderSignInInterceptorListens for service provider sign in events.Interfaceorg.springframework.social.connect.webSpring Social
ProviderSignInUtilsHelper methods that support provider user sign-in scenarios.Classorg.springframework.social.connect.webSpring Social
RateLimitExceededExceptionException thrown when API calls are being rate-limited.Classorg.springframework.socialSpring Social
ReconnectFilterServlet 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.Classorg.springframework.social.connect.webSpring Social
RejectedAuthorizationExceptionException indicating that the authorization used during an operation invocation is rejected by the server.Classorg.springframework.socialSpring Social
ResourceNotFoundExceptionIndicates that the requested provider API resource could not be found.Classorg.springframework.socialSpring Social
RevokedAuthorizationExceptionException indicating that the authorization used during an operation invocation has been revoked.Classorg.springframework.socialSpring Social
ServerDownExceptionException indicating that the server is down or being upgraded.Classorg.springframework.socialSpring Social
ServerExceptionException thrown when a server error occurs.Classorg.springframework.socialSpring Social
ServerOverloadedExceptionException indicating that the server is experiencing high load.Classorg.springframework.socialSpring Social
ServiceProviderTop-level marker interface defining a ServiceProvider.Interfaceorg.springframework.socialSpring Social
SessionStrategyInterfaceorg.springframework.social.connect.webSpring Social
SessionUserIdSourceUserIdSource implementation that uses the session ID as the user ID.Classorg.springframework.social.connect.webSpring Social
SignInAdapterAdapter that bridges between a ProviderSignInController and a application-specific user sign-in service.Interfaceorg.springframework.social.connect.webSpring Social
SocialAuthenticationExceptionIndicates an error while authenticating against a social provider.Classorg.springframework.social.securitySpring Social
SocialAuthenticationFailureHandlerClassorg.springframework.social.securitySpring Social
SocialAuthenticationFilterFilter for handling the provider sign-in flow within the Spring Security filter chain.Classorg.springframework.social.securitySpring Social
SocialAuthenticationProviderClassorg.springframework.social.securitySpring Social
SocialAuthenticationRedirectExceptionIndicates the need to perform a redirect in the course of authenticating with a social provider.Classorg.springframework.social.securitySpring Social
SocialAuthenticationServiceInterfaceorg.springframework.social.security.providerSpring Social
SocialAuthenticationService .ConnectionCardinalityonly one providerUserId per userId, but many userIds per providerUserId.Classorg.springframework.social.security.providerSpring Social
SocialAuthenticationServiceLocatorInterfaceorg.springframework.social.securitySpring Social
SocialAuthenticationServiceRegistryClassorg.springframework.social.securitySpring Social
SocialAuthenticationTokenAuthentication token for social authentication, e.Classorg.springframework.social.securitySpring Social
SocialConfigurationConfiguration class imported by EnableSocial.Classorg.springframework.social.config.annotationSpring Social
SocialConfigurerDefines callback methods to customize Java-based configuration enabled by @EnableWebMvc.Interfaceorg.springframework.social.config.annotationSpring Social
SocialConfigurerAdapterAbstract implementation of SocialConfigurer with convenient default implementations of methods.Classorg.springframework.social.config.annotationSpring Social
SocialConnectedTagJSP Tag to return true/false if you're connected to a provider.Classorg.springframework.social.connect.web.taglibSpring Social
SocialExceptionException class indicating a problem occurred performing an operation against a service provider.Classorg.springframework.socialSpring Social
SocialNamespaceHandlerClassorg.springframework.social.config.xmlSpring Social
SocialNotConnectedTagJSP Tag to return true/false if you're NOT connected to a provider.Classorg.springframework.social.connect.web.taglibSpring Social
SocialUsersimple utility class that uses User.Classorg.springframework.social.securitySpring Social
SocialUserDetailsInterfaceorg.springframework.social.securitySpring Social
SocialUserDetailsServiceInterfaceorg.springframework.social.securitySpring Social
SpringSocialConfigurerConfigurer that adds SocialAuthenticationFilter to Spring Security's filter chain.Classorg.springframework.social.securitySpring Social
SpringSocialDialectThymeleaf dialect offering Spring Social connectivity integration.Classorg.springframework.social.connect.web.thymeleafSpring Social
TokenStrategyStrategy enumeration where each value carries an interceptor defining how an access token is carried on API requests.Classorg.springframework.social.oauth2Spring Social
UncategorizedApiExceptionIndicates that an otherwise uncategorized error occurred while consuming a provider API.Classorg.springframework.socialSpring Social
URIBuilderBuilds up a URI from individual URI components.Classorg.springframework.social.supportSpring Social
URIBuilderExceptionException thrown when URIBuilder can't build the specified URI.Classorg.springframework.social.supportSpring Social
UserIdSourceInterfaceorg.springframework.socialSpring Social
UserProfileA normalized model representing a service provider user profile.Classorg.springframework.social.connectSpring Social
UserProfileBuilderBuilder for constructing a UserProfile instance returned by ApiAdapter.Classorg.springframework.social.connectSpring Social
UsersConnectionRepositoryA data access interface for managing a global store of users connections to service providers.Interfaceorg.springframework.social.connectSpring Social
AccountClassorg.springframework.social.facebook.apiSpring Social
AchievementModel class representing an achievement.Classorg.springframework.social.facebook.apiSpring Social
Achievement .AchievementDataClassorg.springframework.social.facebook.apiSpring Social
AchievementOperationsDefines operations for working with Facebook achievements.Interfaceorg.springframework.social.facebook.apiSpring Social
AchievementTypeModel class representing an achievement type.Classorg.springframework.social.facebook.apiSpring Social
AchievementType .ImageClassorg.springframework.social.facebook.apiSpring Social
ActionClassorg.springframework.social.facebook.apiSpring Social
ActionMetadataClassorg.springframework.social.facebook.apiSpring Social
AgeRangeEnum representing a user's age range.Classorg.springframework.social.facebook.apiSpring Social
AlbumModel class representing a Facebook photo album.Classorg.springframework.social.facebook.apiSpring Social
Album .PrivacyClassorg.springframework.social.facebook.apiSpring Social
Album .TypeClassorg.springframework.social.facebook.apiSpring Social
ApplicationReferenceModel class representing a reference to an application.Classorg.springframework.social.facebook.apiSpring Social
BookActionsDefines operations for publishing OpenGraph actions pertaining to books.Interfaceorg.springframework.social.facebook.apiSpring Social
BookActionsTemplateClassorg.springframework.social.facebook.api.implSpring Social
CanvasSignInControllerSign in controller that uses the signed_request parameter that Facebook gives to Canvas applications to obtain an access token.Classorg.springframework.social.facebook.webSpring Social
CommentModel class representing a comment.Classorg.springframework.social.facebook.apiSpring Social
CommentOperationsDefines operations for reading and posting comments to Facebook.Interfaceorg.springframework.social.facebook.apiSpring Social
CountedListClassorg.springframework.social.facebook.apiSpring Social
CoverPhotoModel class representing a user's or a page's cover photo.Classorg.springframework.social.facebook.apiSpring Social
CurrencyClassorg.springframework.social.facebook.apiSpring Social
DeviceClassorg.springframework.social.facebook.apiSpring Social
DisconnectControllerSpring MVC controller for handling deauthorization callbacks from Facebook as described at https://developers.Classorg.springframework.social.facebook.webSpring Social
EducationExperienceModel class representing an entry in a user's education history.Classorg.springframework.social.facebook.apiSpring Social
EngagementClassorg.springframework.social.facebook.apiSpring Social
EventModel class representing an event.Classorg.springframework.social.facebook.apiSpring Social
Event .PrivacyClassorg.springframework.social.facebook.apiSpring Social
EventInviteeModel class representing someone who has been invited to an event.Classorg.springframework.social.facebook.apiSpring Social
EventOperationsDefines operations for creating and reading event data as well as RSVP'ing to events on behalf of a user.Interfaceorg.springframework.social.facebook.apiSpring Social
ExperienceModel class representing an experience.Classorg.springframework.social.facebook.apiSpring Social
FacebookInterface specifying a basic set of operations for interacting with Facebook.Interfaceorg.springframework.social.facebook.apiSpring Social
FacebookAdapterFacebook ApiAdapter implementation.Classorg.springframework.social.facebook.connectSpring Social
FacebookApiHelperSupport class for JavaConfig and XML configuration support.Classorg.springframework.social.facebook.config.supportSpring Social
FacebookAuthenticationServiceClassorg.springframework.social.facebook.securitySpring Social
FacebookConnectionFactoryFacebook ConnectionFactory implementation.Classorg.springframework.social.facebook.connectSpring Social
FacebookCookieParserHelper class that helps extract data from a Facebook cookie.Classorg.springframework.social.facebook.webSpring Social
FacebookCookieValueAnnotation 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.Classorg.springframework.social.facebook.webSpring Social
FacebookErrorRepresents an error returned from a bad Graph API request.Classorg.springframework.social.facebook.apiSpring Social
FacebookErrorsA set of constants for all of Facebook's error codes.Classorg.springframework.social.facebook.apiSpring Social
FacebookInitTagJSP Tag for initializing Facebook's JavaScript API.Classorg.springframework.social.facebook.webSpring Social
FacebookLinkModel class representing a link to be posted to a users Facebook wall.Classorg.springframework.social.facebook.apiSpring Social
FacebookModuleJackson module for setting up mixin annotations on Facebook model types.Classorg.springframework.social.facebook.api.impl.jsonSpring Social
FacebookNamespaceHandlerClassorg.springframework.social.facebook.config.xmlSpring Social
FacebookObjectBase class for all Facebook types.Classorg.springframework.social.facebook.apiSpring Social
FacebookServiceProviderFacebook ServiceProvider implementation.Classorg.springframework.social.facebook.connectSpring Social
FacebookTemplateThis is the central class for interacting with Facebook.Classorg.springframework.social.facebook.api.implSpring Social
FacebookWebArgumentResolverWeb argument resolver that resolves arguments annotated with FacebookCookieValue.Classorg.springframework.social.facebook.webSpring Social
FamilyMemberClassorg.springframework.social.facebook.apiSpring Social
FeedOperationsInterface defining operations that can be performed on a Facebook feed.Interfaceorg.springframework.social.facebook.apiSpring Social
FitnessActionsDefines operations for publishing OpenGraph actions pertaining to fitness.Interfaceorg.springframework.social.facebook.apiSpring Social
FitnessActionsTemplateClassorg.springframework.social.facebook.api.implSpring Social
FqlExceptionException indicating a problem with performing an FQL query.Classorg.springframework.social.facebook.apiSpring Social
FqlResultRepresents a single result item from an FQL query.Classorg.springframework.social.facebook.apiSpring Social
FqlResultMapperAn interface used by FqlTemplate to map FQL results to objects of a specific type, on a per-object basis.Interfaceorg.springframework.social.facebook.apiSpring Social
FriendListClassorg.springframework.social.facebook.apiSpring Social
FriendOperationsDefines operations for interacting with a user's friends and friend lists.Interfaceorg.springframework.social.facebook.apiSpring Social
GeneralActionsDefines operations for publishing general OpenGraph actions such as "og.Interfaceorg.springframework.social.facebook.apiSpring Social
GeneralActionsTemplateClassorg.springframework.social.facebook.api.implSpring Social
GraphApiInterfaceorg.springframework.social.facebook.apiSpring Social
GroupModel class representing a Group.Classorg.springframework.social.facebook.apiSpring Social
Group .PrivacyClassorg.springframework.social.facebook.apiSpring Social
GroupMemberReferenceModel class representing a reference to a group member.Classorg.springframework.social.facebook.apiSpring Social
GroupMembershipClassorg.springframework.social.facebook.apiSpring Social
GroupOperationsDefines operations for retrieving data about groups and group members.Interfaceorg.springframework.social.facebook.apiSpring Social
ImageSourceA domain type representing an image source.Classorg.springframework.social.facebook.apiSpring Social
ImageTypeClassorg.springframework.social.facebook.apiSpring Social
InvitationModel class representing an invitation to an event.Classorg.springframework.social.facebook.apiSpring Social
LikeOperationsDefines operations for working with a user's likes and interests.Interfaceorg.springframework.social.facebook.apiSpring Social
ListAndCountContains a list of comments and a count of the total number of comments for a post or checkin.Classorg.springframework.social.facebook.apiSpring Social
ListenActionMetadataClassorg.springframework.social.facebook.apiSpring Social
LocationModel class representing a location of a place that a user may check into in Facebook Places.Classorg.springframework.social.facebook.apiSpring Social
MailingAddressModel class representing a location of a place that a user may check into in Facebook Places.Classorg.springframework.social.facebook.apiSpring Social
MediaOperationsDefines operations for working with albums, photos, and videos.Interfaceorg.springframework.social.facebook.apiSpring Social
MessageTagClassorg.springframework.social.facebook.apiSpring Social
MessageTagMapDeserializerClassorg.springframework.social.facebook.api.impl.jsonSpring Social
MissingNamespaceExceptionException indicating that an attempt was made to publish an OpenGraph action without specifying an application namespace.Classorg.springframework.social.facebook.apiSpring Social
MusicActionsDefines operations for publishing OpenGraph actions pertaining to listening to music.Interfaceorg.springframework.social.facebook.apiSpring Social
MusicActionsTemplateClassorg.springframework.social.facebook.api.implSpring Social
NotAFriendExceptionException thrown when attempting an operation that requires a target user to be a friend of the authenticated user.Classorg.springframework.social.facebook.apiSpring Social
OpenGraphOperationsDefines operations for working with Facebook OpenGraph actions.Interfaceorg.springframework.social.facebook.apiSpring Social
PageModel class representing a Facebook page.Classorg.springframework.social.facebook.apiSpring Social
Page .PriceRangeClassorg.springframework.social.facebook.apiSpring Social
PageAdministrationExceptionException thrown when attempting to perform an operation on a page by a user who is not a page administrator.Classorg.springframework.social.facebook.apiSpring Social
PagedListClassorg.springframework.social.facebook.apiSpring Social
PagedListUtilsClassorg.springframework.social.facebook.api.implSpring Social
PageOperationsInterface defining operations that can be performed on a Facebook pages.Interfaceorg.springframework.social.facebook.apiSpring Social
PageParkingClassorg.springframework.social.facebook.apiSpring Social
PagePaymentOptionsClassorg.springframework.social.facebook.apiSpring Social
PagePostDataAn object that represents a new post to be created.Classorg.springframework.social.facebook.apiSpring Social
PageRestaurantServicesClassorg.springframework.social.facebook.apiSpring Social
PageRestaurantSpecialtiesClassorg.springframework.social.facebook.apiSpring Social
PageUpdateAn object that captures data used to update a Page.Classorg.springframework.social.facebook.apiSpring Social
PagingParametersCarries parameters to describe a paged set of results.Classorg.springframework.social.facebook.apiSpring Social
PaymentPricePointDomain type representing a payment price point.Classorg.springframework.social.facebook.apiSpring Social
PaymentPricePointsDomain type carrying lists payment price points.Classorg.springframework.social.facebook.apiSpring Social
PermissionRepresents a user permission, whether granted or declined.Classorg.springframework.social.facebook.apiSpring Social
PhotoModel class representing a photo.Classorg.springframework.social.facebook.apiSpring Social
Photo .ImageClassorg.springframework.social.facebook.apiSpring Social
Photo .TimeGranularityClassorg.springframework.social.facebook.apiSpring Social
PlaceDomain object representing a place.Classorg.springframework.social.facebook.apiSpring Social
PlaceTagClassorg.springframework.social.facebook.apiSpring Social
PostModel class representing an entry in a feed.Classorg.springframework.social.facebook.apiSpring Social
Post .AdminCreatorClassorg.springframework.social.facebook.apiSpring Social
Post .FriendsPrivacyTypeClassorg.springframework.social.facebook.apiSpring Social
Post .PostTypeClassorg.springframework.social.facebook.apiSpring Social
Post .PrivacyClassorg.springframework.social.facebook.apiSpring Social
Post .PrivacyTypeClassorg.springframework.social.facebook.apiSpring Social
Post .StatusTypeClassorg.springframework.social.facebook.apiSpring Social
PostDataAn object that represents a new post to be created.Classorg.springframework.social.facebook.apiSpring Social
PostPropertyClassorg.springframework.social.facebook.apiSpring Social
PostPropertyMixinClassorg.springframework.social.facebook.api.impl.jsonSpring Social
ProfilePictureSourceDomain type representing a profile picture.Classorg.springframework.social.facebook.apiSpring Social
RatingActionMetadataCarries metadata related to a rating action (such as rating a book or a movie).Classorg.springframework.social.facebook.apiSpring Social
RealTimeUpdateRepresents a real-time update from Facebook.Classorg.springframework.social.facebook.webSpring Social
RealTimeUpdate .EntryRepresents a single change entry.Classorg.springframework.social.facebook.webSpring Social
RealTimeUpdateControllerA Spring MVC controller that handles callbacks from Facebook's Real-Time Update API.Classorg.springframework.social.facebook.webSpring Social
ReferenceA simple reference to another Facebook object without the complete set of object data.Classorg.springframework.social.facebook.apiSpring Social
ResourceOwnershipExceptionException thrown when attempting to perform operation on a resource that must be owned by the authenticated user,but is not.Classorg.springframework.social.facebook.apiSpring Social
RestaurantServicesClassorg.springframework.social.facebook.apiSpring Social
RsvpStatusEnumeration of statuses that an invitee may have for an event.Classorg.springframework.social.facebook.apiSpring Social
SecuritySettingsDomain type representing security settings.Classorg.springframework.social.facebook.apiSpring Social
SecuritySettings .SecureBrowsingClassorg.springframework.social.facebook.apiSpring Social
SignedRequestClassorg.springframework.social.facebook.webSpring Social
SignedRequestArgumentResolverWeb argument resolver for controller handler method arguments that are annotated with SignedRequest.Classorg.springframework.social.facebook.webSpring Social
SignedRequestDecoderUtility class for extracting the payload of a signed request sent by Facebook.Classorg.springframework.social.facebook.webSpring Social
SignedRequestExceptionException thrown by SignedRequestDecoder when there is a problem in decoding the signed_request parameter.Classorg.springframework.social.facebook.webSpring Social
SocialContextOperationsAPI Binding for Facebook social context queries.Interfaceorg.springframework.social.facebook.apiSpring Social
StoryAttachmentDomain type that represents an attachment to a story, post, comment, etc.Classorg.springframework.social.facebook.apiSpring Social
StoryAttachment .StoryAttachmentMediaDomain type representing the media of an attachment.Classorg.springframework.social.facebook.apiSpring Social
StoryAttachment .StoryAttachmentTargetDomain type representing the target of an attachment.Classorg.springframework.social.facebook.apiSpring Social
TagModel class representing a tagged user in a video, photo, or checkin.Classorg.springframework.social.facebook.apiSpring Social
TestUserClassorg.springframework.social.facebook.apiSpring Social
TestUserOperationsInterfaceorg.springframework.social.facebook.apiSpring Social
TestUserTemplateClassorg.springframework.social.facebook.api.implSpring Social
UpdateHandlerStrategy interface for handling real time updates.Interfaceorg.springframework.social.facebook.webSpring Social
UserModel class containing a Facebook user's profile information.Classorg.springframework.social.facebook.apiSpring Social
UserIdForAppClassorg.springframework.social.facebook.apiSpring Social
UserInvitableFriendDomain type representing an invitable friend.Classorg.springframework.social.facebook.apiSpring Social
UserOperationsInterfaceorg.springframework.social.facebook.apiSpring Social
UserTaggableFriendDomain type representing a taggable friend.Classorg.springframework.social.facebook.apiSpring Social
VideoModel class representing a video.Classorg.springframework.social.facebook.apiSpring Social
Video .VideoFormatClassorg.springframework.social.facebook.apiSpring Social
VideoActionsDefines operations for publishing OpenGraph actions pertaining to listening to music.Interfaceorg.springframework.social.facebook.apiSpring Social
VideoActionsTemplateClassorg.springframework.social.facebook.api.implSpring Social
VideoUploadLimitsDomain type describing limits on the time length and size of videos that can be uploaded.Classorg.springframework.social.facebook.apiSpring Social
VoipInfoClassorg.springframework.social.facebook.apiSpring Social
WatchActionMetadataClassorg.springframework.social.facebook.apiSpring Social
WorkEntryModel class representing an entry in the user's work history.Classorg.springframework.social.facebook.apiSpring Social
WorkEntry .ProjectClassorg.springframework.social.facebook.apiSpring Social
AccountSettingsModel class representing Twitter account settings.Classorg.springframework.social.twitter.apiSpring Social
AccountSettings .SleepTimeThe account's mobile update sleep time settings.Classorg.springframework.social.twitter.apiSpring Social
AccountSettings .TimeZoneThe account's timezone settings.Classorg.springframework.social.twitter.apiSpring Social
AccountSettings .TrendLocationThe account's trend location settings.Classorg.springframework.social.twitter.apiSpring Social
AccountSettingsDataBuilder for account settings data used to update a user's account settings.Classorg.springframework.social.twitter.api.implSpring Social
BlockOperationsInterfaceorg.springframework.social.twitter.apiSpring Social
CursoredListList that includes previous and next cursors for paging through items returned from Twitter in cursored pages.Classorg.springframework.social.twitter.apiSpring Social
CursorUtilsClassorg.springframework.social.twitter.api.implSpring Social
DirectMessageRepresents a direct message.Classorg.springframework.social.twitter.apiSpring Social
DirectMessageOperationsInterface defining the Twitter operations for working with direct messages.Interfaceorg.springframework.social.twitter.apiSpring Social
EntitiesA json representation of entities found within twitter status objects.Classorg.springframework.social.twitter.apiSpring Social
FilterStreamParametersDefines the parameters of a filtered stream.Classorg.springframework.social.twitter.apiSpring Social
FriendOperationsInterface defining the operations for working with a user's friends and followers.Interfaceorg.springframework.social.twitter.apiSpring Social
GeoCodeClassorg.springframework.social.twitter.apiSpring Social
GeoCode .UnitClassorg.springframework.social.twitter.apiSpring Social
GeoOperationsInterface defining the Twitter operations for working with locations.Interfaceorg.springframework.social.twitter.apiSpring Social
GeoTemplateClassorg.springframework.social.twitter.api.implSpring Social
HashTagEntityA representation of tweet hashtags.Classorg.springframework.social.twitter.apiSpring Social
ImageSizeenum ImageSizeextends EnumEnumeration of image sizes supported by TwitterClassorg.springframework.social.twitter.apiSpring Social
InvalidMessageRecipientExceptionException thrown when an attempt is made to send a direct message to aninvalid recipient; that is, a recipient who is not following theClassorg.springframework.social.twitter.apiSpring Social
ListOperationsInterface defining the operations for working with a user's lists.Interfaceorg.springframework.social.twitter.apiSpring Social
MediaEntityA representation of embedded media entity.Classorg.springframework.social.twitter.apiSpring Social
MentionEntityA user mention entity.Classorg.springframework.social.twitter.apiSpring Social
MessageTooLongExceptionException indicating that an attempt was made to post a status or send a direct message where the length exceeds Twitter's 140 character limit.Classorg.springframework.social.twitter.apiSpring Social
OEmbedOptionsClassorg.springframework.social.twitter.apiSpring Social
OEmbedTweetRepresents an oEmbed Tweet object.Classorg.springframework.social.twitter.apiSpring Social
PlaceRepresents a place that a Twitter user may send a tweet from.Classorg.springframework.social.twitter.apiSpring Social
Place .GeometryRepresents a place's geometry.Classorg.springframework.social.twitter.apiSpring Social
Place .GeometryTypeClassorg.springframework.social.twitter.apiSpring Social
Place .GeoPointRepresents a point in geospace (e.Classorg.springframework.social.twitter.apiSpring Social
PlacePrototypeRepresents a new place that could be created.Classorg.springframework.social.twitter.apiSpring Social
PlaceTypeenum PlaceTypeextends EnumEnum Constant SummaryADMINClassorg.springframework.social.twitter.apiSpring Social
RateLimitStatusCarries data concerning the rate limit status.Classorg.springframework.social.twitter.apiSpring Social
RateLimitStatusDeserializerClassorg.springframework.social.twitter.api.implSpring Social
RateLimitStatusHolderClassorg.springframework.social.twitter.api.implSpring Social
ResourceFamilyenum ResourceFamilyextends EnumAn enum to facilitate the use of the rate_limit_status endpoint by enumerating all of the resourceClassorg.springframework.social.twitter.apiSpring Social
SavedSearchRepresents a saved search.Classorg.springframework.social.twitter.apiSpring Social
SearchMetadataRepresents the cursor metadata associated with a search query via the Twitter Search API.Classorg.springframework.social.twitter.apiSpring Social
SearchOperationsInterface defining the operations for searching Twitter and retrieving trending data.Interfaceorg.springframework.social.twitter.apiSpring Social
SearchParametersTwitter search parameters.Classorg.springframework.social.twitter.apiSpring Social
SearchParameters .ResultTypeResultType enumeration.Classorg.springframework.social.twitter.apiSpring Social
SearchResultsRepresents the results of a Twitter search, including matching Tweetsand any metadata associated with that search.Classorg.springframework.social.twitter.apiSpring Social
SimilarPlacesRepresents the results of a similar places search.Classorg.springframework.social.twitter.apiSpring Social
StatusDetailsCarries optional metadata pertaining to a Twitter status update.Classorg.springframework.social.twitter.apiSpring Social
StreamInterfaceorg.springframework.social.twitter.apiSpring Social
StreamDeleteEventA stream event indicating that a tweet should be removed from the client.Classorg.springframework.social.twitter.apiSpring Social
StreamingExceptionIndicates an error while setting up a stream with the Twitter streaming API.Classorg.springframework.social.twitter.apiSpring Social
StreamingOperationsInterfaceorg.springframework.social.twitter.apiSpring Social
StreamListenerListener interface for clients consuming data from a Twitter stream.Interfaceorg.springframework.social.twitter.apiSpring Social
StreamWarningEventA stream event warning that the client is stalling and is in danger of being disconnected.Classorg.springframework.social.twitter.apiSpring Social
SuggestionCategoryRepresents a suggestion category; a category of users that Twitter may suggest that a user follow.Classorg.springframework.social.twitter.apiSpring Social
TickerSymbolEntityA representation of embedded ticker symbol entity.Classorg.springframework.social.twitter.apiSpring Social
TimelineOperationsInterface defining the operations for sending and retrieving tweets.Interfaceorg.springframework.social.twitter.apiSpring Social
TrendRepresents a single trending topic.Classorg.springframework.social.twitter.apiSpring Social
TrendsRepresents a list of trending topics at a specific point in time.Classorg.springframework.social.twitter.apiSpring Social
TweetRepresents a Twitter status update (e.Classorg.springframework.social.twitter.apiSpring Social
TweetDataClassorg.springframework.social.twitter.apiSpring Social
TwitterInterface specifying a basic set of operations for interacting with Twitter.Interfaceorg.springframework.social.twitter.apiSpring Social
TwitterAdapterTwitter ApiAdapter implementation.Classorg.springframework.social.twitter.connectSpring Social
TwitterApiHelperMethods inherited from class java.Classorg.springframework.social.twitter.config.supportSpring Social
TwitterAuthenticationServiceNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.springframework.social.twitter.securitySpring Social
TwitterConnectionFactoryTwitter ConnectionFactory implementation.Classorg.springframework.social.twitter.connectSpring Social
TwitterNamespaceHandlerNamespaceHandler for Spring SocialConstructor SummaryTwitterNamespaceHandler()Classorg.springframework.social.twitter.config.xmlSpring Social
TwitterObjectBase class for all Twitter types.Classorg.springframework.social.twitter.apiSpring Social
TwitterProfileModel class representing a Twitter user's profile information.Classorg.springframework.social.twitter.apiSpring Social
TwitterServiceProviderTwitter ServiceProvider implementation.Classorg.springframework.social.twitter.connectSpring Social
TwitterTemplateThis is the central class for interacting with Twitter.Classorg.springframework.social.twitter.api.implSpring Social
UrlEntityA representation of a URL found within a tweet entity.Classorg.springframework.social.twitter.apiSpring Social
UserListRepresents a user-defined list.Classorg.springframework.social.twitter.apiSpring Social
UserOperationsInterface defining the operations for retrieving information about Twitter users.Interfaceorg.springframework.social.twitter.apiSpring Social
UserStreamParametersDefines the parameters of a user stream.Classorg.springframework.social.twitter.apiSpring Social
UserStreamParameters .WithOptionsClassorg.springframework.social.twitter.apiSpring Social