public interface SocialUserDetailsService
UserDetailsService but loads details by user id, not username| Modifier and Type | Method and Description |
|---|---|
SocialUserDetails |
loadUserByUserId(String userId) |
SocialUserDetails loadUserByUserId(String userId) throws org.springframework.security.core.userdetails.UsernameNotFoundException
userId - the user ID used to lookup the user detailsorg.springframework.security.core.userdetails.UsernameNotFoundExceptionUserDetailsService.loadUserByUsername(String)