Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.social.connect Classes and Interfaces - 42 results found.
NameDescriptionTypePackageFramework
AbstractConnectionBase support class for Connection implementations.Classorg.springframework.social.connect.supportSpring Social
ApiAdapterAn adapter that bridges between the uniform Connection model and a specific provider API model.Interfaceorg.springframework.social.connectSpring Social
BaseSocialConnectedTagSocialConnectedTag and SocialNotConnectedTag extend toprovide functionality within a JSP to determine if you are connected to aClassorg.springframework.social.connect.web.taglibSpring 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
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
GenericConnectionStatusViewGeneric View implementation that displays the connection statis for a provider.Classorg.springframework.social.connect.webSpring Social
HttpSessionSessionStrategyClassorg.springframework.social.connect.webSpring Social
InMemoryUsersConnectionRepositoryUsersConnectionRepository that stores connections in memory.Classorg.springframework.social.connect.memSpring Social
JdbcUsersConnectionRepositoryUsersConnectionRepository that uses the JDBC API to persist connection data to a relational database.Classorg.springframework.social.connect.jdbcSpring 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
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
OAuth1ConnectionAn OAuth1-based Connection implementation.Classorg.springframework.social.connect.supportSpring Social
OAuth1ConnectionFactoryFactory for creating OAuth1-based Connections.Classorg.springframework.social.connect.supportSpring Social
OAuth2ConnectionAn OAuth2-based Connection implementation.Classorg.springframework.social.connect.supportSpring Social
OAuth2ConnectionFactoryFactory for creating OAuth2-based Connections.Classorg.springframework.social.connect.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
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
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
SocialConnectedTagJSP Tag to return true/false if you're connected to a provider.Classorg.springframework.social.connect.web.taglibSpring Social
SocialNotConnectedTagJSP Tag to return true/false if you're NOT connected to a provider.Classorg.springframework.social.connect.web.taglibSpring Social
SpringSocialDialectThymeleaf dialect offering Spring Social connectivity integration.Classorg.springframework.social.connect.web.thymeleafSpring 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