Connector Guides › Java Connector Server Implementation Guide › Installing Java CS › Installation Components
Installation Components
The Java CS related installation components include:
Connectors which are part of the standard Java CS installer include:
- JDBC for databases
- JNDI for LDAP directories
- AS400
- Kerberos
- Lotus Notes Domino
- Oracle (Native Users)
- PeopleSoft
- SAP
Additional connectors which are part of the Java CS static samples package include the following:
- SDKDYN–Demonstrates flat connector implementation managing properties files on the local filesystem.
- SDKFS–The SDKFS connector has the same code as the SDKDYN connector but demonstrates implementation of a hierarchical connector, rather than a flat connector. In particular, the filesystem directories, and the properties files they contain, can be managed.
- SDKCOMPOUND – Demonstrates the use of JSON-encoded compound values, which means complex data structures can be flattened out into single attribute values.
- SDKSCRIPT– Similar functionality to the SDKDYN connector, but implemented in JavaScript.
- SDKUPOSCRIPT – Scripted connector which performs a similar function to the C++ UPO connector, that is, sending email.
Note: Unless otherwise stated, SDK connectors use the DYN schema and DYN plug-in within Provisioning Manager so no additional configuration is required to the Provisioning Server to use SDK connectors.