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