C Files and Directories of the Generic Scripting Connector

This appendix lists the tables that describe the files and directories corresponding to the Generic Scripting connector.

Table C-1 describes the files and directories on the installation media.

Table C-1 Files and Directories on the Installation Media

File in the Installation Media Directory Description

bundle/org.identityconnectors.genericscript-1.0.11150.jar

This JAR file is the ICF connector bundle.

configuration/GenericScript-CI.xml

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

Files in the resources directory

Each of these resource bundles contains language-specific information that is used by the connector. During connector deployment, this file is copied to the Oracle Identity Manager database location.

Note: A resource bundle is a file containing localized versions of the text strings that include GUI element labels and messages.

metadata-generator/bin/GenericScriptGenerator.cmd

metadata-generator/bin/GenericScriptGenerator.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 of 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 communicate between Oracle Identity Manager and this connector.

metadata-generator/lib/genericscript-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.genericscript-1.0.11150.jar

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

metadata-generator/resources/ScriptConfiguration.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 ScriptConfiguration.groovy File for more information about entries in the ScriptConfiguration.groovy file.

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

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

File in the Connector 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/genericscript-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 information about the structure of the generated connector package