Oracle® Identity Manager Connector Guide for Database Applications Table Release 9.0.4 Part Number E10155-01 |
|
|
View PDF |
Oracle Identity Manager automates access rights management, security, and provisioning of IT resources. Oracle Identity Manager connectors are used to integrate Oracle Identity Manager with third-party applications. This guide discusses the deployment procedure for the connector that is used to integrate Oracle Identity Manager with database application tables.
Note:
Oracle Identity Manager connectors were referred to as resource adapters prior to the acquisition of Thor Technologies by Oracle.This chapter contains the following sections:
Reconciliation involves duplicating in Oracle Identity Manager additions of and modifications to user accounts on the target system. It is an automated process initiated by a scheduled task that you configure.
See Also:
The "Deployment Configurations of Oracle Identity Manager" section in Oracle Identity Manager Connector Framework Guide for conceptual information about reconciliation configurationsThe reconciliation module handles the reconciliation of new, updated, and deleted user profiles in the target database application. A reconciliation event is created for each user profile to be reconciled.
You use a configuration XML file to enable or disable the reconciliation of created, updated, and deleted users. The default data fields of each reconciliation event record are taken from this XML file.
The various configuration XML files that are shipped with this connector are introduced in the "Files and Directories That Comprise the Connector" section. Chapter 3, "Configuring the Connector" describes procedures that you can perform to customize the reconciliation module. These procedures involve making changes in the configuration XML file.
The following table lists the functions that are available with this connector.
Function | Type | Description |
---|---|---|
Create User | Provisioning | Creates a user |
Delete User | Provisioning | Deletes a user |
Enable User
or Disable User |
Provisioning | Enables or disables a user |
Reset User's Password | Provisioning | Resets a user's password |
Update User's First Name | Provisioning | Updates a user's first name |
Update User's Last Name | Provisioning | Updates a user's last name |
Update User's Group | Provisioning | Updates a user's group |
Update User's Title | Provisioning | Updates a user's title |
Update User's Department | Provisioning | Updates a user's department |
Update User's Communication Language | Provisioning | Updates a user's communication language preference |
Update User's Logon Language | Provisioning | Updates a user's logon language preference |
Update User's Email Address | Provisioning | Updates a user's e-mail address |
Update User's Telephone Number | Provisioning | Updates a user's telephone number |
Update User's Time Zone | Provisioning | Updates a user's time zone |
Update User's Date Format | Provisioning | Updates a user's date format |
Update User's Role | Provisioning | Updates a user's role |
Create User (Account Discovery) | Reconciliation | Reconciles new user accounts |
Delete User | Reconciliation | Reconciles user accounts that are deleted from the target system |
Enable User
or Disable User |
Reconciliation | Reconciles user accounts that are enabled or disabled |
Reset User's Password | Reconciliation | Reconciles user accounts with modified password |
Update User's First name | Reconciliation | Reconciles user accounts with modified first name |
Update User's Last Name | Reconciliation | Reconciles user accounts with modified last name |
Update User's Group | Reconciliation | Reconciles user accounts with modified group |
Update User's Title | Reconciliation | Reconciles user accounts with modified title |
Update User's Department | Reconciliation | Reconciles user accounts with modified department |
Update User's Communication Language | Reconciliation | Reconciles user accounts with modified communication language preference |
Update User's Logon Language | Reconciliation | Reconciles user accounts with modified logon language preference |
Update User's Email Address | Reconciliation | Reconciles user accounts with modified e-mail address |
Update User's Telephone Number | Reconciliation | Reconciles user accounts with modified telephone number |
Update User's Time Zone | Reconciliation | Reconciles user accounts with modified time zone |
Update User's Date Format | Reconciliation | Reconciles user accounts with modified date format |
Update User's Decimal Notation | Reconciliation | Reconciles user accounts with modified decimal notation |
Update User's Role | Reconciliation | Reconciles user accounts with modified role |
The connector supports the following languages:
Chinese Simplified
Chinese Traditional
English
French
German
Italian
Japanese
Korean
Portuguese (Brazilian)
Spanish
See Also:
Oracle Identity Manager Globalization Guide for information about supported special charactersThe files and directories that comprise this connector are in the following directory on the installation media:
Database Servers/Database Application Table
These files and directories are listed in the following table.
The "Step 3: Copying the Connector Files and External Code Files" section provides instructions to copy these files into the required directories.
You can use any one of the following methods to determine the release number of the connector.
To determine the release number of a connector:
Extract the contents of the dbadapter.jar
file. This file is in the following directory on the installation media:
Database Servers/Database Application Table/jar
Open the manifest.mf
file in a text editor. The manifest.mf
file is one of the files bundled inside the dbadapter.jar
file.
In the manifest.mf
file, the release number of the connector is displayed as the value of the Version
property.
Note:
If you maintain a copy of thedbadapter.jar
file after deployment, you can use this method to determine the release number of the connector at any stage. After you deploy the connector, it is recommended that you use the "After Deployment" method, which is described in the following section.To determine the release number of a connector that has already been deployed:
See Also:
Oracle Identity Manager Design Console GuideOpen the Oracle Identity Manager Design Console.
In the Form Designer, open the process form. The release number of the connector is the value of the Version field.