Interface AuthenticationUserDetailsService<T extends Authentication>

    • Method Detail

      • loadUserDetails

        UserDetails loadUserDetails​(T token)
                             throws UsernameNotFoundException
        Parameters:
        token - The pre-authenticated authentication token
        Returns:
        UserDetails for the given authentication token, never null.
        Throws:
        UsernameNotFoundException - if no user details can be found for the given authentication token