Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
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.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeCompareRequest(int messageID,
CompareRequest request)
Writes the provided compare request.
|
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) |
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 |
---|---|
CompareRequest |
CompareRequest.addControl(Control control) |
CompareRequest |
CompareRequest.addControls(Iterable<? extends Control> controls) |
static CompareRequest |
Requests.copyOfCompareRequest(CompareRequest request)
Creates a new compare request that is an exact copy of the provided
request.
|
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.
|
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.
|
CompareRequest |
CompareRequest.setAssertionValue(Object value)
Sets the assertion value to be compared.
|
CompareRequest |
CompareRequest.setAttributeDescription(AttributeDescription attributeDescription)
Sets the name of the attribute to be compared.
|
CompareRequest |
CompareRequest.setAttributeDescription(String attributeDescription)
Sets the name of the attribute to be compared.
|
CompareRequest |
CompareRequest.setName(Dn dn)
Sets the distinguished name of the entry to be compared.
|
CompareRequest |
CompareRequest.setName(String dn)
Sets the distinguished name of the entry to be compared.
|
static CompareRequest |
Requests.unmodifiableCompareRequest(CompareRequest request)
Creates an unmodifiable compare request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static CompareRequest |
Requests.copyOfCompareRequest(CompareRequest request)
Creates a new compare request that is an exact copy of the provided
request.
|
static CompareRequest |
Requests.unmodifiableCompareRequest(CompareRequest request)
Creates an unmodifiable compare request of the provided request.
|
R |
RequestVisitor.visitRequest(P p,
CompareRequest request)
Visits an
Compare request. |
R |
AbstractRequestVisitor.visitRequest(P p,
CompareRequest request) |
Modifier and Type | Method and Description |
---|---|
protected Flowable<Response> |
TypedRequestFilter.filterCompare(org.forgerock.services.context.Context context,
CompareRequest request,
RequestHandler next)
Filters compare requests and their responses.
|
protected Flowable<Response> |
TypedProtocolOpFilter.filterCompare(org.forgerock.services.context.Context context,
CompareRequest request,
RequestHandler next)
Forwards the request to the next handler in the chain.
|
protected void |
TypedProtocolOpFilter.filterCompareResponse(org.forgerock.services.context.Context context,
CompareRequest request,
Response response)
Implements the behavior for all the responses of a CompareRequest.
|
protected Flowable<Response> |
TypedRequestHandler.handleCompare(org.forgerock.services.context.Context context,
CompareRequest request)
Implements the specific behavior for all CompareRequest.
|
Flowable<Response> |
TypedRequestHandler.visitRequest(org.forgerock.services.context.Context context,
CompareRequest request) |
Constructor and Description |
---|
CompareOperation(org.forgerock.services.context.Context context,
CompareRequest compareRequest)
Creates a new compare operation with the provided information.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAccessLogPublisher.logCompareRequest(RequestContext context,
CompareRequest request) |
static void |
AccessLogger.logCompareRequest(RequestContext context,
CompareRequest request)
Writes a message to the access logger with information about the provided compare request.
|
void |
AccessLogPublisher.logCompareRequest(RequestContext context,
CompareRequest request)
Writes a message to the access logger with information about the compare request.
|
void |
TextAccessLogPublisher.logCompareResult(RequestContext context,
CompareRequest request,
Result result) |
static void |
AccessLogger.logCompareResult(RequestContext context,
CompareRequest request,
Result result)
Writes a message to the access logger with information about the provided compare result.
|
void |
AccessLogPublisher.logCompareResult(RequestContext context,
CompareRequest request,
Result result)
Writes a message to the access logger with information about the compare result.
|
Modifier and Type | Method and Description |
---|---|
LdapPromise<CompareResult> |
SdkConnectionAdapter.compareAsync(CompareRequest request,
IntermediateResponseHandler intermediateResponseHandler) |
Copyright 2010-2018 ForgeRock AS.