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.requests |
Classes and interfaces for core LDAP requests.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
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 |
LDAPMessageHandler.deleteRequest(int messageID,
DeleteRequest request)
Handles an LDAP delete request message.
|
void |
AbstractLDAPMessageHandler.deleteRequest(int messageID,
DeleteRequest request) |
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.
|
void |
RequestHandler.handleDelete(C requestContext,
DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler,
LdapResultHandler<Result> resultHandler)
Invoked when a delete request is received from a client.
|
void |
MemoryBackend.handleDelete(RequestContext requestContext,
DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler,
LdapResultHandler<Result> resultHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteRequest |
DeleteRequest.addControl(Control control) |
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.
|
Modifier and Type | Method and Description |
---|---|
LdapPromise<Result> |
LDAPConnectionImpl.deleteAsync(DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously deletes an entry from the Directory Server using the provided delete request.
|
Modifier and Type | Method and Description |
---|---|
void |
RejectedChangeRecordListener.handleRejectedChangeRecord(DeleteRequest change,
LocalizableMessage reason)
Invoked when an attempt to delete an entry was rejected.
|
R |
ChangeRecordVisitor.visitChangeRecord(P p,
DeleteRequest change)
Visits an
Delete change record. |
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 |
---|---|
LdapPromise<Result> |
SdkConnectionAdapter.deleteAsync(DeleteRequest request,
IntermediateResponseHandler intermediateResponseHandler) |
Copyright 2010-2017 ForgeRock AS.