Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters, and more. The LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP programming, such as creating a DirContext, 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 do 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 transaction support, a pooling library, exception translation from NamingExceptions to a mirrored unchecked Exception hierarchy, as well as several utilities for working with filters, LDAP paths and Attributes.
Project metadata download: spring-ldap-1.2.pom
Binary download: spring-ldap-1.2.jar
Source download: spring-ldap-1.2-sources.jar
Javadoc download: spring-ldap-1.2-javadoc.jar
Release date: 30 October 2007
License: The Apache Software License, Version 2.0
Files: 139,
Classes: 144,
Lines of code: 16541
Google AppEngine: Partial support
Depends on:(View as diagram)
  • Maven-Central / commons-codec / commons-codec
  • Maven-Central / commons-collections / commons-collections
  • Maven-Central / commons-lang / commons-lang
  • Maven-Central / commons-logging / commons-logging
  • Maven-Central / junit / junit
  • Maven-Central / log4j / log4j
  • Maven-Central / org.acegisecurity / acegi-security
  • Maven-Central / oro / oro
  • JDK / jdk / openjdk
Used by:
  • Maven-Central / org.springframework.ldap / spring-ldap-tiger
MD5 Signatures:
  • a3887dbbb6c591385b8d0f94407191b0
  • e9717a80ffdf906b1809c32cc54705d2
New to GrepCode? Check out our FAQ X