Uses of Interface
org.ldaptive.control.util.CookieManager
Packages that use CookieManager
-
Uses of CookieManager in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util with parameters of type CookieManagerModifier and TypeMethodDescriptionDirSyncClient.execute
(SearchRequest request, CookieManager manager) Performs a search operation with theDirSyncControl
.DirSyncClient.executeToCompletion
(SearchRequest request, CookieManager manager) Performs a search operation with theDirSyncControl
. -
Uses of CookieManager in org.ldaptive.control.util
Classes in org.ldaptive.control.util that implement CookieManagerModifier and TypeClassDescriptionclass
Cookie manager that stores a cookie in memory.Fields in org.ldaptive.control.util declared as CookieManagerModifier and TypeFieldDescriptionprivate final CookieManager
SyncReplRunner.cookieManager
Sync repl cookie manager.Methods in org.ldaptive.control.util with parameters of type CookieManagerModifier and TypeMethodDescriptionPagedResultsClient.execute
(SearchRequest request, CookieManager manager) Performs a search operation with thePagedResultsControl
.PagedResultsClient.executeToCompletion
(SearchRequest request, CookieManager manager) Performs a search operation with thePagedResultsControl
.SyncReplClient.send
(SearchRequest request, CookieManager manager) Performs an async search operation with theSyncRequestControl
.Constructors in org.ldaptive.control.util with parameters of type CookieManagerModifierConstructorDescriptionSyncReplRunner
(ConnectionConfig config, SearchRequest request, CookieManager manager) Creates a new sync repl runner.SyncReplRunner
(Transport transport, ConnectionConfig config, SearchRequest request, CookieManager manager) Creates a new sync repl runner.