Uses of Interface
com.netscape.certsrv.acls.IACL
-
Packages that use IACL Package Description com.netscape.certsrv.acls com.netscape.cms.authorization org.dogtagpki.server.authorization -
-
Uses of IACL in com.netscape.certsrv.acls
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.cms.authorization
Classes in com.netscape.cms.authorization that implement IACL Modifier and Type Class Description class
ACL
A class represents an access control list (ACL).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)
Methods in com.netscape.cms.authorization that return types with arguments of type IACL Modifier and Type Method Description java.util.Enumeration<IACL>
AAclAuthz. aclResElements()
gets an enumeration of resourcesjava.util.Enumeration<IACL>
AAclAuthz. getACLs()
java.util.Enumeration<IACL>
BasicGroupAuthz. getACLs()
-
Uses of IACL in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.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.Methods in org.dogtagpki.server.authorization that return types with arguments of type IACL Modifier and Type Method Description java.util.Enumeration<IACL>
IAuthzManager. getACLs()
Get ACL entries
-