C Files and Directories of the Generic REST Connector

These are the components of the connector installation package and connector metadata package that comprise the Generic REST connector.

Table C-1 describes the files and directories in the connector installation package.

Table C-1 Files and Directories in the Connector Installation Package

File in the Installation Package Directory Description

bundle/org.identityconnectors.genericrest-1.0.11150.jar

This JAR file is the ICF connector bundle.

configuration/GenericRest-CI.xml

This XML file contains configuration information. The Connector Installer uses this XML file to create connector components.

javadoc

This directory contains information about the Java APIs used by the connector.

metadata-generator/bin/GenericRestGenerator.cmd

metadata-generator/bin/GenericRestGenerator.sh

This file contains commands to run the metadata generator.

Note that the .cmd file is the Microsoft Windows version of the metadata generator. Similarly, the .sh file is the UNIX version of the metadata generator.

metadata-generator/bin/classpath.cmd

metadata-generator/bin/classpath-append.cmd

These files contain the commands that add the JAR files (located in the lib directory) to the classpath on Microsoft Windows.

metadata-generator/bin/logging.properties

This file contains the default logging configurations for the metadata generation utility.

metadata-generator/lib/connector-framework-internal.jar

This JAR files contains class files that implement ICF.

metadata-generator/lib/connector-framework.jar

This JAR file contains class files that define the ICF Application Programming Interface (API). This API is used to communicate between Oracle Identity Manager and this connector.

metadata-generator/lib/genericrest-oim-integration.jar

This JAR file contains the class files of the metadata generation utility.

metadata-generator/lib/groovy-all.jar

This JAR file contains the groovy libraries required for running the metadata generator.

metadata-generator/lib/org.identityconnectors.genericrest-1.0.11150.jar

This JAR file is the ICF connector bundle. This file is used during metadata generation.

metadata-generator/resources/GenericRestConfiguration.groovy

This file contains properties that store basic information about the target system schema, which is used to configure the mode (trusted source or target resource) in which you want to run the connector. In addition, it stores information about the manner in which the connector must connect to the target system. See Configuring the Groovy File for more information about entries in the RestConfiguration.groovy file.

Table C-2 describes the files and directories in the connector metadata package.

Table C-2 Files and Directories in the Connector Metadata Package

File in the Connector Metadata Package Description

configuration/IT_RES_DEF-CI.xml

This XML file contains configuration information that is used by the Connector Installer during the connector installation process.

resources/genericrest-generator.properties

This property file contains locale-specific properties. You can use this file as a template to add or update locale-related properties.

xml/IT_RES_DEF-ConnectorConfig.xml file

This XML file contains definitions for connector components such as IT resource, lookup definitions, scheduled tasks, process forms, and resource objects.

This file is also referred to as the connector configuration file.

See Also:

Understanding the Generated Connector Package for the Generic REST Connector for information about the structure of the generated connector package