Package | Description |
---|---|
org.apache.directory.ldap.client.api |
Modifier and Type | Method and Description |
---|---|
SearchFuture |
LdapConnection.searchAsync(SearchRequest searchRequest)
Do a search, on the base object, using the given filter.
|
SearchFuture |
LdapConnection.searchAsync(String baseDn,
String filter,
org.apache.directory.shared.ldap.filter.SearchScope scope,
String... attributes)
Do an asynchronous search, on the base object, using the given filter.
|
Constructor and Description |
---|
SearchCursor(SearchFuture future,
long timeout,
TimeUnit timeUnit) |
Copyright © 2009–2013 The Apache Software Foundation. All rights reserved.