|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
BlockingQueue<SyncReplItem> |
SyncReplClient.execute(SearchRequest request,
CookieManager manager)
Invokes SyncReplClient.execute(SearchRequest, CookieManager, int) with a capacity
of Integer.MAX_VALUE. |
Response<SearchResult> |
PagedResultsClient.execute(SearchRequest request,
CookieManager manager)
Performs a search operation with the PagedResultsControl. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||