Policy enforcement extension

The policy enforcement extension assesses the accounts that are associated with a Person or BPPerson and enforces the policies in place for that person..


Overview

A policy enforcement extension is code that can be called directly from a workflow. Workflows that change a person object typically use this extension..

The extension is implemented in com.ibm.itim.workflowextensions.PersonExtensions..

The following extensions are provided.

The extensions work identically on the specified Person or BPPersion..

skipNonEntitledAccountsEvaluation is a string, either true or false..

For examples of how the extensions are used, see the Add, Modify, and Transfer operations in Operations management.

Parent topic: Workflow extensions