public interface OAuth2UserDetails
extends org.springframework.security.core.userdetails.UserDetails
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getId() |
Map<String,Map<String,Set<String>>> |
getRestrictedAuthorities() |
Map<String,Set<String>> |
getRestrictions() |
boolean |
isImpersonationAllowed() |
Copyright © 2021. All rights reserved.