@Component public class UserDetailsService extends Object implements org.springframework.security.userdetails.UserDetailsService
| Constructor and Description |
|---|
UserDetailsService() |
public org.springframework.security.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername in interface org.springframework.security.userdetails.UserDetailsServiceorg.springframework.security.userdetails.UsernameNotFoundExceptionorg.springframework.dao.DataAccessExceptionUserDetailsService.loadUserByUsername(String)