Represents the access control list (ACL) of a database.
Access
Every NotesDatabase object contains
a NotesACL object representing the access control list of that database.
To get it, use getACL in
NotesDatabase.
Usage
The NotesDatabase class has three methods
you can use to access and modify an ACL without getting a NotesACL
object: queryAccess, grantAccess, and revokeAccess. However,
using these methods at the same time that a NotesACL object is in
use may produce inconsistent results.