Previous Topic: AuditingNext Topic: Automatically Clear Password Fields on Reset User Password Task


Business Logic Task Handlers

A Business Logic Task Handler performs custom business logic before a CA IdentityMinder task is submitted for processing. Typically, the custom business logic validates data. For example, a business logic task handler may check the membership limit of a group before CA IdentityMinder adds a member to the group. When the group membership limit is reached, the business logic task handler displays a message informing the group administrator that the new member could not be added.

You can use the predefined business logic task handlers or can create custom handlers using the Business Logic Task Handler API.

Note: For information about creating custom business logic, see Programming Guide for Java.

The Business Logic Task Handlers screen contains a list of existing global business logic task handlers. The list includes predefined handlers shipped with CA IdentityMinder and any custom handlers defined at your site. CA IdentityMinder executes the handlers in the order in which they appear in this list.

Global business logic task handlers can be implemented only in Java.