Get effective scope mapping of all roles of particular role container, which this client is defacto allowed to have in the accessToken issued for him.
This contains scope mappings, which this client has directly, as well as scope mappings, which are granted to all client scopes, which are linked with this client.
- 戻り値
79 return ModelToRepresentation.toRepresentation(role);
81 }).collect(Collectors.toList());
List< RoleModel > getGrantedRoles()
Definition: ClientScopeEvaluateScopeMappingsResource.java:112