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 class
ACL
A class represents an access control list (ACL).Methods in com.netscape.certsrv.acls with parameters of type IACL Modifier and Type Method 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: -
Uses of IACL in com.netscape.certsrv.authorization
Methods in com.netscape.certsrv.authorization that return IACL Modifier and Type Method Description 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 Modifier and Type Method Description IACL
AAclAuthz. getACL(java.lang.String target)
IACL
BasicGroupAuthz. getACL(java.lang.String target)
-