public static class SecurityUtil.AccessControlList extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WILDCARD_ACL_VALUE |
Constructor and Description |
---|
AccessControlList(String aclString)
Construct a new ACL from a String representation of the same.
|
Modifier and Type | Method and Description |
---|---|
boolean |
allAllowed() |
Set<String> |
getGroups() |
Set<String> |
getUsers() |
public static final String WILDCARD_ACL_VALUE
public AccessControlList(String aclString)
aclString
- String representation of the ACLCopyright © 2010 The Apache Software Foundation