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.Fields in org.ldaptive.control.util declared as CookieManager Modifier and Type Field Description private CookieManager
SyncReplRunner. cookieManager
Sync repl cookie manager.private CookieManager
VirtualListViewParams. cookieManager
Cookie manager for VLV context ID.Methods in org.ldaptive.control.util that return CookieManager Modifier and Type Method Description CookieManager
VirtualListViewParams. getCookieManager()
Returns the cookie manager.Methods in org.ldaptive.control.util with parameters of type CookieManager Modifier and Type Method Description VirtualListViewRequestControl
VirtualListViewParams. createRequestControl(boolean critical, CookieManager manager)
Creates a new virtual list view request control using the properties in this VLV params.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(SingleConnectionFactory cf, SearchRequest request, CookieManager manager)
Creates a new sync repl runner.VirtualListViewParams(int offset, int before, int after, CookieManager manager)
Creates a new virtual list view params.VirtualListViewParams(String assertion, int before, int after, CookieManager manager)
Creates a new virtual list view params.
-