OnBehalfOf (Agent - Java)

Read-only. Name of the user under whose identity the agent runs.

Note: This property is new with Release 6.5.

Defined in

Agent

Data type

String

Syntax

public String getOnBehalfOf()
    throws NotesException

Usage

This property reflects the value of "Run on behalf of" under the security tab of the agent builder.

If this property is an empty string, the agent runs on behalf of the owner of the agent or the browser login user (if the agent is run from a browser and "Run as web user" is checked).

Example