Uses of Class
io.trino.plugin.base.security.CatalogSchemaAccessControlRule
-
Packages that use CatalogSchemaAccessControlRule Package Description io.trino.plugin.base.security -
-
Uses of CatalogSchemaAccessControlRule in io.trino.plugin.base.security
Fields in io.trino.plugin.base.security declared as CatalogSchemaAccessControlRule Modifier and Type Field Description static CatalogSchemaAccessControlRuleCatalogSchemaAccessControlRule. ALLOW_ALLMethods in io.trino.plugin.base.security that return types with arguments of type CatalogSchemaAccessControlRule Modifier and Type Method Description Optional<List<CatalogSchemaAccessControlRule>>FileBasedSystemAccessControlRules. getSchemaRules()Method parameters in io.trino.plugin.base.security with type arguments of type CatalogSchemaAccessControlRule Modifier and Type Method Description FileBasedSystemAccessControl.BuilderFileBasedSystemAccessControl.Builder. setSchemaRules(List<CatalogSchemaAccessControlRule> schemaRules)
-