| Name | Description | Type | Package | Framework |
| BaseSocialConnectedTag | SocialConnectedTag and SocialNotConnectedTag extend toprovide functionality within a JSP to determine if you are connected to a | Class | org.springframework.social.connect.web.taglib | Spring Social |
| ConnectController | Generic UI controller for managing the account-to-service-provider connection flow. | Class | org.springframework.social.connect.web | Spring Social |
| ConnectInterceptor | Listens for service provider connection events. | Interface | org.springframework.social.connect.web | Spring Social |
| ConnectSupport | Provides common connect support and utilities for Java web/servlet environments. | Class | org.springframework.social.connect.web | Spring Social |
| DisconnectInterceptor | Listens for service provider disconnection events. | Interface | org.springframework.social.connect.web | Spring Social |
| GenericConnectionStatusView | Generic View implementation that displays the connection statis for a provider. | Class | org.springframework.social.connect.web | Spring Social |
| HttpSessionSessionStrategy | Class | org.springframework.social.connect.web | Spring Social | |
| ProviderSignInAttempt | Models an attempt to sign-in to the application using a provider user identity. | Class | org.springframework.social.connect.web | Spring Social |
| ProviderSignInController | Spring MVC Controller for handling the provider user sign-in flow. | Class | org.springframework.social.connect.web | Spring Social |
| ProviderSignInInterceptor | Listens for service provider sign in events. | Interface | org.springframework.social.connect.web | Spring Social |
| ProviderSignInUtils | Helper methods that support provider user sign-in scenarios. | Class | org.springframework.social.connect.web | Spring Social |
| ReconnectFilter | Servlet 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. | Class | org.springframework.social.connect.web | Spring Social |
| SessionStrategy | Interface | org.springframework.social.connect.web | Spring Social | |
| SessionUserIdSource | UserIdSource implementation that uses the session ID as the user ID. | Class | org.springframework.social.connect.web | Spring Social |
| SignInAdapter | Adapter that bridges between a ProviderSignInController and a application-specific user sign-in service. | Interface | org.springframework.social.connect.web | Spring Social |
| SocialConnectedTag | JSP Tag to return true/false if you're connected to a provider. | Class | org.springframework.social.connect.web.taglib | Spring Social |
| SocialNotConnectedTag | JSP Tag to return true/false if you're NOT connected to a provider. | Class | org.springframework.social.connect.web.taglib | Spring Social |
| SpringSocialDialect | Thymeleaf dialect offering Spring Social connectivity integration. | Class | org.springframework.social.connect.web.thymeleaf | Spring Social |