AbstractConnectionHandler |
AbstractConnectionHandler provides a basic implementation for
other connection handlers to inherit.
|
AbstractResultHandler |
AbstractResultHandler implements common handler functionality.
|
AttributeHandler |
AttributeHandler provides post search processing of an ldap attribute.
|
CaseChangeSearchResultHandler.CaseChange |
Enum to define the type of case change.
|
ConnectionHandler |
ConnectionHandler provides an interface for creating and closing LDAP
connections.
|
ConnectionHandler.ConnectionStrategy |
Enum to define the type of connection strategy.
|
CopyAttributeHandler |
CopyAttributeHandler converts a NamingEnumeration of attribute
into a List of attribute.
|
CopyResultHandler |
CopyResultHandler converts a NamingEnumeration into a List of
ldap results.
|
CopySearchResultHandler |
CopySearchResultHandler converts a NamingEnumeration of search
results into a List of search results.
|
DefaultConnectionHandler |
|
ExtendedAttributeHandler |
Provides an interface for attribute handlers that require the use of the
Ldap object that was used to perform the original search.
|
ExtendedSearchResultHandler |
Provides an interface for search result handlers that require the use of the
Ldap object that was used to perform the original search.
|
ResultHandler |
ResultHandler provides post search processing of ldap results.
|
SearchCriteria |
SearchCriteria contains the attributes used to perform ldap
searches.
|
SearchResultHandler |
SearchResultHandler provides post search processing of ldap search results.
|
TlsConnectionHandler |
TlsConnectionHandler creates a new LdapContext
using environment properties obtained from LdapConfig.getEnvironment() and then invokes the startTLS extended operation
on the context.
|