Uses of Class
org.ldaptive.AbstractConfig

Packages that use AbstractConfig
org.ldaptive   
org.ldaptive.pool   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
org.ldaptive.sasl   
org.ldaptive.ssl   
 

Uses of AbstractConfig in org.ldaptive
 

Subclasses of AbstractConfig in org.ldaptive
 class ConnectionConfig
          Contains all the configuration data needed to control connections.
 

Uses of AbstractConfig in org.ldaptive.pool
 

Subclasses of AbstractConfig in org.ldaptive.pool
 class PoolConfig
          Contains all the configuration data that the pooling implementations need to control the pool.
 

Uses of AbstractConfig in org.ldaptive.provider
 

Subclasses of AbstractConfig in org.ldaptive.provider
 class ProviderConfig<C>
          Contains configuration data common to providers.
 

Uses of AbstractConfig in org.ldaptive.provider.jndi
 

Subclasses of AbstractConfig in org.ldaptive.provider.jndi
 class JndiProviderConfig
          Contains configuration data for the JNDI provider.
 

Uses of AbstractConfig in org.ldaptive.sasl
 

Subclasses of AbstractConfig in org.ldaptive.sasl
 class CramMd5Config
          Contains all the configuration data for SASL Cram-MD5 authentication.
 class DigestMd5Config
          Contains all the configuration data for SASL Digest-MD5 authentication.
 class ExternalConfig
          Contains all the configuration data for SASL EXTERNAL authentication.
 class GssApiConfig
          Contains all the configuration data for SASL GSSAPI authentication.
 class SaslConfig
          Contains all the configuration data for SASL authentication.
 

Uses of AbstractConfig in org.ldaptive.ssl
 

Subclasses of AbstractConfig in org.ldaptive.ssl
 class HostnameVerifierConfig
          Contains all the configuration data for hostname verification.
 class SocketConfig
          Contains the configuration data for sockets.
 class SslConfig
          Contains all the configuration data for SSL and startTLS.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.