Uses of Interface
com.netscape.certsrv.acls.IACL
-
Packages that use IACL Package Description com.netscape.certsrv.acls 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 Modifier and Type Class Description classACLA class represents an access control list (ACL).Methods in com.netscape.certsrv.acls with parameters of type IACL Modifier and Type Method Description voidACLEntry. addPermission(IACL acl, java.lang.String permission)Adds permission to this entry.static ACLEntryACLEntry. parseACLEntry(IACL acl, java.lang.String aclEntryString)Parse string in the following format: -
Uses of IACL in com.netscape.certsrv.authorization
Methods in com.netscape.certsrv.authorization that return IACL Modifier and Type Method Description IACLIAuthzManager. 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 Modifier and Type Method Description IACLAAclAuthz. getACL(java.lang.String target)IACLBasicGroupAuthz. getACL(java.lang.String target)
-