Previous Topic: How to Define Group MembershipNext Topic: How You Create a Direct and Reverse Association


Account Class Mapping Example

This example shows you the procedure you would follow if you were an administrator that wanted to map an account class for a JNDI data source. This example shows you to map an endpoint's account class to the provisioning account class. This example assumes that the administrator has set up a JNDI data source.

Follow these steps:

  1. On the Project menu, click New.

    The Select Data Source for new project dialog appears.

  2. Select the data source you want to use for the project.

    The Endpoint Types dialog appears.

  3. On the Endpoint Type Details dialog, specify a name, description, and version for your connector.

    Note: These fields are for descriptive purposes only.

    Connector Xpress automatically creates a user account provisioning class node in the Mapping tree when you create a project.

  4. In the Mapping Tree, click the User Account node.

    The Map Account Class dialog appears.

  5. Select the endpoints type's object class that you want to map from the Add structural class list. For example, inetOrgPerson.
  6. In the Mapping Tree, click the Attributes node underneath the User Account node.

    The Map Attributes dialog appears.

  7. Map the endpoints mandatory attributes to the provisioning attributes in the Map Object Class Attribute mapping table. For example, map cn Account ID and sn to Last Name.

    Note: If the table list fails to populate when mapping tables, verify that your database does not have outstanding transactions or locks on the schema metadata.

  8. Map any other required attributes, for example, the user password, street, and title.
  9. Click the Classes node in the mapping tree.

    The Mapped Classes dialog displays a summary of the classes you have mapped. You can use this dialog to revise the native class to provisioning mappings you have made.

  10. In the Mapping Tree, click the Account Id node under the Attributes node.

    The Attribute Details dialog appears.

    The dialog displays the LDAP attribute assigned to each field, its datatype, the JavaBean property name that JIAM uses, and whether the field is required (allows null values) and any length constraints.

  11. Click the Last Name node under the Attributes node.

    The Attribute Details dialog appears with the default policy value set.

    Note: When you map a required attribute to a well-known provisioning attribute, Connector Xpress sets a default account template value by default.

  12. Save the project.