org.springframework.social.security
Interface SocialUserDetailsService
public interface SocialUserDetailsService
similar to UserDetailsService
but loads details by user id, not username
- Author:
- Stefan Fussennegger
loadUserByUserId
SocialUserDetails loadUserByUserId(java.lang.String userId)
throws org.springframework.security.core.userdetails.UsernameNotFoundException,
org.springframework.dao.DataAccessException
- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException
- See Also:
UserDetailsService.loadUserByUsername(String)