Package | Description |
---|---|
org.teiid | |
org.teiid.logging | |
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
void |
CommandListener.commandClosed(CommandContext context) |
Set<String> |
PolicyDecider.getInaccessibleResources(DataPolicy.PermissionType action,
Set<String> resources,
DataPolicy.Context context,
CommandContext commandContext)
Returns the set of resources not allowed to be accessed by the current user.
|
T |
UserDefinedAggregate.getResult(CommandContext commandContext)
Called to get the current value.
|
boolean |
PolicyDecider.hasRole(String roleName,
CommandContext context)
Called by the system hasRole function to determine role membership.
|
boolean |
PolicyDecider.isTempAccessible(DataPolicy.PermissionType action,
String resource,
DataPolicy.Context context,
CommandContext commandContext)
Checks if the given temp table is accessible.
|
String |
PreParser.preParse(String command,
CommandContext context)
Return a rewritten form of the incoming command
|
boolean |
PolicyDecider.validateCommand(CommandContext commandContext)
Determines if an authorization check should proceed
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
AuditMessage.getCommandContext() |
Constructor and Description |
---|
AuditMessage(String context,
String activity,
String[] resources,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
CommandContext |
ExecutionContext.getCommandContext()
Get the CommandContext
|
Copyright © 2019. All rights reserved.