public interface OAuth2UserDetailsService
Used by FormLoginAuthenticationProvider
as a strategy for retrieving the user to
authenticate.
OAuth2UserDetails
Modifier and Type | Method and Description |
---|---|
OAuth2UserDetails |
loadAnonymousCsrUser(String clientId) |
OAuth2UserDetails |
loadUserByClientIdAndUsername(String clientId,
String username) |
boolean |
usernameExists(String clientId,
String username) |
OAuth2UserDetails loadUserByClientIdAndUsername(String clientId, String username)
OAuth2UserDetails loadAnonymousCsrUser(String clientId)
Copyright © 2021. All rights reserved.