@Service(value="dbUserDetailsService")
@ConditionalOnProperty(value="authentication.source",
havingValue="db")
public class UserDetailsServiceImpl
extends Object
implements org.springframework.security.core.userdetails.UserDetailsService
| Constructor and Description |
|---|
UserDetailsServiceImpl() |
public final TokenUser loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionCopyright © 2018–2020 ODPi. All rights reserved.