Process.setSubjectData()
The method changes the subject data for the current process.
- 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
process.setSubjectData(person)
- Arguments
-
- person
DirectoryObject
representing the new subject.
- Description
- This method changes the subject data for the current process.
It is not supported for a process that is not the current process.
It not only updates the current process in the script, but also in
the workflow engine. The
subjectData
argument contains a person distinguished name or a collection of strings from which the subject data can be extracted. - Usage
process.setSubjectData(person);