public interface SocialUserDetailsService
UserDetailsService but loads details by user id, not username| Modifier and Type | Method and Description |
|---|---|
SocialUserDetails |
loadUserByUserId(java.lang.String userId) |
SocialUserDetails loadUserByUserId(java.lang.String userId) throws org.springframework.security.core.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
org.springframework.security.core.userdetails.UsernameNotFoundExceptionorg.springframework.dao.DataAccessExceptionUserDetailsService.loadUserByUsername(String)