A Files and Directories of Generic SCIM Connector
These are the components of the connector installation package and connector metadata package that comprise the Generic SCIM connector.
Below table describes the files and directories in the connector installation package.
Table A-1 Files and Directories in the Connector Installation Package
| File in the Installation Package Directory | Description |
|---|---|
|
bundle/org.identityconnectors.genericscim-12.3.0.jar |
This JAR file is the ICF connector bundle. |
|
configuration/GenericSCIM-CI.xml |
This file is used for installing a CI-based connector. This XML file contains configuration information that is used by the Connector Installer during connector installation. |
|
xml/GenericSCIM-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, attribute mappings, correlation rules, and reconciliation jobs. |
|
xml/GenericSCIM-ConnectorConfig.xml |
This XML file contains definitions for the connector components. These components include the following:
|
|
xml/GenericSCIM-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, attribute mappings, correlation rules, and reconciliation jobs. |
|
metadata-generator/bin/classpath_append.cmd metadata-generator/bin/classpath.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/GenericScimGenerator.cmd metadata-generator/bin/GenericScimGenerator.sh logging.properties |
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/lib/connector-framework-internal.jar groovy-ant.jar groovy-sql.jar |
This JAR file contains class files that define the ICF Application Programming Interface (API). This API is used to communicate between Oracle Identity Governance and this connector. |
|
metadata-generator/lib/connector-framework.jar groovy-groovydoc.jar groovy-xml.jar |
This JAR file contains the groovy libraries required for running the metadata generator. |
|
metadata-generator/lib/GenericSCIM-oim-integration.jar groovy.jar |
This JAR file contains the class files of the metadata generation utility. |
|
metadata-generator/lib/org.identityconnectors.genericscim-12.3.0.jar |
These files contain the commands that add the JAR files (located in the lib directory) to the classpath on Microsoft Windows. |
|
metadata-generator/resources/GenericSCIMConfiguration.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. |