Package | Description |
---|---|
org.teiid | |
org.teiid.adminapi |
Modifier and Type | Method and Description |
---|---|
Set<AbstractMetadataRecord> |
PolicyDecider.getInaccessibleResources(DataPolicy.PermissionType action,
Set<AbstractMetadataRecord> resources,
DataPolicy.Context context,
CommandContext commandContext)
Returns the set of resources not allowed to be accessed by the current user.
|
boolean |
PolicyDecider.isTempAccessible(DataPolicy.PermissionType action,
AbstractMetadataRecord resource,
DataPolicy.Context context,
CommandContext commandContext)
Checks if the temp table are accessible.
|
Modifier and Type | Method and Description |
---|---|
static DataPolicy.Context |
DataPolicy.Context.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPolicy.Context[] |
DataPolicy.Context.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.