Uses of Class
org.forgerock.opendj.ldap.messages.DeleteRequest
Packages that use 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.
-
Uses of DeleteRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type DeleteRequestModifier and TypeMethodDescriptionvoidLdapWriter.writeDeleteRequest(int messageID, DeleteRequest request) Writes the provided delete request. -
Uses of DeleteRequest in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type DeleteRequestModifier 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.default io.reactivex.rxjava3.core.Single<Result>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
Methods in org.forgerock.opendj.ldap.messages that return DeleteRequestModifier and TypeMethodDescriptionstatic DeleteRequestRequests.copyOfDeleteRequest(DeleteRequest request) Creates a new delete request that is an exact copy of the provided request.static DeleteRequestRequests.newDeleteRequest(String name) Creates a new delete request using the provided distinguished name decoded using the default schema.static DeleteRequestRequests.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.Methods in org.forgerock.opendj.ldap.messages with parameters of type DeleteRequestModifier and TypeMethodDescriptionstatic DeleteRequestRequests.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 anDeleterequest. -
Uses of DeleteRequest in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif with parameters of type DeleteRequestModifier and TypeMethodDescriptionvoidRejectedChangeRecordListener.handleRejectedChangeRecord(DeleteRequest change, LocalizableMessage reason) Invoked when an attempt to delete an entry was rejected.abstract RChangeRecordVisitor.visitRequest(P p, DeleteRequest request) ChangeRecordWriter.writeChangeRecord(DeleteRequest change) Writes aDeletechange record.ConnectionChangeRecordWriter.writeChangeRecord(DeleteRequest change) Writes the provided Delete request to the underlying connection, blocking until the request completes.LdifChangeRecordWriter.writeChangeRecord(DeleteRequest change)