Package | Description |
---|---|
org.teiid.dqp.internal.process |
Modifier and Type | Method and Description |
---|---|
static AuthorizationValidator.CommandType |
AuthorizationValidator.CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationValidator.CommandType[] |
AuthorizationValidator.CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultAuthorizationValidator.validate(String[] originalSql,
Command command,
QueryMetadataInterface metadata,
CommandContext commandContext,
AuthorizationValidator.CommandType commandType) |
boolean |
AuthorizationValidator.validate(String[] originalSql,
Command command,
QueryMetadataInterface metadata,
CommandContext commandContext,
AuthorizationValidator.CommandType commandType)
Validates the given command.
|
protected boolean |
Request.validateAccess(String[] commandStr,
Command command,
AuthorizationValidator.CommandType type) |
Copyright © 2019. All rights reserved.