JAVA/CORBA CLASSES


Roles property
Example

Read-only. All the roles defined in an access control list.

Defined in

ACL

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getRoles()
   throws NotesException

Usage

Each element in the vector is the name of a role. Each role name is surrounded by square brackets, for example, "[Supervisor]."

Notes Release 2 "privileges" are surrounded by parentheses. Properties and methods affecting roles, such as disableRole and enableRole, do not work on privileges.

Language cross-reference

Roles property in LotusScript NotesACL class

Example
See Also