removeACLEntry (ACL - Java)

Removes an entry from the ACL.

Defined in

ACL

Syntax

public void removeACLEntry(String name)
    throws NotesException

Parameters

String name

The name of the person, group, or server whose entry you want to remove. You must supply the complete name, but hierarchical names can be in abbreviated format. Case is not significant.

Usage

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

Example