| Package | Description |
|---|---|
| org.teiid.adminapi.impl | |
| org.teiid.metadata |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Policy> |
DataPolicyMetadata.getPolicies(Database.ResourceType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Database.ResourceType |
Policy.getResourceType() |
Database.ResourceType |
Permission.getResourceType()
The
DataPolicy.ResourceType, never null. |
Database.ResourceType |
Role.ResourceKey.getType() |
static Database.ResourceType |
Database.ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.ResourceType[] |
Database.ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Role.ResourceKey |
Role.ResourceKey.of(String name,
Database.ResourceType type) |
void |
Policy.setResourceType(Database.ResourceType resourceType) |
void |
Permission.setResourceType(Database.ResourceType on) |
Copyright © 2020. All rights reserved.