public interface AuthenticationUserDetailsService<T extends Authentication>
Modifier and Type | Method and Description |
---|---|
UserDetails |
loadUserDetails(T token) |
UserDetails loadUserDetails(T token) throws UsernameNotFoundException
token
- The pre-authenticated authentication tokenUsernameNotFoundException
- if no user details can be found for the given
authentication token