public class SubjectACL extends Object
Constructor and Description |
---|
SubjectACL(Set<String> roles,
int mask) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsRole(String role) |
int |
getMask() |
Set<String> |
getRoles() |
boolean |
matches(int permissionMask) |
String |
toString() |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.