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.Fields in org.ldaptive.control.util declared as CookieManager Modifier and Type Field Description private CookieManagerSyncReplRunner. cookieManagerSync repl cookie manager.private CookieManagerVirtualListViewParams. cookieManagerCookie manager for VLV context ID.Methods in org.ldaptive.control.util that return CookieManager Modifier and Type Method Description CookieManagerVirtualListViewParams. getCookieManager()Returns the cookie manager.Methods in org.ldaptive.control.util with parameters of type CookieManager Modifier and Type Method Description private RequestControl[]SyncReplClient. appendRequestControls(SearchRequest request, CookieManager manager)Creates a new array of request controls which includes the sync request control.VirtualListViewRequestControlVirtualListViewParams. createRequestControl(boolean critical, CookieManager manager)Creates a new virtual list view request control using the properties in this VLV params.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(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. 
 -