Package | Description |
---|---|
com.netscape.certsrv.acls | |
com.netscape.cms.authorization |
Modifier and Type | Field and Description |
---|---|
protected ACLEntry.Type |
ACLEntry.type |
Modifier and Type | Method and Description |
---|---|
ACLEntry.Type |
ACLEntry.getType()
Get the Type of the ACL entry.
|
static ACLEntry.Type |
ACLEntry.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ACLEntry.Type[] |
ACLEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |