IsServer (ACLEntry - Java)

Read-Write. Indicates whether this is a server ACL entry.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isServer()
    throws NotesException
public void setServer(boolean flag)
    throws NotesException

Usage

IsServer is true if UserType is TYPE_SERVER, TYPE_MIXED_GROUP, or TYPE_SERVER_GROUP.

Reading the property means the entry is a person or a person group. Writing the property makes the entry a person if IsGroup is false and a person group is IsGroup is true.

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

Example