Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CompareResult |
Connection.compare(CompareRequest request)
Compares an entry in the Directory Server using the provided compare
request.
|
CompareResult |
AbstractConnectionWrapper.compare(CompareRequest request)
Compares an entry in the Directory Server using the provided compare
request.
|
CompareResult |
AbstractAsynchronousConnection.compare(CompareRequest request) |
CompareResult |
Connection.compare(String name,
String attributeDescription,
String assertionValue)
Compares the named entry in the Directory Server against the provided
attribute value assertion.
|
CompareResult |
AbstractConnectionWrapper.compare(String name,
String attributeDescription,
String assertionValue)
Compares the named entry in the Directory Server against the provided
attribute value assertion.
|
CompareResult |
AbstractConnection.compare(String name,
String attributeDescription,
String assertionValue) |
Modifier and Type | Method and Description |
---|---|
default io.reactivex.Single<CompareResult> |
LdapClientSocket.compare(CompareRequest request)
Asynchronously compares an entry in the Directory Server using the provided compare request.
|
LdapPromise<CompareResult> |
Connection.compareAsync(CompareRequest request)
Asynchronously compares an entry in the Directory Server using the
provided compare request.
|
LdapPromise<CompareResult> |
AbstractConnectionWrapper.compareAsync(CompareRequest request)
Asynchronously compares an entry in the Directory Server using the
provided compare request.
|
LdapPromise<CompareResult> |
AbstractConnection.compareAsync(CompareRequest request) |
LdapPromise<CompareResult> |
Connection.compareAsync(CompareRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously compares an entry in the Directory Server using the
provided compare request.
|
LdapPromise<CompareResult> |
AbstractSynchronousConnection.compareAsync(CompareRequest request,
IntermediateResponseHandler intermediateResponseHandler) |
LdapPromise<CompareResult> |
AbstractConnectionWrapper.compareAsync(CompareRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously compares an entry in the Directory Server using the
provided compare request.
|
Modifier and Type | Method and Description |
---|---|
CompareResult |
CompareResult.addControl(Control control) |
CompareResult |
CompareResult.addControls(Iterable<? extends Control> controls) |
CompareResult |
CompareResult.addReferralUri(String uri) |
static CompareResult |
Responses.copyOfCompareResult(CompareResult result)
Creates a new compare result that is an exact copy of the provided
result.
|
static CompareResult |
Responses.newCompareResult(ResultCode resultCode)
Creates a new compare result using the provided result code.
|
CompareResult |
CompareResult.setCause(Throwable cause) |
CompareResult |
CompareResult.setDiagnosticMessage(CharSequence message) |
CompareResult |
CompareResult.setMatchedDn(Dn dn) |
CompareResult |
CompareResult.setMatchedDn(String dn) |
CompareResult |
CompareResult.setResultCode(ResultCode resultCode) |
static CompareResult |
Responses.unmodifiableCompareResult(CompareResult result)
Creates an unmodifiable compare result using the provided response.
|
Modifier and Type | Method and Description |
---|---|
static CompareResult |
Responses.copyOfCompareResult(CompareResult result)
Creates a new compare result that is an exact copy of the provided
result.
|
static LdapMessage |
LdapMessage.newResponseMessage(int messageId,
CompareResult response)
Builds and returns an
LdapMessage containing a CompareResult . |
static CompareResult |
Responses.unmodifiableCompareResult(CompareResult result)
Creates an unmodifiable compare result using the provided response.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.