Previous Topic: IMSAPI Class References

Next Topic: Event Listener API

Default Installed Handlers

CA Identity Manager has the following two business logic task handlers which are installed with the product by default:

BlthPasswordServices

Validates a new or changed password before it is submitted. This handler validates against any password policies and displays the appropriate error. It is for both CA SiteMinder and CA Identity Manager password policies.

BlthCheckForDuplicates

Checks to see if an organizaton or group object already exists before it is submitted.

By default, CA Identity Manager does not allow duplicate names of organizations and groups. However, the handler has the following attributes for allowing duplicate names:

checkDuplicateGroup

Allows the creation of groups with the same name under different organizations. The default value is true. If false, CA Identity Manager does not check for duplicate group names.

checkDuplicateOrg

Allows the creation of organizations with the same name. The default value is true. If false, CA Identity Manager does not check for duplicate organization names.