Package | Description |
---|---|
org.ldaptive.ad.control.util | |
org.ldaptive.control.util |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCookieManager
Cookie manager that stores a cookie in memory.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.