Package toolbox.ldap

Package class diagram package toolbox.ldap
Provides classes and interfaces to interact with LDAP Directories using the Java Collections Framework.

See:
          Description

Interface Summary
AttributesBuilder Implementations of this interface will convert Map instances to naming Attributes instances.
LDAPManager Defines an interface for developing a LDAP access manager.
LDAPWorker Defines an interface for developing LDAP access workers.
MapBuilder Implementations of this interface will convert naming Attributes to Map instances.
 

Class Summary
AttributesBuilderImpl Default AttributesBuilder implementation.
EntryDefinition Class that describes a supported LDAP entry.
LDAPConstants Final class containing some constants used during LDAP operations.
LDAPFilter Utility class to generate LDAP filters in more or less the same way as prepared statements.
LDAPManagerImpl Default LDAPManager implementation.
LDAPWorkerImpl Default LDAPWorker implementation.
MapBuilderImpl Default MapBuilder implementation.
MapOfSetsComparator Comparator implementation to compare Set values contained within Maps.
 

Exception Summary
LDAPException Indicates exceptions while performing LDAP operations.
 

Package toolbox.ldap Description

Provides classes and interfaces to interact with LDAP Directories using the Java Collections Framework.