Interface OAuth2UserDetails
-
- All Superinterfaces:
Serializable
,org.springframework.security.core.userdetails.UserDetails
- All Known Implementing Classes:
DefaultOAuth2UserDetails
public interface OAuth2UserDetails extends org.springframework.security.core.userdetails.UserDetails
- Author:
- Nick Crum (ncrum)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientId()
String
getId()
Map<String,Map<String,Set<String>>>
getRestrictedAuthorities()
Map<String,Set<String>>
getRestrictions()
boolean
isImpersonationAllowed()
-