| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchCursorImpl
An implementation of Cursor based on the underlying SearchFuture instance.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCursor |
LdapConnectionWrapper.search(SearchRequest searchRequest) |
SearchCursor |
LdapConnection.search(SearchRequest searchRequest)
Performs search using a search request object.
|
SearchCursor |
LdapNetworkConnection.search(SearchRequest searchRequest)
Performs search using a search request object.
|
| Constructor and Description |
|---|
EntryCursorImpl(SearchCursor searchCursor)
Instantiates a new search cursor, embedding a SearchCursor.
|
Copyright © 2021. All rights reserved.