SearchFuture |
LdapAsyncConnection.searchAsync(String baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do an asynchronous search, on the base object, using the given filter.
|
SearchFuture |
LdapAsyncConnection.searchAsync(SearchRequest searchRequest) |
Do a search, on the base object, using the given filter.
|
SearchFuture |
LdapAsyncConnection.searchAsync(Dn baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do an asynchronous search, on the base object, using the given filter.
|
SearchFuture |
LdapNetworkConnection.searchAsync(String baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do an asynchronous search, on the base object, using the given filter.
|
SearchFuture |
LdapNetworkConnection.searchAsync(SearchRequest searchRequest) |
Do a search, on the base object, using the given filter.
|
SearchFuture |
LdapNetworkConnection.searchAsync(Dn baseDn,
String filter,
SearchScope scope,
String... attributes) |
Do an asynchronous search, on the base object, using the given filter.
|