Spring LDAP
2.4.0Spring LDAP is a library to simplify LDAP programming in Java, built on the same principles as Spring Jdbc.
The LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP programming, such as creating, looping through NamingEnumerations, handling Exceptions and cleaning up resources. This leaves the programmer to handle the important stuff - where to find data (DNs and Filters) and what to do with it (map to and from domain objects, bind, modify, unbind, etc.), in the same way that JdbcTemplate relieves the programmer of all but the actual SQL and how the data maps to the domain model.
In addition to this, Spring LDAP provides Exception translation from NamingExceptions to an unchecked exception hierarchy, as well as several utilities for working with filters, LDAP paths and attributes.
Quickstart Your Project
Documentation
2.4.0 CURRENT GA | Reference Doc. | API Doc. |
2.4.1-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
2.3.9.BUILD-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |
2.3.8.RELEASE GA | Reference Doc. | API Doc. |
Branch | Initial Release | End of Support | End Commercial Support * |
---|---|---|---|
2.4.x
|
2022-05-12 | 2024-12-31 | 2026-12-31 |
2.3.x
|
2017-01-09 | 2022-11-12 | 2024-03-12 |
OSS support
Free security updates and bugfixes with support from the Spring community. See VMware Tanzu OSS support policy.
Commercial support
Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life.
Publicly available releases for critical bugfixes and security issues when requested by customers.
Future release
Generation not yet released, timeline is subject to changes.