The Java sample source files are located in the "source" directory. The Main class is AccessManagement.java under source/src/main/java/accessmanagement/.
The Java binaries, config.properties and sample LDIF file are located in the "binaries" directory.

In accessmgmtjava.sh and accessmgmtjava.bat, fill the PATH_TO_JAR variable with the directory where the following files and directories are located:
- accessmanagement-1.0-SNAPSHOT.jar
- config.properties
- ldifsample.ldif
- lib sub-directory containing the dependent JAR files.

Update the config.properties with required attributes.

Then you can run the sample program using the following command:

sh accessmgmtjava.sh
