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