Spring Social

Package org.springframework.social.security

Interface Summary
SocialAuthenticationServiceLocator  
SocialUserDetails  
SocialUserDetailsService similar to UserDetailsService but loads details by user id, not username
 

Class Summary
AuthenticationNameUserIdSource Implementation of UserIdSource that returns the Spring Security Authentication's name as the user ID.
SocialAuthenticationFailureHandler  
SocialAuthenticationFilter Filter for handling the provider sign-in flow within the Spring Security filter chain.
SocialAuthenticationProvider AuthenticationProvider for spring-social based ServiceProviders
SocialAuthenticationServiceRegistry  
SocialAuthenticationToken Authentication token for social authentication, e.g.
SocialUser simple utility class that uses User.getUsername() as SocialUserDetails.getUserId() for SocialUserDetails
 

Exception Summary
SocialAuthenticationException Indicates an error while authenticating against a social provider.
SocialAuthenticationRedirectException Indicates the need to perform a redirect in the course of authenticating with a social provider.
 


Spring Social