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