Spring LDAP 2.3.2

Spring 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.
Spring Initializr
Quickstart Your Project
Bootstrap your application with Spring Initializr.

Spring LDAP is a simplified LDAP library in Java programming, and its establishment and Spring Jdbc same.
LdapTemplate class encapsulates all pipe work involved in traditional LDAP programming, e.g., create, loop NamingEnumerations, handling exceptions and cleanup resources. This allows the programmer to handle important thing - to find data (DNs and filters) and how to handle data (mapped to the domain object, binding, modify, unbind, etc.) where, in addition to the actual programmers like JdbcTemplate lift how do all the tasks outside of SQL, and data is mapped to the same domain model.
In addition, the Spring LDAP exception is also provided to convert from NamingExceptions unchecked exception hierarchy, as well as some filters for processing, utilities and attributes of the LDAP path.
Spring initializer
quick start projects
using Spring initialized boot applications.

Original articles published 0 · won praise 135 · Views 4904

Guess you like

Origin blog.csdn.net/blog_programb/article/details/105156098