Interface OAuth2UserDetailsService

All Known Implementing Classes:
DefaultOAuth2UserDetailsService

public interface OAuth2UserDetailsService
Core interface which loads user-specific data for a certain OAuth2 client.

Used by FormLoginAuthenticationProvider as a strategy for retrieving the user to authenticate.

Author:
Nick Crum (ncrum)
See Also: