资 源 简 介
LDAP Chai is an easy-to-use Java LDAP interface. Chai takes a java-centric view of working with LDAP, and provides easy to use methods for common and complex operations.
The source repository has moved to github: https://github.com/jrivard/ldapchai/
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
Features:
* Full use of Java 1.5 language enhancements including generics, enums and annotations
* LDAP multi-server failover support
* LDAP connection watch dog, for managing high volume ldap c
文 件 列 表
ldapChai.jar
build.xml
javadoc-public
allclasses-frame.html
allclasses-noframe.html
com
novell
ldapchai
ChaiConstant.html
constant-values.html
deprecated-list.html
help-doc.html
index-all.html
index.html
overview-frame.html
overview-summary.html
overview-tree.html
package-list
resources
inherit.gif
serialized-form.html
stylesheet.css
javadoc-private
allclasses-frame.html
allclasses-noframe.html
com
novell
ldapchai
ChaiConstant.html
constant-values.html
deprecated-list.html
help-doc.html
index-all.html
index.html
overview-frame.html
overview-summary.html
overview-tree.html
package-list
resources
inherit.gif
serialized-form.html
stylesheet.css
lib
NMASToolkit.jar
jaxen-full.jar
jdom.jar
log4j-1.2.12.jar
saxpath.jar
build-lib
ChallengeResponseLCM.jar
junit-4.1.jar
ldap.jar
nmasclient.jar
src
MainTest.java
com
novell
ldapchai
ChaiConstant.java
examples
AdvancedConnection.java
CreateUser.java
ReadUserData.java
SimpleConnection.java
tests
ChaiConfigTester.java
com
novell
ldapchai
tests
ChaiProviderTester.java
com
novell
ldapchai