| Interface | Description |
|---|---|
| ControlHandler<T> |
Handles provider specific request and response controls.
|
| Provider<T extends ProviderConfig> |
Provides access to a provider specific connection factory.
|
| ProviderConnection |
Interface for a provider specific implementation of ldap operations.
|
| ProviderConnectionFactory<T extends ProviderConfig> |
Provides an interface for creating provider connections.
|
| ResponseListener |
Response listener.
|
| SearchIterator |
Search results iterator.
|
| SearchListener |
Search results listener.
|
| Class | Description |
|---|---|
| AbstractProviderConnectionFactory<T extends ProviderConfig> |
Provides a basic implementation for other connection factories to inherit.
|
| ControlProcessor<T> |
Class for invoking provider specific control processors.
|
| ProviderConfig<C> |
Contains configuration data common to providers.
|
| ProviderUtils |
Provides utility methods for this package.
|
| SearchItem |
Contains the data returned from a search request.
|
| Exception | Description |
|---|---|
| ConnectionException |
Exception thrown when a connection attempt fails.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.