getFirstEntry (ACL - Java)

Returns the first entry in an ACL.

Defined in

ACL

Syntax

public ACLEntry getFirstEntry()
    throws NotesException

Return value


ACLEntry

The first entry in the ACL.

Usage

The first entry is typically the -Default- entry.

Example