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.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
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.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeDeleteRequest(int messageID,
DeleteRequest request)
Writes the provided delete request.
|
Modifier and Type | Method and Description |
---|---|
Result |
Connection.delete(DeleteRequest request)
Deletes an entry from the Directory Server using the provided delete
request.
|
Result |
AbstractConnectionWrapper.delete(DeleteRequest request)
Deletes an entry from the Directory Server using the provided delete
request.
|
Result |
AbstractAsynchronousConnection.delete(DeleteRequest request) |
LdapPromise<Result> |
Connection.deleteAsync(DeleteRequest request)
Asynchronously deletes an entry from the Directory Server using the
provided delete request.
|
LdapPromise<Result> |
AbstractConnectionWrapper.deleteAsync(DeleteRequest request)
Asynchronously deletes an entry from the Directory Server using the
provided delete request.
|
LdapPromise<Result> |
AbstractConnection.deleteAsync(DeleteRequest request) |
LdapPromise<Result> |
Connection.deleteAsync(DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously deletes an entry from the Directory Server using the
provided delete request.
|
LdapPromise<Result> |
AbstractSynchronousConnection.deleteAsync(DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler) |
LdapPromise<Result> |
AbstractConnectionWrapper.deleteAsync(DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously deletes an entry from the Directory Server using the
provided delete request.
|
Modifier and Type | Method and Description |
---|---|
DeleteRequest |
DeleteRequest.addControl(Control control) |
DeleteRequest |
DeleteRequest.addControls(Iterable<? extends Control> controls) |
static DeleteRequest |
Requests.copyOfDeleteRequest(DeleteRequest request)
Creates a new delete request that is an exact copy of the provided
request.
|
static DeleteRequest |
Requests.newDeleteRequest(Dn name)
Creates a new delete request using the provided distinguished name.
|
static DeleteRequest |
Requests.newDeleteRequest(String name)
Creates a new delete request using the provided distinguished name
decoded using the default schema.
|
DeleteRequest |
DeleteRequest.setName(Dn dn)
Sets the distinguished name of the entry to be deleted.
|
DeleteRequest |
DeleteRequest.setName(String dn)
Sets the distinguished name of the entry to be deleted.
|
static DeleteRequest |
Requests.unmodifiableDeleteRequest(DeleteRequest request)
Creates an unmodifiable delete request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static DeleteRequest |
Requests.copyOfDeleteRequest(DeleteRequest request)
Creates a new delete request that is an exact copy of the provided
request.
|
static DeleteRequest |
Requests.unmodifiableDeleteRequest(DeleteRequest request)
Creates an unmodifiable delete request of the provided request.
|
R |
RequestVisitor.visitRequest(P p,
DeleteRequest request)
Visits an
Delete request. |
R |
AbstractRequestVisitor.visitRequest(P p,
DeleteRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
RejectedChangeRecordListener.handleRejectedChangeRecord(DeleteRequest change,
LocalizableMessage reason)
Invoked when an attempt to delete an entry was rejected.
|
abstract R |
ChangeRecordVisitor.visitRequest(P p,
DeleteRequest request) |
LdifChangeRecordWriter |
LdifChangeRecordWriter.writeChangeRecord(DeleteRequest change) |
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(DeleteRequest change)
Writes the provided Delete request to the underlying connection, blocking
until the request completes.
|
ChangeRecordWriter |
ChangeRecordWriter.writeChangeRecord(DeleteRequest change)
Writes a
Delete change record. |
Modifier and Type | Method and Description |
---|---|
protected Flowable<Response> |
TypedRequestFilter.filterDelete(org.forgerock.services.context.Context context,
DeleteRequest request,
RequestHandler next)
Filters delete requests and their responses.
|
protected Flowable<Response> |
TypedProtocolOpFilter.filterDelete(org.forgerock.services.context.Context context,
DeleteRequest request,
RequestHandler next)
Forwards the request to the next handler in the chain.
|
protected void |
TypedProtocolOpFilter.filterDeleteResponse(org.forgerock.services.context.Context context,
DeleteRequest request,
Response response)
Implements the behavior for all the responses of a DeleteRequest.
|
protected Flowable<Response> |
TypedRequestHandler.handleDelete(org.forgerock.services.context.Context context,
DeleteRequest request)
Implements the specific behavior for all DeleteRequest.
|
Flowable<Response> |
TypedRequestHandler.visitRequest(org.forgerock.services.context.Context context,
DeleteRequest request) |
Constructor and Description |
---|
DeleteOperation(org.forgerock.services.context.Context context,
DeleteRequest deleteRequest)
Creates a new delete operation with the provided information.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAccessLogPublisher.logDeleteRequest(RequestContext context,
DeleteRequest request) |
static void |
AccessLogger.logDeleteRequest(RequestContext context,
DeleteRequest request)
Writes a message to the access logger with information about the provided delete request.
|
void |
AccessLogPublisher.logDeleteRequest(RequestContext context,
DeleteRequest request)
Writes a message to the access logger with information about the delete request.
|
void |
TextAuditLogPublisher.logDeleteResult(RequestContext context,
DeleteRequest request,
Result result) |
void |
TextAccessLogPublisher.logDeleteResult(RequestContext context,
DeleteRequest request,
Result result) |
static void |
AccessLogger.logDeleteResult(RequestContext context,
DeleteRequest request,
Result result)
Writes a message to the access logger with information about the provided delete result.
|
void |
AccessLogPublisher.logDeleteResult(RequestContext context,
DeleteRequest request,
Result result)
Writes a message to the access logger with information about the delete result.
|
Modifier and Type | Method and Description |
---|---|
LdapPromise<Result> |
SdkConnectionAdapter.deleteAsync(DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteRequest |
DeleteMsg.createRequest(Dn newDN) |
Copyright 2010-2018 ForgeRock AS.