B Files and Directories in the Flat File Connector Installation Package
These are the components of the connector installation media that comprise the Flat File connector.
Table B-1 Files and Directories in the Connector Installation Package
| File in the Installation Package Directory | Description |
|---|---|
|
bundle/org.identityconnectors.flatfile-12.3.0.jar |
This JAR file is the ICF connector bundle. |
|
configuration/FlatFile-CI.xml |
This XML file contains configuration information. The Connector Installer uses this XML file to create connector components that are used for both direct and request-based user account creation. |
|
metadata-generator/bin/FlatFileGenerator.cmd metadata-generator/bin/FlatFileGenerator.sh Note: These files are applicable only for a CI-based connector. |
This file contains commands to run the metadata generator. Note that the .cmd file is the Microsoft Windows version of the FlatFile Generator. Similarly, the .sh file is the UNIX version of the FlatFile Generator. |
|
metadata-generator/bin/classpath.cmd metadata-generator/bin/classpath-append.cmd Note: These files are applicable only for a CI-based connector. |
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 Note: This file is applicable only for a CI-based connector. |
This file contains the default logging configurations of the metadata generation utility. |
|
metadata-generator/lib/connector-framework.jar Note: This file is applicable only for a CI-based connector. |
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/connector-framework-internal.jar Note: This file is applicable only for a CI-based connector. |
This JAR files contains class files that implement ICF. |
|
metadata-generator/lib/FlatFile-oim-integration.jar Note: This file is applicable only for a CI-based connector. |
This JAR file contains the class files of the FlatFile generator. |
|
metadata-generator/lib/groovy-all.jar Note: This file is applicable only for a CI-based connector. |
This JAR file contains the groovy libraries required for running the FlatFile generator. |
|
metadata-generator/resources/FlatFileConfiguration.groovy Note: This file is applicable only for a CI-based connector. |
This file contains properties that store basic information about the flat file schema, which is used for configuring your flat file either as a trusted source or target resource. In addition, it stores information about the manner in which the connector must connect to the flat file. |
|
xml/FlatFile-ConnectorConfig.xml Note: This file is applicable only for a CI-based connector. |
This XML file contains definitions for the following connector components:
|
|
xml/FlatFile-auth-template.xml |
This file contains definitions for the connector objects required for creating an Authoritative application. It includes certain details required to connect Oracle Identity Governance with the target system . It also includes configuration details specific to your target system, correlation rules, and reconciliation jobs. |
|
FlatFile-target-template.xml |
This file contains definitions for the connector objects required for creating a Target application. It includes certain details required to connect Oracle Identity Governance with the target system . It also includes configuration details specific to your target system, correlation rules, and reconciliation jobs. |