addRole (ACL - Java)

Adds a role to an ACL.

Defined in

ACL

Syntax

public void addRole(String name)
    throws NotesException

Parameters

String name

The name of the new role. Do not put brackets around the name.

Usage

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

Example