| Package | Description |
|---|---|
| edu.vt.middleware.ldap | |
| edu.vt.middleware.ldap.auth.handler | |
| edu.vt.middleware.ldap.handler |
| Class and Description |
|---|
| AttributeHandler
AttributeHandler provides post search processing of an ldap attribute.
|
| ConnectionHandler
ConnectionHandler provides an interface for creating and closing LDAP
connections.
|
CopyResultHandler
CopyResultHandler converts a NamingEnumeration into a List of
ldap results. |
| SearchResultHandler
SearchResultHandler provides post search processing of ldap search results.
|
| Class and Description |
|---|
| ConnectionHandler
ConnectionHandler provides an interface for creating and closing LDAP
connections.
|
| Class and Description |
|---|
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
DefaultConnectionHandler creates a new LdapContext
using environment properties obtained from LdapConfig.getEnvironment(). |
| 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. |
Copyright © 2014. All rights reserved.