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 TypeMethodDescriptionvoidvoidParse 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.voidvoidprotected booleanChecks if the permission is granted or denied in the current execution context.protected booleanprotected booleanAAclAuthz.checkAllowEntries(AuthToken authToken, Iterable<String> nodes, String perm) protected voidAAclAuthz.checkDenyEntries(AuthToken authToken, Iterable<String> nodes, String perm) throw EACLsException if a deny entry is matchedprotected voidAAclAuthz.checkPermission(String name, String perm) Checks if the permission is granted or denied in the current execution context.voidAAclAuthz.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 voidDirAclAuthz.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()booleanAAclAuthz.isTypeUnique(String type) is this resource name uniquebooleanDirAclAuthz.isTypeUnique(String type) voidDirAclAuthz.loadACLs()Load ACLs from LDAP.static ACLParse ACL resource attributesvoidAAclAuthz.updateACLs(String id, String rights, String strACLs, String desc) This one only updates the memory.voidBasicGroupAuthz.updateACLs(String id, String rights, String strACLs, String desc) voidDirAclAuthz.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 ACLGet individual ACL entry for the given name of entry.abstract Collection<ACL> AuthzManager.getACLs()Get ACL entriesabstract voidAuthzManager.updateACLs(String id, String rights, String strACLs, String desc) Update ACLs in the database