@Component public class UserDetailService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
| Constructor and Description |
|---|
UserDetailService(UserService userService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String username) |
@Autowired public UserDetailService(UserService userService)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.