All Classes
-
All Classes Interface Summary Class Summary Class Description BaseSocialConnectedTag SocialConnectedTagandSocialNotConnectedTagextend to provide functionality within a JSP to determine if you are connected to a provider or not.ConnectController Generic UI controller for managing the account-to-service-provider connection flow.ConnectInterceptor<S> Listens for service provider connection events.ConnectSupport Provides common connect support and utilities for Java web/servlet environments.DisconnectInterceptor<S> Listens for service provider disconnection events.ProviderSignInAttempt Models an attempt to sign-in to the application using a provider user identity.ProviderSignInController Spring MVC Controller for handling the provider user sign-in flow.ProviderSignInInterceptor<S> Listens for service provider sign in events.ProviderSignInUtils Helper methods that support provider user sign-in scenarios.ReconnectFilter Servlet filter that intercepts Spring SocialApiExceptions thrown in the course of a request and attempts to reconcile any connection-related problems by deleting the stale/revoked connection and walking the user through the connection process to obtain a new connection.SignInAdapter Adapter that bridges between aProviderSignInControllerand a application-specific user sign-in service.SocialConnectedTag JSP Tag to return true/false if you're connected to a provider.SocialNotConnectedTag JSP Tag to return true/false if you're NOT connected to a provider.