Uses of Record Class
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 TypeMethodDescriptionstatic CompareResult
Responses.newCompareResult
(Result result) Creates a new compare result using the provided result.static CompareResult
Responses.newCompareResult
(ResultCode resultCode) Creates a new compare result using the provided result code.static CompareResult
Responses.newCompareResult
(ResultCode resultCode, String matchedDn, CharSequence diagnosticMessage, List<String> referralUris, Throwable cause) Creates a new compare result using the provided result code.Methods in org.forgerock.opendj.ldap.messages with parameters of type CompareResultModifier and TypeMethodDescriptionstatic LdapMessage
LdapMessage.newResponseMessage
(int messageId, CompareResult response) Builds and returns anLdapMessage
containing aCompareResult
.