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 SearchResponseDirSyncClient. execute(SearchRequest request, CookieManager manager)Performs a search operation with theDirSyncControl.SearchResponseDirSyncClient. 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 classDefaultCookieManagerCookie manager that stores a cookie in memory.Methods in org.ldaptive.control.util with parameters of type CookieManager Modifier and Type Method Description SearchResponsePagedResultsClient. execute(SearchRequest request, CookieManager manager)Performs a search operation with thePagedResultsControl.SearchResponsePagedResultsClient. executeToCompletion(SearchRequest request, CookieManager manager)Performs a search operation with thePagedResultsControl.SearchOperationHandleSyncReplClient. 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.
-