Package | Description |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.future | |
org.apache.directory.ldap.client.api.message |
Modifier and Type | Method and Description |
---|---|
SearchResponse |
SearchCursor.get() |
SearchResponse |
LdapConnection.lookup(String dn) |
SearchResponse |
LdapConnection.lookup(String dn,
String... attributes)
searches for an entry having the given DN
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.cursor.Cursor<SearchResponse> |
LdapConnection.search(SearchRequest searchRequest)
Performs search in a synchronous mode.
|
org.apache.directory.shared.ldap.cursor.Cursor<SearchResponse> |
LdapConnection.search(String baseDn,
String filter,
org.apache.directory.shared.ldap.filter.SearchScope scope,
String... attributes)
Do a search, on the base object, using the given filter.
|
Modifier and Type | Method and Description |
---|---|
SearchResponse |
SearchFuture.get()
Get the SearchResponse, blocking until one is received.
|
SearchResponse |
SearchFuture.get(long timeout,
TimeUnit unit)
Get the SearchResponse, blocking until one is received, or until the
given timeout is reached.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchIntermediateResponse
IntermediateResponse received during the search operation
|
class |
SearchResultDone
Search done protocol response message used to indicate the completion of a
search request message.
|
class |
SearchResultEntry
Search entry protocol response message used to return non referral entries to
the client in response to a search request message.
|
class |
SearchResultReference
Search reference protocol response message used to return referrals to the
client in response to a search request message.
|
Copyright © 2009–2015 The Apache Software Foundation. All rights reserved.