void |
CommandListener.commandClosed(CommandContext context) |
|
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.
|
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.isLanguageAllowed(String language,
CommandContext commandContext) |
Returns true if the given language is allowed
|
boolean |
PolicyDecider.isTempAccessible(DataPolicy.PermissionType action,
AbstractMetadataRecord resource,
DataPolicy.Context context,
CommandContext commandContext) |
Checks if the temp table are 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
|