You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2017/01/04 18:27:42 UTC

svn commit: r1004150 - in /websites/staging/directory/trunk/content: ./ api/java-api.html

Author: buildbot
Date: Wed Jan  4 18:27:42 2017
New Revision: 1004150

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/java-api.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan  4 18:27:42 2017
@@ -1 +1 @@
-1777352
+1777361

Modified: websites/staging/directory/trunk/content/api/java-api.html
==============================================================================
--- websites/staging/directory/trunk/content/api/java-api.html (original)
+++ websites/staging/directory/trunk/content/api/java-api.html Wed Jan  4 18:27:42 2017
@@ -165,9 +165,9 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="ldap-java-api">LDAP Java API<a class="headerlink" href="#ldap-java-api" title="Permanent link">&para;</a></h1>
-<p>This is the Java implementation of a new LDAP API. This effort was initially conducted with the OpenDS team.</p>
+<p>This is the <strong>Java</strong> implementation of a new <strong>LDAP API</strong>. This effort was initially conducted with the <strong>OpenDS</strong> team.</p>
 <h2 id="background">Background<a class="headerlink" href="#background" title="Permanent link">&para;</a></h2>
-<p>There are a few existing LDAP API around there. Here is a short list and description.</p>
+<p>There are a few existing <strong>Java LDAP API</strong> around there. Here is a short list and description.</p>
 <table class="table">
 <thead>
 <tr>
@@ -188,37 +188,45 @@ h2:hover > .headerlink, h3:hover > .head
 <td><a href="http://www.openldap.org/jldap/">jLDAP</a></td>
 <td>2008_03-01-1</td>
 <td>OpenLDAP Public License</td>
-<td>A Novell contribution to the OpenLDAP project</td>
+<td>A Novell(&tm;) contribution to the OpenLDAP project</td>
 </tr>
 <tr>
 <td><a href="http://java.sun.com/products/jndi/reference/docs/index.html">JNDI</a></td>
 <td>1.2</td>
 <td>Sun license</td>
-<td>This is not a pure LDAP API, however it's included in J2SE since Java 5. Probably the API selected by many developers</td>
+<td>This is not a pure LDAP API, however it's included in J2SE since Java 5. (Probably the API selected by many developers</td>
 </tr>
 <tr>
 <td><a href="http://www.mozilla.org/directory/javasdk.html">ldapSDK</a></td>
 <td>4.17</td>
 <td>Netscape Public License</td>
-<td>The Mozilla API, formally the Netscape LDAP API</td>
+<td>The Mozilla(&tm;) API, formally the Netscape LDAP API</td>
+</tr>
+<tr>
+<td><a href="https://forgerock.org/opendj/#sub-projects">OpenDJ LDAP SDK</a></td>
+<td>3.0.0</td>
+<td>CDDL</td>
+<td>The ForgeRock(&tm;) OpenDJ LDAP SDK</td>
 </tr>
 <tr>
 <td><a href="https://www.opends.org/wiki/page/ClientAPI">OpenDS client API</a></td>
-<td>N/A</td>
+<td>Discontinued</td>
 <td>CDDL</td>
-<td>The OpenDS API</td>
+<td>The OpenDS(&tm;) API</td>
 </tr>
 <tr>
 <td><a href="http://www.unboundid.com/products/ldapsdk/">UnboundID API</a></td>
-<td>0.9.10</td>
-<td>GPLv2</td>
-<td>A new API developed by the UnboundID company</td>
+<td>3.2.0</td>
+<td>GPLv2/LGPLv2.1/UnboundID Free Use License</td>
+<td>A new API developed by the UnboundID(&tm;) company</td>
 </tr>
 </tbody>
 </table>
 <p>(There may be some more we don't know about)</p>
 <h2 id="features">Features<a class="headerlink" href="#features" title="Permanent link">&para;</a></h2>
 <p>The <a href="user-guide.html">User Guide</a> pages gives the list of features the API provides.</p>
+<h2 id="prerequisite">Prerequisite<a class="headerlink" href="#prerequisite" title="Permanent link">&para;</a></h2>
+<p>This API requires <strong>Java 7</strong> or upper.</p>