Guardium Universal-Connector Commons
This project contains helper classes & utilities for creating a Guardium Record – a required object while developing a plugin for Guardium Universal connector (a feature within IBM Security Guardium).
How to use it
-
Clone the project
-
Build the JARs by running
./gradlew.unix assembleor./gradlew.bat assembleon Windows. This will create 3 JAR files containins the compiled code, javaDocs, and sources. -
Clone or download the example plugin project
-
Within your plugin project, create gradle.properties and add a reference to the folder with the built JAR files. For example:
GUARDIUM_UNIVERSALCONNECTOR_COMMONS_PATH=../guardium-universalconnector-commons/build/libs
The GUARDIUMUNIVERSALCONNECTOR_COMMONS_PATH variable is used in _build.gradle, when compiling and building the code in your plugin project.
- Link the javadoc and sources JAR files from within your preferred IDE, to assist in your development.
Contribute
We want your feedback: Let us know of any errors, or if you have an improvement suggestion, by creating a pull request, or sending us a message.