Giter Site home page Giter Site logo

ldapchai's Introduction

ldapchai

LDAP Chai is an easy-to-use Java LDAP interface. LDAP Chai is a wrapper interface that makes working with LDAP simple and vendor agnostic.

LDAP Chai can wrap either the Java-provided JNDI LDAP interface or the open JLDAP library.

Contrasted to the Java JNDI LDAP interface, LDAP Chai does not require dealing with cumbersome classes like DirContext?, Attributes and NamingEnumerations?. Instead, nearly all arguments and return values are presented as Java Strings and use the standard Java Collections Framework of Lists, Sets and Maps. In fact, LDAP Chai helps remove much of the burdensome "boiler-plate" code often needed when dealing with LDAP APIs.

LDAP Chai is well suited for business applications and general purpose LDAP development

Javadocs

Maven

LDAP Chai is available from maven central repository. You can import by adding the following fragment to your pom.xml.

        <dependency>
            <groupId>com.github.ldapchai</groupId>
            <artifactId>ldapchai</artifactId>
            <version>version</version>
        </dependency>

Features:

  • Full use of Java 1.5 language enhancements including generics, enums and annotations
  • LDAP multi-server failover support
  • LDAP idle connection watch-dog automatically opens and closes connections based on activity
  • Support for NMAS and non-NMAS (PWM) style challenge/response settings
  • Simple methods for the most common operations, such as reading an int or Date.
  • Pluggable connection implementation; included implementations wrap the standard Java JNDI ldap interface or JLDAP API.
  • Included pluggable LDAP-vendor implementations include:
    • NetIQ eDirectory
    • Microsoft Active Directory
    • Directory Server 389
    • Oracle DS
    • OpenLDAP
  • LDAP vendor agnostic error codes and error handling
  • LDAP vendor agnostic password handlers and password policy readers

ldapchai's People

Contributors

jrivard avatar jalbr74 avatar bonhamcm avatar csetera avatar gregdomjan avatar duttonw avatar

Watchers

Bob Martens avatar Aaron Spike avatar James Cloos avatar Jim avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.