Uses of Class
org.forgerock.opendj.ldap.messages.DeleteRequest
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.
Classes and interfaces for reading and writing LDIF.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
-
Uses of DeleteRequest in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionvoid
LdapWriter.writeDeleteRequest
(int messageID, DeleteRequest request) Writes the provided delete request. -
Uses of DeleteRequest in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionAbstractAsynchronousConnection.delete
(DeleteRequest request) AbstractConnectionWrapper.delete
(DeleteRequest request) Deletes an entry from the Directory Server using the provided delete request.Connection.delete
(DeleteRequest request) Deletes an entry from the Directory Server using the provided delete request.LdapClientSocket.delete
(DeleteRequest request) Deletes an entry from the Directory Server using the provided delete request.AbstractConnection.deleteAsync
(DeleteRequest request) AbstractConnectionWrapper.deleteAsync
(DeleteRequest request) Asynchronously deletes an entry from the Directory Server using the provided delete request.AbstractConnectionWrapper.deleteAsync
(DeleteRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously deletes an entry from the Directory Server using the provided delete request.AbstractSynchronousConnection.deleteAsync
(DeleteRequest request, IntermediateResponseHandler intermediateResponseHandler) Connection.deleteAsync
(DeleteRequest request) Asynchronously deletes an entry from the Directory Server using the provided delete request.Connection.deleteAsync
(DeleteRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously deletes an entry from the Directory Server using the provided delete request. -
Uses of DeleteRequest in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionstatic DeleteRequest
Requests.copyOfDeleteRequest
(DeleteRequest request) Creates a new delete request that is an exact copy of the provided request.static DeleteRequest
Requests.newDeleteRequest
(String name) Creates a new delete request using the provided distinguished name decoded using the default schema.static DeleteRequest
Requests.newDeleteRequest
(Dn name) Creates a new delete request using the provided distinguished name.Sets the distinguished name of the entry to be deleted.Sets the distinguished name of the entry to be deleted.Modifier and TypeMethodDescriptionstatic DeleteRequest
Requests.copyOfDeleteRequest
(DeleteRequest request) Creates a new delete request that is an exact copy of the provided request.AbstractRequestVisitor.visitRequest
(P p, DeleteRequest request) RequestVisitor.visitRequest
(P p, DeleteRequest request) Visits anDelete
request. -
Uses of DeleteRequest in org.forgerock.opendj.ldif
Modifier and TypeMethodDescriptionvoid
RejectedChangeRecordListener.handleRejectedChangeRecord
(DeleteRequest change, LocalizableMessage reason) Invoked when an attempt to delete an entry was rejected.abstract R
ChangeRecordVisitor.visitRequest
(P p, DeleteRequest request) ChangeRecordWriter.writeChangeRecord
(DeleteRequest change) Writes aDelete
change record.ConnectionChangeRecordWriter.writeChangeRecord
(DeleteRequest change) Writes the provided Delete request to the underlying connection, blocking until the request completes.LdifChangeRecordWriter.writeChangeRecord
(DeleteRequest change) -
Uses of DeleteRequest in org.opends.server.core
ModifierConstructorDescriptionDeleteOperation
(RequestContext context, LocalBackend<?> backend, DeleteRequest request, Consumer<ResponseStream> out) Creates a new delete operation. -
Uses of DeleteRequest in org.opends.server.loggers
Modifier and TypeMethodDescriptionvoid
AccessLogPublisher.logDeleteRequest
(RequestContext context, DeleteRequest request) Writes a message to the access logger with information about the delete request.void
TextAccessLogPublisher.logDeleteRequest
(RequestContext context, DeleteRequest request) void
AccessLogPublisher.logDeleteResult
(RequestContext context, DeleteRequest request, Result result) Writes a message to the access logger with information about the delete result.void
TextAccessLogPublisher.logDeleteResult
(RequestContext context, DeleteRequest request, Result result) void
TextAuditLogPublisher.logDeleteResult
(RequestContext context, DeleteRequest request, Result result) -
Uses of DeleteRequest in org.opends.server.replication.protocol