Package | Description |
---|---|
com.netscape.certsrv.acls | |
com.netscape.cms.authorization |
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<ACLEntry> |
ACL.entries |
Modifier and Type | Method and Description |
---|---|
static ACLEntry |
ACLEntry.parseACLEntry(IACL acl,
java.lang.String aclEntryString)
Parse string in the following format:
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<ACLEntry> |
IACL.entries()
Returns a list of entries of the current ACL.
|
java.util.Enumeration<ACLEntry> |
ACL.entries()
Returns ACL entries.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Iterable<ACLEntry> |
AAclAuthz.getEntries(ACLEntry.Type entryType,
java.lang.Iterable<java.lang.String> nodes,
java.lang.String operation) |