Context.getRequestee()

The method returns the requestee associated with the request as a person object.

Availability

IBM® Tivoli® Identity Manager 4.x

IBM Tivoli Identity Manager 5.x

IBM Security Identity Manager 6.x

IBM Security Identity Manager 7.0.

Synopsis
context.getRequestee();
Returns
A DirectoryObject that represents a Person.
Description
This member function returns the requestee associated with the request as a Person object. The requestee is the user who owns the associated, provisioned account.
Usage
requestee = context.getRequestee();