Oracle® Identity Manager Connector Guide for JD Edwards EnterpriseOne Release 9.0.3 Part Number B32448-02 |
|
|
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. The JD Edwards EnterpriseOne Connector is used to integrate Oracle Identity Manager with JD Edwards EnterpriseOne.
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:
The following table lists the functions that are available with this connector.
Function | Type | Description |
---|---|---|
Create User | Provisioning | Creates a user in the JD Edwards system |
Update User | Provisioning | Updates a user in the JD Edwards system |
Reset Password | Provisioning | Updates the user password in the JD Edwards system |
Enable User | Provisioning | Enables a user in the JD Edwards system |
Disable User | Provisioning | Disables a user in the JD Edwards system |
Delete User | Provisioning | Deletes a user from the JD Edwards system |
Add User Role | Provisioning | Adds a role to a user in the JD Edwards system |
Remove User Role | Provisioning | Removes the Role from a user in the JD Edwards system |
List Roles of User | Provisioning | Lists the roles of a user in the JD Edwards system |
List All Roles | Provisioning | Lists all the roles present in the JD Edwards system |
Reconciliation Insert Received | Reconciliation | Inserts information in Oracle Identity Manager about a user that is created in the JD Edwards system |
Reconciliation Update Received | Reconciliation | Updates Oracle Identity Manager with information about a user that is updated in the JD Edwards system |
Reconciliation Delete Received | Reconciliation | Deletes information in Oracle Identity Manager about a user that is deleted from the JD Edwards system |
This release of the connector supports the following languages:
English
French
German
Italian
Japanese
Korean
Simplified Chinese
Spanish
Traditional Chinese
See Also:
Oracle Identity Manager Globalization Guide for information about supported special charactersThis section discusses the elements that the reconciliation module extracts from the target system to construct reconciliation event records. The following are features of these records:
The default data elements of each reconciliation event record are Organization, Xellerate type, and Role.
The default labels for the data elements in each reconciliation event record are:
Event Linked
(for successful reconciliation)
No Match Found
(for failed reconciliation)
The reconciliation module reconciles the fields listed in the following sections:
For user reconciliation to work, the following lookup definitions must be available and the lookup values must be reconciled:
Lookup.JDE.DateSeparationCharacter
Lookup.JDE.Language
Lookup.JDE.Roles
Lookup.JDE.LocalizationCountryCode
Lookup.JDE.DateFormat
Lookup.JDE.FastPathCreate
Lookup.JDE.UniversalTime
Lookup.JDE.TimeFormat
Lookup.JDE.DecimalFormatCharector
User reconciliation can be divided into the following:
The following fields are reconciled:
User ID
Password
Language
Date Format
Date Separation Character
Localization Country Code
Universal Time
Time Format
IT Resource Type
Decimal Format Character
Fast Path Create
Disable User
Roles
If trusted source reconciliation is implemented, then the following additional fields are reconciled:
User ID
Password
First Name
Last Name
Organization
Xellerate Type
Role
The following fields must be specified for a provisioning task to work for JD Edwards resource objects:
User ID
Password
Note:
If you create a user in Oracle Identity Manager and do not assign a role to the user, then the user would not be able to log in to the JD Edwards system.The files and directories that comprise this connector are located in the following directory on the installation media:
Enterprise Applications\JDEdwards\JDE
These files and directories are listed in the following table.
Note:
The files in thetest
directory are used only to run tests on the connector.The "Step 2: Copying the Connector Files and External Code" section provides instructions to copy these files into the required directories.
To determine the release number of the connector that you have deployed:
Extract the contents of the JDEConnector.jar
file. For a connector that has been deployed, this file is in the following directory:
OIM_home\xellerate\JavaTasks
Open the manifest.mf
file in a text editor. The manifest.mf
file is one of the files bundled inside the JDEConnector.jar file.
In the manifest.mf
file, the release number of the connector is displayed as the value of the Version
property.
See Also:
Oracle Identity Manager Design Console Guide