Previous Topic: Example: Custom Operations for the Business Number Attribute

Next Topic: Connection to the User Directory

How to Specify the Unique Identifier for a Managed Object

Each object that CA Identity Manager manages must have a unique identifier. The unique identifier must be stored in a single column in the managed object’s primary table. Primary tables are described in Database Tables.

Use the UniqueIdentifier and UniqueIdentifierAttr elements to define the unique identifier as follows:

<UniqueIdentifier>
  <UniqueIdentifierAttr name="tablename.columnname" />
</UniqueIdentifier>

The UniqueIdentifierAttr element requires the name parameter. The value of the name parameter is the attribute in which the unique identifier is stored. The value can be a physical attribute or a well-known attribute.

When you specify a physical attribute, note the following: