You must deploy the ACF2 connector locally in Oracle Identity Manager.
The LDAP Gateway acts as the intermediary between Oracle Identity Manager and the connector components on the mainframe. The following sections of this chapter describe the procedure to deploy some components of the connector, including the LDAP Gateway, on the Oracle Identity Manager host computer:
This zip file contains the connector artifacts that need to be installed in Oracle Identity Manager.
Table 4-1 Files and Directories in the CA_ACF2_Connector.zip
Files in the Installation Media Directory | Description |
---|---|
configuration/ACF2Adv.xml |
This XML file contains configuration information that is used during connector installation. |
Files in the resources directory |
Each of these resource bundles contains locale-specific information that is used by the connector. Note: A resource bundle is a file containing localized versions of text strings that are displayed on the Administrative and User Console. These text strings include GUI element labels and messages. During connector installation, this file is copied to the location, Oracle Identity Manager database. |
lib/acf2-provisioning-adapter.jar |
This JAR file contains the code for the adapters that are used during connector operations. During connector installation, this file is copied to the following location: Oracle Identity Manager database. |
lib/acf2-scheduled-tasks.jar |
This JAR file contains the code for the scheduled task that is used during full reconciliation. During connector installation, this file is copied to the following location: Oracle Identity Manager database. |
xml/oimAcf2AdvConnector.xml | This XML file contains definitions of the connector components, such as the IT resource and resource object. These objects are created in Oracle Identity Manager when you import the XML file. |
When you run the Connector Installer, it automatically copies the connector files to directories in Oracle Identity Manager, imports connector XML files, and compiles adapters used for provisioning.
To run the Connector Installer:
The IT resource for the target system contains connection information about the target system. Oracle Identity Manager uses this information for reconciliation and provisioning.
You must create a UI form and an application instance for the resource against which you want to perform reconciliation and provisioning operations.
You must create and activate a sandbox to begin using the customization and form management features. You can then publish the sandbox to make the customizations available to other users.
See Managing Sandboxes in Oracle Fusion Middleware Developing and Customizing Applications for Oracle Identity Manager for instructions on creating and activating a sandbox.
See Managing Forms in Oracle Fusion Middleware Administering Oracle Identity Manager. for instructions on creating a new UI form. While creating the UI form, ensure that you select the resource object corresponding to the ACF2 connector that you want to associate the form with.
Create an application instance and associate it with form created in Creating a New UI Form. For detailed instructions, see the Managing Application Instances in Oracle Fusion Middleware Administering Oracle Identity Manager.
Publish the application instance to an organization to make the application instance available for requesting and subsequent provisioning to users. See Managing Organizations Associated With Application Instances in Oracle Fusion Middleware Administering Oracle Identity Manager for detailed instructions.
You must publish the sandbox that you created in Creating and Activating a Sandbox to merge the customizations it contains with the main line.
See Publishing a Sandbox in Oracle Fusion Middleware Developing and Customizing Applications for Oracle Identity Manager for instructions on publishing a sandbox.
When you enable logging, Oracle Identity Manager automatically stores in a log file information about events that occur during the course of provisioning and reconciliation operations. Oracle Identity Manager uses Oracle Java Diagnostic Logging (OJDL) for logging. OJDL is based on java.util.logger.
ERROR:1
WARNING:1
NOTIFICATION:1
NOTIFICATION:16
TRACE:1
TRACE:16
TRACE:32
See Message Types and Levels in Oracle Fusion Middleware Administering Oracle Identity Manager for more information about the log levels.
Oracle Identity Manager level logging operations are managed by the logging.xml file which is located in the following directory:
DOMAIN_NAME/config/fmwconfig/servers/SERVER_NAME/
Loggers are used to configure logging operations for the Oracle Identity Manager functions of the connector.
To configure loggers: