public interface SocialUserDetailsService
UserDetailsService
but loads details by user id, not usernameModifier 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.UsernameNotFoundException
UserDetailsService.loadUserByUsername(String)