blob: fbb23f09827c79de2241f3ca91bce6ad6cdc3e8b [file] [log] [blame]
{% extends "api/page.html" %}
{% block content %}
{% block hero %}
<div class="hero clearfix">
<div class="left">
<h1>Apache Directory LDAP API&trade;</h1>
<h2>The modern Java LDAP API</h2>
<div class="description">
The Apache Directory LDAP API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API).<br/>
This is a "schema aware" API with some convenient ways to access all types of LDAP servers, not only ApacheDS but any LDAP server.<br/>
The API is OSGI ready and extensible. New controls, schema elements and network layer could be added or used in the near future.
</div>
<div class="download-link">
<a href="{{base}}api/downloads-1.html" class="download_badge"><b>Download Apache<br>LDAP API {{version_api}}</b></a>
</div>
<div class="download-link">
<a href="{{base}}api/downloads-2.html" class="download_badge"><b>Download Apache<br>LDAP API {{version_api2}}</b></a>
</div>
</div>
<div class="right">
<img src="../images/hero-ldap-api.jpg" width="377" height="287" border="0"/>
</div>
</div>
{% endblock %}
{% block news %}
<div class="news">{% filter markdown %}{% include "../content/api/news.mdtext" %}{% endfilter %}</div>
{% endblock %}
{% endblock %}