See: Description
Interface | Description |
---|---|
ConnectInterceptor<S> |
Listens for service provider connection events.
|
DisconnectInterceptor<S> |
Listens for service provider disconnection events.
|
ProviderSignInInterceptor<S> |
Listens for service provider sign in events.
|
SessionStrategy | |
SignInAdapter |
Adapter that bridges between a
ProviderSignInController and a application-specific user sign-in service. |
Class | Description |
---|---|
ConnectController |
Generic UI controller for managing the account-to-service-provider connection flow.
|
ConnectSupport |
Provides common connect support and utilities for Java web/servlet environments.
|
GenericConnectionStatusView |
Generic
View implementation that displays the connection statis for a provider. |
HttpSessionSessionStrategy | |
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.
|
ProviderSignInUtils |
Helper methods that support provider user sign-in scenarios.
|
ReconnectFilter |
Servlet filter that intercepts Spring Social
ApiException s 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. |
SessionUserIdSource |
UserIdSource implementation that uses the session ID as the user ID. |