Package | Description |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.message |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.cursor.Cursor<SearchResponse> |
LdapConnection.search(SearchRequest searchRequest)
Performs search in a synchronous mode.
|
SearchFuture |
LdapConnection.searchAsync(SearchRequest searchRequest)
Do a search, on the base object, using the given filter.
|
Modifier and Type | Method and Description |
---|---|
SearchRequest |
SearchRequest.addAttributes(String... attributes)
Adds attributes to the set of entry attributes to return.
|
SearchRequest |
SearchRequest.removeAttributes(String... attributes)
Removes attributes to the set of entry attributes to return.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.