Skip to content

isabella232/openicf-db2-connector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

db2-connector

An OpenICF connector built to work with the [ForgeRock Identity Management Provisioning System] (https://www.forgerock.com/platform/identity-management/identity-provisioning). This connector allows the ForgeRock Identity Platform to provision users to an IBM DB2 database.

NOTE: This is a community connector and is made available so that customers with a ForgeRock subscription can build, develop or fork this repository. See the legal disclaimer bit below.

Compatability

Works with OpenICF 1.5. Please read the release notes for more information on compatability with Java Connector Servers and version of OpenIDM/IDM.

NOTE This code was written to work against DB2 version 9.1. The latest version (at time of writing in Feb 2018) is 11.1 so this code will need updating/testing.

Building

The code in this repository has binary dependencies that live in the ForgeRock maven repository. Maven can be configured to authenticate to this repository by following the following [ForgeRock Knowledge Base Article] (https://backstage.forgerock.com/knowledge/kb/article/a74096897).

To get and build this repository you will need a build environment that has git, maven and a JDK installed.

This has been confirmed as buildin with Maven 3.3.3, Oracle JDK 1.8.0_91.

$ git clone <repo_url>
$ cd <repo_dir>
$ mvn clean install

Licensing

The Code and binaries are covered under the CDDL 1.0 license. Essentially you may use the release binaries in production at your own risk.

Legal Disclaimer Bit

All components herein are provided AS IS and without a warranty of any kind by ForgeRock or any licensors of such code. ForgeRock and all licensors of such code disclaims all liability or obligations of such code and any use, distribution or operation of such code shall be exclusively subject to the licenses contained in each file and recipient is obligated to read and understand each such license before using the Software. Notwithstanding anything to the contrary, ForgeRock has no obligations for the use or support of such code under any ForgeRock license agreement.

About

A test repository created using the GitHub API.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.5%
  • Groovy 1.4%
  • HTML 1.1%