public class ChainedUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
| Constructor and Description |
|---|
ChainedUserDetailsService(List<org.springframework.security.core.userdetails.UserDetailsService> delegates) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String s) |
public ChainedUserDetailsService(List<org.springframework.security.core.userdetails.UserDetailsService> delegates)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String s) throws org.springframework.security.core.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionorg.springframework.dao.DataAccessException