Package io.trino.plugin.base.security
Class CatalogSessionPropertyAccessControlRule
- java.lang.Object
-
- io.trino.plugin.base.security.CatalogSessionPropertyAccessControlRule
-
public class CatalogSessionPropertyAccessControlRule extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CatalogSessionPropertyAccessControlRuleALLOW_ALL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Boolean>match(String user, Set<String> groups, String catalog, String property)
-
-
-
Field Detail
-
ALLOW_ALL
public static final CatalogSessionPropertyAccessControlRule ALLOW_ALL
-
-