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.modifyDNRequest(int messageID,
ModifyDNRequest request)
Handles an LDAP modify DN request message.
|
void |
AbstractLDAPMessageHandler.modifyDNRequest(int messageID,
ModifyDNRequest request) |
void |
LDAPWriter.writeModifyDNRequest(int messageID,
ModifyDNRequest request)
Writes the provided modify DN request.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestHandler.handleModifyDN(C requestContext,
ModifyDNRequest request,
IntermediateResponseHandler intermediateResponseHandler,
LdapResultHandler<Result> resultHandler)
Invoked when a modify DN request is received from a client.
|
void |
MemoryBackend.handleModifyDN(RequestContext requestContext,
ModifyDNRequest request,
IntermediateResponseHandler intermediateResponseHandler,
LdapResultHandler<Result> resultHandler) |
Result |
Connection.modifyDN(ModifyDNRequest request)
Renames an entry in the Directory Server using the provided modify DN
request.
|
Result |
AbstractConnectionWrapper.modifyDN(ModifyDNRequest request)
Renames an entry in the Directory Server using the provided modify DN
request.
|
Result |
AbstractAsynchronousConnection.modifyDN(ModifyDNRequest request) |
LdapPromise<Result> |
Connection.modifyDNAsync(ModifyDNRequest request)
Asynchronously renames an entry in the Directory Server using the
provided modify DN request.
|
LdapPromise<Result> |
AbstractConnectionWrapper.modifyDNAsync(ModifyDNRequest request)
Asynchronously renames an entry in the Directory Server using the
provided modify DN request.
|
LdapPromise<Result> |
AbstractConnection.modifyDNAsync(ModifyDNRequest request) |
LdapPromise<Result> |
Connection.modifyDNAsync(ModifyDNRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously renames an entry in the Directory Server using the
provided modify DN request.
|
LdapPromise<Result> |
AbstractSynchronousConnection.modifyDNAsync(ModifyDNRequest request,
IntermediateResponseHandler intermediateResponseHandler) |
LdapPromise<Result> |
AbstractConnectionWrapper.modifyDNAsync(ModifyDNRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously renames an entry in the Directory Server using the
provided modify DN request.
|
Modifier and Type | Method and Description |
---|---|
ModifyDNRequest |
ModifyDNRequest.addControl(Control control) |
static ModifyDNRequest |
Requests.copyOfModifyDNRequest(ModifyDNRequest request)
Creates a new modify DN request that is an exact copy of the provided
request.
|
static ModifyDNRequest |
Requests.newModifyDNRequest(DN name,
RDN newRDN)
Creates a new modify DN request using the provided distinguished name and
new RDN.
|
static ModifyDNRequest |
Requests.newModifyDNRequest(String name,
String newRDN)
Creates a new modify DN request using the provided distinguished name and
new RDN decoded using the default schema.
|
ModifyDNRequest |
ModifyDNRequest.setDeleteOldRDN(boolean deleteOldRDN)
Specifies whether the old RDN attribute values are to be retained as
attributes of the entry or deleted from the entry.
|
ModifyDNRequest |
ModifyDNRequest.setName(DN dn)
Sets the distinguished name of the entry to be renamed.
|
ModifyDNRequest |
ModifyDNRequest.setName(String dn)
Sets the distinguished name of the entry to be renamed.
|
ModifyDNRequest |
ModifyDNRequest.setNewRDN(RDN rdn)
Sets the new RDN of the entry to be renamed.
|
ModifyDNRequest |
ModifyDNRequest.setNewRDN(String rdn)
Sets the new RDN of the entry to be renamed.
|
ModifyDNRequest |
ModifyDNRequest.setNewSuperior(DN dn)
Sets the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
|
ModifyDNRequest |
ModifyDNRequest.setNewSuperior(String dn)
Sets the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
|
static ModifyDNRequest |
Requests.unmodifiableModifyDNRequest(ModifyDNRequest request)
Creates an unmodifiable modify DN request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static ModifyDNRequest |
Requests.copyOfModifyDNRequest(ModifyDNRequest request)
Creates a new modify DN request that is an exact copy of the provided
request.
|
static ModifyDNRequest |
Requests.unmodifiableModifyDNRequest(ModifyDNRequest request)
Creates an unmodifiable modify DN request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
LdapPromise<Result> |
LDAPConnectionImpl.modifyDNAsync(ModifyDNRequest request,
IntermediateResponseHandler intermediateResponseHandler)
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
|
Modifier and Type | Method and Description |
---|---|
Entry |
RejectedChangeRecordListener.handleDuplicateEntry(ModifyDNRequest change,
Entry existingEntry,
Entry renamedEntry)
Invoked when an attempt was made to rename an entry which already exists.
|
void |
RejectedChangeRecordListener.handleRejectedChangeRecord(ModifyDNRequest change,
LocalizableMessage reason)
Invoked when an attempt to rename an entry was rejected.
|
R |
ChangeRecordVisitor.visitChangeRecord(P p,
ModifyDNRequest change)
Visits an
ModifyDN change record. |
LDIFChangeRecordWriter |
LDIFChangeRecordWriter.writeChangeRecord(ModifyDNRequest change) |
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(ModifyDNRequest change)
Writes the provided ModifyDN request to the underlying connection,
blocking until the request completes.
|
ChangeRecordWriter |
ChangeRecordWriter.writeChangeRecord(ModifyDNRequest change)
Writes a
ModifyDN change record. |
Modifier and Type | Method and Description |
---|---|
LdapPromise<Result> |
SdkConnectionAdapter.modifyDNAsync(ModifyDNRequest request,
IntermediateResponseHandler intermediateResponseHandler) |
Copyright 2010-2017 ForgeRock AS.