Uses of Interface
com.netscape.certsrv.acls.IACL

Packages that use IACL
com.netscape.certsrv.acls   
com.netscape.certsrv.apps   
com.netscape.certsrv.authorization   
com.netscape.cms.authorization   
 

Uses of IACL in com.netscape.certsrv.acls
 

Classes in com.netscape.certsrv.acls that implement IACL
 class ACL
          A class represents an access control list (ACL).
 

Methods in com.netscape.certsrv.acls with parameters of type IACL
 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:
 

Uses of IACL in com.netscape.certsrv.apps
 

Methods in com.netscape.certsrv.apps that return IACL
static IACL CMS.parseACL(java.lang.String resACLs)
          Parse ACL resource attributes
 IACL ICMSEngine.parseACL(java.lang.String resACLs)
          Parse ACL resource attributes
 

Uses of IACL in com.netscape.certsrv.authorization
 

Methods in com.netscape.certsrv.authorization that return IACL
 IACL IAuthzManager.getACL(java.lang.String target)
          Get individual ACL entry for the given name of entry.
 

Uses of IACL in com.netscape.cms.authorization
 

Methods in com.netscape.cms.authorization that return IACL
 IACL AAclAuthz.getACL(java.lang.String target)