Uses of Class
org.teiid.dqp.internal.process.AuthorizationValidator.CommandType
-
Packages that use AuthorizationValidator.CommandType Package Description org.teiid.dqp.internal.process -
-
Uses of AuthorizationValidator.CommandType in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return AuthorizationValidator.CommandType Modifier and Type Method 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.Methods in org.teiid.dqp.internal.process with parameters of type AuthorizationValidator.CommandType Modifier and Type Method Description boolean
AuthorizationValidator. validate(String[] originalSql, Command command, QueryMetadataInterface metadata, CommandContext commandContext, AuthorizationValidator.CommandType commandType)
Validates the given command.boolean
DefaultAuthorizationValidator. validate(String[] originalSql, Command command, QueryMetadataInterface metadata, CommandContext commandContext, AuthorizationValidator.CommandType commandType)
protected boolean
Request. validateAccess(String[] commandStr, Command command, AuthorizationValidator.CommandType type)
-