About Wren:DS Commons REST LDAP Gateway
Provides integration between the Wren:DS Commons REST Adapter and Servlet APIs.
Documentation for Wren:DS Commons REST LDAP Gateway
Javadoc for this module can be found here.
Get Wren:DS Commons REST LDAP Gateway
Start developing your applications by obtaining Wren:DS Commons REST LDAP Gateway using any of the following methods:
Maven
By far the simplest method is to develop your application using Maven and add the following settings to your pom.xml:
<repositories>
<repository>
<id>wrensecurity-releases</id>
<name>Wren Security Release Repository</name>
<url>https://wrensecurity.jfrog.io/wrensecurity/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>wrensecurity-snapshots</id>
<name>Wren Security Snapshot Repository</name>
<url>https://wrensecurity.jfrog.io/wrensecurity/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
...
<dependencies>
<dependency>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-rest2ldap-servlet</artifactId>
<version>5.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
Download
If you are not using Maven then you will need to download a pre-built binary from the ForgeRock Maven repository, along with any compile time dependencies:
Build
For the DIY enthusiasts you can build it yourself by checking out the latest code using Git and building it with Maven 3.
