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