Uses of Class
org.ldaptive.SingleConnectionFactory
Packages that use SingleConnectionFactory
-
Uses of SingleConnectionFactory in org.ldaptive
Fields in org.ldaptive declared as SingleConnectionFactoryModifier and TypeFieldDescriptionprivate final SingleConnectionFactorySingleConnectionFactory.Builder.objectMethods in org.ldaptive that return SingleConnectionFactory -
Uses of SingleConnectionFactory in org.ldaptive.control.util
Methods in org.ldaptive.control.util that return SingleConnectionFactoryModifier and TypeMethodDescriptionstatic SingleConnectionFactorySyncReplClient.createConnectionFactory(ConnectionConfig config) Creates a new single connection factory.static SingleConnectionFactorySyncReplRunner.createConnectionFactory(ConnectionConfig config) Creates a new single connection factory.static SingleConnectionFactorySyncReplRunner.createConnectionFactory(ConnectionConfig config, ConnectionValidator validator) Creates a new single connection factory.static SingleConnectionFactorySyncReplRunner.createConnectionFactory(Transport transport, ConnectionConfig config, ConnectionValidator validator) Creates a new single connection factory.Methods in org.ldaptive.control.util with parameters of type SingleConnectionFactoryModifier and TypeMethodDescriptionstatic voidSyncReplClient.configureConnectionFactory(SingleConnectionFactory factory) Configures the supplied factory for use with aSyncReplClient.static voidSyncReplRunner.configureConnectionFactory(SingleConnectionFactory factory) Configures the supplied factory for use with aSyncReplRunner.Constructors in org.ldaptive.control.util with parameters of type SingleConnectionFactoryModifierConstructorDescriptionSyncReplRunner(SingleConnectionFactory cf, SearchRequest request, CookieManager manager) Creates a new sync repl runner.