Spring Social

Package org.springframework.social.connect.web

Spring MVC Controller for controlling ServiceProvider connect operations.

See:
          Description

Interface Summary
ConnectInterceptor<S> Listens for service provider connection events.
SignInAdapter Adapter that bridges between a ProviderSignInController and a application-specific user sign-in service.
 

Class Summary
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.
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.
 

Package org.springframework.social.connect.web Description

Spring MVC Controller for controlling ServiceProvider connect operations.


Spring Social