Class ACL

java.lang.Object
com.netscape.cms.authorization.ACL
All Implemented Interfaces:
IACL, Serializable

public class ACL extends Object implements IACL, Serializable
A class represents an access control list (ACL). An ACL is associated with an protected resources. The policy enforcer can verify the ACLs with the current context to see if the corresponding resource is accessible.

An ACL may contain one or more ACLEntry. However, in case of multiple ACLEntry , a subject must pass ALL of the ACLEntry evaluation for permission to be granted

Version:
$Revision$, $Date$
See Also: