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.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of CompareRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type CompareRequestModifier and TypeMethodDescriptionvoidLdapWriter.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 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 CompareRequestRequests.copyOfCompareRequest(CompareRequest request) Creates a new compare request that is an exact copy of the provided request.static CompareRequestRequests.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 CompareRequestRequests.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 CompareRequestRequests.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 anComparerequest. -
Uses of CompareRequest in org.opends.server.core
Methods in org.opends.server.core that return CompareRequestConstructors in org.opends.server.core with parameters of type CompareRequestModifierConstructorDescriptionCompareOperation(RequestContext context, LocalBackend<?> backend, CompareRequest request, Consumer<ResponseStream> out) Creates a new compare operation. -
Uses of CompareRequest in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type CompareRequestModifier and TypeMethodDescriptionvoidAccessLogPublisher.logCompareRequest(RequestContext context, CompareRequest request) Writes a message to the access logger with information about the compare request.voidTextAccessLogPublisher.logCompareRequest(RequestContext context, CompareRequest request) voidAccessLogPublisher.logCompareResult(RequestContext context, CompareRequest request, Result result) Writes a message to the access logger with information about the compare result.voidTextAccessLogPublisher.logCompareResult(RequestContext context, CompareRequest request, Result result)