public class SchemaAccessControlRule extends Object
| Constructor and Description |
|---|
SchemaAccessControlRule(boolean owner,
Optional<Pattern> userRegex,
Optional<Pattern> groupRegex,
Optional<Pattern> schemaRegex) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Boolean> |
match(String user,
Set<String> groups,
String schema) |
Copyright © 2012–2020. All rights reserved.