remove (ACLEntry - Java)

Removes an entry from an access control list.

Defined in

ACLEntry

Syntax

public void remove()
    throws NotesException

Usage

You must call save on the ACL if you want the modified ACL to be saved to disk.

Example