@Service(value="api2_userDetailsService") public class UserDetailsServiceImpl extends Object implements org.springframework.security.core.userdetails.UserDetailsService
| Constructor and Description |
|---|
UserDetailsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String key) |
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String key) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionCopyright © 2017. All rights reserved.