@Component public class UserDetailsServiceImpl extends Object implements org.springframework.security.core.userdetails.UserDetailsService
| 构造器和说明 |
|---|
UserDetailsServiceImpl(framework.security.AccountLoader accountLoader) |
public UserDetailsServiceImpl(framework.security.AccountLoader accountLoader)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername 在接口中 org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionCopyright © 2023. All rights reserved.