Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
static SearchResultReference |
Converters.from(SearchResultReference srvResultReference)
Converts from OpenDJ server
SearchResultReference to OpenDJ LDAP SDK
SearchResultReference . |
Modifier and Type | Method and Description |
---|---|
static SearchResultReference |
Converters.to(SearchResultReference searchResultReference)
Converts from OpenDJ LDAP SDK
SearchResultReference to OpenDJ server
SearchResultReference . |
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeSearchResultReference(int messageID,
SearchResultReference reference)
Writes the provided search result reference.
|
Modifier and Type | Method and Description |
---|---|
SearchResultReference |
SearchResultReferenceIOException.getReference()
Returns the
SearchResultReference which was encountered while
processing the search results. |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchResultHandler.handleReference(SearchResultReference reference)
Invoked each time a search result reference is returned from an
asynchronous search operation.
|
Modifier and Type | Method and Description |
---|---|
Result |
Connection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references) |
Constructor and Description |
---|
SearchResultReferenceIOException(SearchResultReference reference)
Creates a new referral result IO exception with the provided
SearchResultReference . |
Modifier and Type | Method and Description |
---|---|
SearchResultReference |
SearchResultReference.addControl(Control control) |
SearchResultReference |
SearchResultReference.addUri(String uri)
Adds the provided continuation reference URI to this search result
reference.
|
static SearchResultReference |
Responses.copyOfSearchResultReference(SearchResultReference reference)
Creates a new search result reference that is an exact copy of the
provided result.
|
static SearchResultReference |
Responses.newSearchResultReference(String uri)
Creates a new search result reference using the provided continuation
reference URI.
|
static SearchResultReference |
Responses.unmodifiableSearchResultReference(SearchResultReference reference)
Creates an unmodifiable search result reference using the provided
response.
|
Modifier and Type | Method and Description |
---|---|
static SearchResultReference |
Responses.copyOfSearchResultReference(SearchResultReference reference)
Creates a new search result reference that is an exact copy of the
provided result.
|
static LdapMessage |
LdapMessage.newResponseMessage(int messageId,
SearchResultReference response)
Builds and returns an
LdapMessage containing a SearchResultReference . |
static SearchResultReference |
Responses.unmodifiableSearchResultReference(SearchResultReference reference)
Creates an unmodifiable search result reference using the provided
response.
|
Modifier and Type | Method and Description |
---|---|
SearchResultReference |
ConnectionEntryReader.readReference()
Waits for the next search result entry or reference to become available
and, if it is a reference, returns it as a
SearchResultReference . |
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicGroupSearchThread.handleReference(SearchResultReference ignored) |
Copyright 2010-2020 ForgeRock AS.