Uses of Interface
org.forgerock.opendj.ldap.messages.CompareResult
Packages that use CompareResult
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
-
Uses of CompareResult in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return CompareResultModifier and TypeMethodDescriptionAbstractAsynchronousConnection.compare(CompareRequest request) Compares the named entry in the Directory Server against the provided attribute value assertion.AbstractConnectionWrapper.compare(CompareRequest request) Compares an entry in the Directory Server using the provided compare request.Compares the named entry in the Directory Server against the provided attribute value assertion.Connection.compare(CompareRequest request) Compares an entry in the Directory Server using the provided compare request.Methods in org.forgerock.opendj.ldap that return types with arguments of type CompareResultModifier and TypeMethodDescriptiondefault Single<CompareResult>LdapClientSocket.compare(CompareRequest request) Asynchronously compares an entry in the Directory Server using the provided compare request.AbstractConnection.compareAsync(CompareRequest request) AbstractConnectionWrapper.compareAsync(CompareRequest request) Asynchronously compares an entry in the Directory Server using the provided compare request.AbstractConnectionWrapper.compareAsync(CompareRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously compares an entry in the Directory Server using the provided compare request.AbstractSynchronousConnection.compareAsync(CompareRequest request, IntermediateResponseHandler intermediateResponseHandler) Connection.compareAsync(CompareRequest request) Asynchronously compares an entry in the Directory Server using the provided compare request.Connection.compareAsync(CompareRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously compares an entry in the Directory Server using the provided compare request. -
Uses of CompareResult in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return CompareResultModifier and TypeMethodDescriptionCompareResult.addControl(Control control) CompareResult.addControls(Iterable<? extends Control> controls) CompareResult.addReferralUri(String uri) static CompareResultResponses.copyOfCompareResult(CompareResult result) Creates a new compare result that is an exact copy of the provided result.static CompareResultResponses.newCompareResult(ResultCode resultCode) Creates a new compare result using the provided result code.CompareResult.setDiagnosticMessage(CharSequence message) CompareResult.setMatchedDn(String dn) CompareResult.setMatchedDn(Dn dn) CompareResult.setResultCode(ResultCode resultCode) static CompareResultResponses.unmodifiableCompareResult(CompareResult result) Creates an unmodifiable compare result using the provided response.Methods in org.forgerock.opendj.ldap.messages with parameters of type CompareResultModifier and TypeMethodDescriptionstatic CompareResultResponses.copyOfCompareResult(CompareResult result) Creates a new compare result that is an exact copy of the provided result.static LdapMessageLdapMessage.newResponseMessage(int messageId, CompareResult response) Builds and returns anLdapMessagecontaining aCompareResult.static CompareResultResponses.unmodifiableCompareResult(CompareResult result) Creates an unmodifiable compare result using the provided response.