Package | Description |
---|---|
com.netscape.certsrv.acls | |
com.netscape.certsrv.apps | |
com.netscape.certsrv.authorization | |
com.netscape.cms.authorization |
Modifier and Type | Class and Description |
---|---|
class |
ACL
A class represents an access control list (ACL).
|
Modifier and Type | Method and Description |
---|---|
void |
ACLEntry.addPermission(IACL acl,
java.lang.String permission)
Adds permission to this entry.
|
static ACLEntry |
ACLEntry.parseACLEntry(IACL acl,
java.lang.String aclEntryString)
Parse string in the following format:
|
Modifier and Type | Method and Description |
---|---|
IACL |
ICMSEngine.parseACL(java.lang.String resACLs)
Parse ACL resource attributes
|
static IACL |
CMS.parseACL(java.lang.String resACLs)
Parse ACL resource attributes
|
Modifier and Type | Method and Description |
---|---|
IACL |
IAuthzManager.getACL(java.lang.String target)
Get individual ACL entry for the given name of entry.
|
Modifier and Type | Method and Description |
---|---|
IACL |
BasicGroupAuthz.getACL(java.lang.String target) |
IACL |
AAclAuthz.getACL(java.lang.String target) |