Uses of Class
org.teiid.metadata.Role.ResourceKey
-
Packages that use Role.ResourceKey Package Description org.teiid.adminapi.impl org.teiid.metadata -
-
Uses of Role.ResourceKey in org.teiid.adminapi.impl
Methods in org.teiid.adminapi.impl that return types with arguments of type Role.ResourceKey Modifier and Type Method Description Map<Role.ResourceKey,Map<String,Policy>>DataPolicyMetadata. getPolicies()Method parameters in org.teiid.adminapi.impl with type arguments of type Role.ResourceKey Modifier and Type Method Description voidDataPolicyMetadata. addPolicies(Map<Role.ResourceKey,Map<String,Policy>> policies) -
Uses of Role.ResourceKey in org.teiid.metadata
Methods in org.teiid.metadata that return Role.ResourceKey Modifier and Type Method Description static Role.ResourceKeyRole.ResourceKey. of(String name, Database.ResourceType type)Methods in org.teiid.metadata that return types with arguments of type Role.ResourceKey Modifier and Type Method Description Map<Role.ResourceKey,Permission>Role. getGrants()Map<Role.ResourceKey,Map<String,Policy>>Role. getPolicies()Methods in org.teiid.metadata with parameters of type Role.ResourceKey Modifier and Type Method Description intRole.ResourceKey. compareTo(Role.ResourceKey other)
-