| 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 |
|---|---|
void |
ACL.addEntry(ACLEntry entry)
Adds an ACL entry to this list.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Enumeration<ACLEntry> |
AAclAuthz.getAllowEntries(java.util.Enumeration<java.lang.String> nodes,
java.lang.String operation) |
protected java.util.Enumeration<ACLEntry> |
AAclAuthz.getDenyEntries(java.util.Enumeration<java.lang.String> nodes,
java.lang.String operation) |