IsAdminReaderAuthor (ACLEntry - Java)

Read-Write. Indicates whether an entry that is an administration server can modify reader and author fields.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isAdminReaderAuthor()
    throws NotesException
public void setAdminReaderAuthor(boolean flag)
    throws NotesException

Usage

If the ACL entry is not an administration server, setAdminReaderAuthor(true) does nothing. No exception is thrown and the property remains false. Use isAdminServer and setAdminServer to check and change the entry.

For setAdminReaderAuthor, you must call save on the ACL if you want the modified ACL to be saved to disk.

Example