Uses of Interface
org.ldaptive.control.util.CookieManager
-
Packages that use CookieManager Package Description org.ldaptive.ad.control.util org.ldaptive.control.util -
-
Uses of CookieManager in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util with parameters of type CookieManager Modifier and Type Method Description SearchResponse
DirSyncClient. execute(SearchRequest request, CookieManager manager)
Performs a search operation with theDirSyncControl
.SearchResponse
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 CookieManager Modifier and Type Class Description class
DefaultCookieManager
Cookie manager that stores a cookie in memory.Methods in org.ldaptive.control.util with parameters of type CookieManager Modifier and Type Method Description SearchResponse
PagedResultsClient. execute(SearchRequest request, CookieManager manager)
Performs a search operation with thePagedResultsControl
.SearchResponse
PagedResultsClient. executeToCompletion(SearchRequest request, CookieManager manager)
Performs a search operation with thePagedResultsControl
.SearchOperationHandle
SyncReplClient. send(SearchRequest request, CookieManager manager)
Performs an async search operation with theSyncRequestControl
.Constructors in org.ldaptive.control.util with parameters of type CookieManager Constructor Description SyncReplRunner(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.
-