Package org.springframework.social.security
-
Interface Summary Interface Description SocialAuthenticationServiceLocator SocialUserDetails SocialUserDetailsService similar toUserDetailsServicebut loads details by user id, not username -
Class Summary Class Description AuthenticationNameUserIdSource Implementation of UserIdSource that returns the Spring SecurityAuthentication's name as the user ID.SocialAuthenticationFailureHandler SocialAuthenticationFilter Filter for handling the provider sign-in flow within the Spring Security filter chain.SocialAuthenticationProvider AuthenticationProviderfor spring-social basedServiceProvidersSocialAuthenticationServiceRegistry SocialAuthenticationToken Authentication token for social authentication, e.g.SocialUser simple utility class that usesUser.getUsername()asSocialUserDetails.getUserId()for SocialUserDetails -
Exception Summary Exception Description 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.