Uses of Interface
org.ldaptive.control.util.CookieManager

Packages that use CookieManager
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
 Response<SearchResult> DirSyncClient.execute(SearchRequest request, CookieManager manager)
          Performs a search operation with the DirSyncControl.
 Response<SearchResult> DirSyncClient.executeToCompletion(SearchRequest request, CookieManager manager)
          Performs a search operation with the DirSyncControl.
 

Uses of CookieManager in org.ldaptive.control.util
 

Classes in org.ldaptive.control.util that implement CookieManager
 class DefaultCookieManager
          Cookie manager that stores a cookie in memory.
 

Methods in org.ldaptive.control.util with parameters of type CookieManager
 Response<SearchResult> PagedResultsClient.execute(SearchRequest request, CookieManager manager)
          Performs a search operation with the PagedResultsControl.
 BlockingQueue<SyncReplItem> SyncReplClient.execute(SearchRequest request, CookieManager manager)
          Invokes SyncReplClient.execute(SearchRequest, CookieManager, int) with a capacity of Integer.MAX_VALUE.
 BlockingQueue<SyncReplItem> SyncReplClient.execute(SearchRequest request, CookieManager manager, int capacity)
          Performs an async search operation with the SyncRequestControl.
 Response<SearchResult> PagedResultsClient.executeToCompletion(SearchRequest request, CookieManager manager)
          Performs a search operation with the PagedResultsControl.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.