About Wren:DS Commons REST Adapter

This module includes APIs for accessing LDAP repositories using commons REST.

Documentation for Wren:DS Commons REST Adapter

Javadoc for this module can be found here.

Get Wren:DS Commons REST Adapter

Start developing your applications by obtaining Wren:DS Commons REST Adapter 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</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 Wren Security 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.