All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.bundle.info Maven / Gradle / Ivy

Go to download

This OSGi bundle wraps spring-ldap-core, spring-ldap-odm, spring-ldap-ldif-core ${pkgVersion} jar files.

There is a newer version: 3.1.0_1
Show newest version
\u001B[1mSYNOPSIS\u001B[0m
    This OSGi bundle wraps spring-ldap-core, spring-ldap-odm, spring-ldap-ldif-core 3.0.1 jar files.

    Original Maven URL:
        \u001B[33mmvn:org.springframework.ldap/spring-ldap-core/3.0.1\u001B[0m
        \u001B[33mmvn:org.springframework.ldap/spring-ldap-core-tiger/3.0.1\u001B[0m
        \u001B[33mmvn:org.springframework.ldap/spring-ldap-odm/3.0.1\u001B[0m
        \u001B[33mmvn:org.springframework.ldap/spring-ldap-ldif-core/3.0.1\u001B[0m

\u001B[1mDESCRIPTION\u001B[0m
    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,
    an Object-Directory Mapping (ODM) framework, an LDIF parsing library with Spring
    Batch integration, exception translation from NamingExceptions to a mirrored unchecked
    Exception hierarchy, as well as several utilities for working with filters, LDAP paths
    and Attributes.

    Spring LDAP requires J2SE 1.4 or higher to run, and works with Spring Framework 2.0.x,
    2.5.x as well as 3.0.x.

\u001B[1mSEE ALSO\u001B[0m
    \u001B[36mhttp://www.springsource.org/ldap\u001B[0m




© 2015 - 2024 Weber Informatics LLC | Privacy Policy