Uses of Class
org.forgerock.opendj.ldap.messages.CompareRequest
Packages that use CompareRequest
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
-
Uses of CompareRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type CompareRequestModifier and TypeMethodDescriptionvoid
LdapWriter.writeCompareRequest
(int messageID, CompareRequest request) Writes the provided compare request. -
Uses of CompareRequest in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type CompareRequestModifier and TypeMethodDescriptionAbstractAsynchronousConnection.compare
(CompareRequest request) AbstractConnectionWrapper.compare
(CompareRequest request) Compares an entry in the Directory Server using the provided compare request.Connection.compare
(CompareRequest request) Compares an entry in the Directory Server using the provided compare request.default io.reactivex.rxjava3.core.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 CompareRequest in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return CompareRequestModifier and TypeMethodDescriptionstatic CompareRequest
Requests.copyOfCompareRequest
(CompareRequest request) Creates a new compare request that is an exact copy of the provided request.static CompareRequest
Requests.newCompareRequest
(String name, String attributeDescription, Object assertionValue) Creates a new compare request using the provided distinguished name, attribute name, and assertion value decoded using the default schema.static CompareRequest
Requests.newCompareRequest
(Dn name, AttributeDescription attributeDescription, Object assertionValue) Creates a new compare request using the provided distinguished name, attribute name, and assertion value.CompareRequest.setAssertionValue
(Object value) Sets the assertion value to be compared.CompareRequest.setAttributeDescription
(String attributeDescription) Sets the name of the attribute to be compared.CompareRequest.setAttributeDescription
(AttributeDescription attributeDescription) Sets the name of the attribute to be compared.Sets the distinguished name of the entry to be compared.Sets the distinguished name of the entry to be compared.Methods in org.forgerock.opendj.ldap.messages with parameters of type CompareRequestModifier and TypeMethodDescriptionstatic CompareRequest
Requests.copyOfCompareRequest
(CompareRequest request) Creates a new compare request that is an exact copy of the provided request.AbstractRequestVisitor.visitRequest
(P p, CompareRequest request) RequestVisitor.visitRequest
(P p, CompareRequest request) Visits anCompare
request.