Uses of Class
com.netscape.certsrv.acls.ACL
-
Packages that use ACL Package Description com.netscape.certsrv.acls com.netscape.certsrv.authorization com.netscape.cms.authorization -
-
Uses of ACL in com.netscape.certsrv.acls
Methods in com.netscape.certsrv.acls that return ACL Modifier and Type Method Description static ACL
ACL. parseACL(java.lang.String resACLs)
Parse ACL resource attributesMethods in com.netscape.certsrv.acls with parameters of type ACL Modifier and Type Method Description void
ACL. merge(ACL other)
Merge the rules of the other ACL into this one. -
Uses of ACL in com.netscape.certsrv.authorization
Methods in com.netscape.certsrv.authorization that return types with arguments of type ACL Modifier and Type Method Description java.util.Enumeration<ACL>
IAuthzManager. getACLs()
Get ACL entries -
Uses of ACL in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that return types with arguments of type ACL Modifier and Type Method Description java.util.Enumeration<ACL>
AAclAuthz. aclResElements()
gets an enumeration of resourcesjava.util.Enumeration<ACL>
AAclAuthz. getACLs()
java.util.Enumeration<ACL>
BasicGroupAuthz. getACLs()
-