Uses of Class
org.ldaptive.AbstractConfig
-
Packages that use AbstractConfig Package Description org.ldaptive org.ldaptive.sasl org.ldaptive.ssl org.ldaptive.transport -
-
Uses of AbstractConfig in org.ldaptive
Subclasses of AbstractConfig in org.ldaptive Modifier and Type Class Description class
ConnectionConfig
Contains all the configuration data needed to control connections. -
Uses of AbstractConfig in org.ldaptive.sasl
Subclasses of AbstractConfig in org.ldaptive.sasl Modifier and Type Class Description class
SaslConfig
Contains basic configuration data for SASL authentication. -
Uses of AbstractConfig in org.ldaptive.ssl
Subclasses of AbstractConfig in org.ldaptive.ssl Modifier and Type Class Description class
SslConfig
Contains all the configuration data for SSL and startTLS. -
Uses of AbstractConfig in org.ldaptive.transport
Subclasses of AbstractConfig in org.ldaptive.transport Modifier and Type Class Description class
ThreadPoolConfig
Contains configuration properties for creating thread pools used by transports.
-