@Service public class CustomUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
用户表 服务实现类
| Constructor and Description |
|---|
CustomUserDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String secUserId) |
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String secUserId) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionCopyright © 2020. All Rights Reserved.