Spring LDAP

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.

Лицензия

Лицензия

Группа

Группа

org.springframework.ldap
Идентификатор

Идентификатор

spring-ldap
Последняя версия

Последняя версия

1.3.1.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring LDAP
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.
Ссылка на сайт

Ссылка на сайт

http://springframework.org/ldap
Организация-разработчик

Организация-разработчик

The Spring LDAP Framework

Скачать spring-ldap

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap/ -->
<dependency>
    <groupId>org.springframework.ldap</groupId>
    <artifactId>spring-ldap</artifactId>
    <version>1.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap/
implementation 'org.springframework.ldap:spring-ldap:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.ldap/spring-ldap/
implementation ("org.springframework.ldap:spring-ldap:1.3.1.RELEASE")
'org.springframework.ldap:spring-ldap:jar:1.3.1.RELEASE'
<dependency org="org.springframework.ldap" name="spring-ldap" rev="1.3.1.RELEASE">
  <artifact name="spring-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap', version='1.3.1.RELEASE')
)
libraryDependencies += "org.springframework.ldap" % "spring-ldap" % "1.3.1.RELEASE"
[org.springframework.ldap/spring-ldap "1.3.1.RELEASE"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.springframework : spring-core jar 3.0.5.RELEASE

Модули Проекта

  • parent
  • core
  • core-tiger
  • test-support
  • test
  • ldif
  • odm

Версии библиотеки

Версия
1.3.1.RELEASE
1.3.0.RELEASE
1.2.1
1.2