|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchRequest | |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.message |
Uses of SearchRequest in org.apache.directory.ldap.client.api |
---|
Methods in org.apache.directory.ldap.client.api with parameters of type SearchRequest | |
---|---|
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. |
Uses of SearchRequest in org.apache.directory.ldap.client.api.message |
---|
Methods in org.apache.directory.ldap.client.api.message that return SearchRequest | |
---|---|
SearchRequest |
SearchRequest.addAttributes(java.lang.String... attributes)
Adds attributes to the set of entry attributes to return. |
SearchRequest |
SearchRequest.removeAttributes(java.lang.String... attributes)
Removes attributes to the set of entry attributes to return. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |