IsUniformAccess (ACL - Java™)
Read-Write. Indicates whether a consistent access control list is enforced across all replicas of a database.
Defined in
Data type
boolean
Syntax
public boolean isUniformAccess()
throws NotesException
public void setUniformAccess(boolean flag)
throws NotesException
Legal values
- true indicates that uniform access is set
- false indicates that uniform access is not set
Usage
For setUniformAccess, you must call save on the ACL if you want the modified ACL to be saved to disk.