Uses of Class
com.netscape.certsrv.acls.EACLsException
Packages that use EACLsException
-
Uses of EACLsException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EACLsExceptionModifier and TypeMethodDescriptionvoid
void
Parse ACL resource attributes, then update the ACLs memory store This is intended to be used if storing ACLs on ldap is not desired, and the caller is expected to call this method to add resource and acl info into acls memory store.void
void
protected boolean
Checks if the permission is granted or denied in the current execution context.protected boolean
protected boolean
AAclAuthz.checkAllowEntries
(AuthToken authToken, Iterable<String> nodes, String perm) protected void
AAclAuthz.checkDenyEntries
(AuthToken authToken, Iterable<String> nodes, String perm) throw EACLsException if a deny entry is matchedprotected void
AAclAuthz.checkPermission
(String name, String perm) Checks if the permission is granted or denied in the current execution context.void
AAclAuthz.checkPermission
(AuthToken authToken, String name, String perm) Checks if the permission is granted or denied with id from authtoken gotten from authentication that precedes authorization.protected void
DirAclAuthz.flushResourceACLs()
updates resourceACLs to ldap.AAclAuthz.getACLs()
DirAclAuthz.getACLs()
AAclAuthz.getEntries
(ACLEntry.Type entryType, Iterable<String> nodes, String operation) DirAclAuthz.getEntries
(ACLEntry.Type entryType, Iterable<String> nodes, String operation) AAclAuthz.getTargetNames()
DirAclAuthz.getTargetNames()
boolean
AAclAuthz.isTypeUnique
(String type) is this resource name uniqueboolean
DirAclAuthz.isTypeUnique
(String type) void
DirAclAuthz.loadACLs()
Load ACLs from LDAP.static ACL
Parse ACL resource attributesvoid
AAclAuthz.updateACLs
(String id, String rights, String strACLs, String desc) This one only updates the memory.void
BasicGroupAuthz.updateACLs
(String id, String rights, String strACLs, String desc) void
DirAclAuthz.updateACLs
(String id, String rights, String strACLs, String desc) update acls. -
Uses of EACLsException in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EACLsExceptionModifier and TypeMethodDescriptionabstract ACL
Get individual ACL entry for the given name of entry.abstract Collection<ACL>
AuthzManager.getACLs()
Get ACL entriesabstract void
AuthzManager.updateACLs
(String id, String rights, String strACLs, String desc) Update ACLs in the database