Interface | Description |
---|---|
ConnectionFactoryMetadata |
Interface to describe the state of the connection factory.
|
ConnectionStrategy |
Interface to describe various connection strategies.
|
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.
|
ActivePassiveConnectionStrategy |
Connection strategy that returns URLs ordered exactly the way they are configured.
|
ControlProcessor<T> |
Class for invoking provider specific control processors.
|
DefaultConnectionStrategy |
Connection strategy that returns the exact URL that is returned from
ConnectionFactoryMetadata.getLdapUrl() . |
DnsSrvConnectionStrategy |
DNS SRV connection strategy.
|
DnsSrvConnectionStrategy.SrvRecord |
SRV record.
|
ProviderConfig<C> |
Contains configuration data common to providers.
|
ProviderUtils |
Provides utility methods for this package.
|
RandomConnectionStrategy |
Connection strategy that randomizes the list of configured URLs.
|
RoundRobinConnectionStrategy |
Connection strategy that attempts each URL in the order they are configured.
|
SearchItem |
Contains the data returned from a search request.
|
Exception | Description |
---|---|
ConnectionException |
Exception thrown when a connection attempt fails.
|
Copyright © 2022. All rights reserved.