Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise
Edition (dseecompat) compatability access control handler implementation.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface
for executing administrative tasks.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
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.
|
org.opends.server.workflowelement.localbackend |
This package contains source for the local backend workflow element, which
are used to process operations against data stored in local backend databases
and other repositories that are considered "local".
|
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyConfigFileHandler.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AccessControlHandler.isAllowed(ModifyDNOperation modifyDNOperation)
Indicates whether the provided modify DN operation is allowed
based on the access control configuration.
|
abstract void |
Backend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AciHandler.isAllowed(ModifyDNOperation operation)
Checks access on a modifyDN operation.
|
Constructor and Description |
---|
AciLDAPOperationContainer(ModifyDNOperation operation,
int rights,
Entry entry)
Constructor interface for the modify DN operation.
|
Modifier and Type | Method and Description |
---|---|
void |
RootDSEBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
MemoryBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
void |
BackupBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
void |
MonitorBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
void |
ChangelogBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
SchemaBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
TrustStoreBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
void |
NullBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
LDIFBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyDNOperationBasis
This class defines an operation that may be used to alter the DN of an entry
in the Directory Server.
|
class |
ModifyDNOperationWrapper
This abstract class wraps/decorates a given moddn operation.
|
Constructor and Description |
---|
ModifyDNOperationWrapper(ModifyDNOperation modifyDN)
Creates a new moddn operation based on the provided moddn operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigFileHandler.renameEntry(DN currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering
any subordinate entries as necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisher.logModifyDNRequest(ModifyDNOperation modifyDNOperation)
Writes a message to the access logger with information about the
modify DN request associated with the provided modify DN
operation.
|
void |
TextAccessLogPublisher.logModifyDNRequest(ModifyDNOperation modifyDNOperation) |
static void |
AccessLogger.logModifyDNRequest(ModifyDNOperation modifyDNOperation)
Writes a message to the access logger with information about the modify DN
request associated with the provided modify DN operation.
|
void |
AccessLogPublisher.logModifyDNResponse(ModifyDNOperation modifyDNOperation)
Writes a message to the access logger with information about the
modify DN response associated with the provided modify DN
operation.
|
void |
TextAccessLogPublisher.logModifyDNResponse(ModifyDNOperation modifyDNOperation) |
void |
TextAuditLogPublisher.logModifyDNResponse(ModifyDNOperation modifyDNOperation) |
static void |
AccessLogger.logModifyDNResponse(ModifyDNOperation modifyDNOperation)
Writes a message to the access logger with information about the modify DN
response associated with the provided modify DN operation.
|
Modifier and Type | Method and Description |
---|---|
ModifyDNOperation |
InternalClientConnection.processModifyDN(org.forgerock.opendj.ldap.ByteString rawEntryDN,
org.forgerock.opendj.ldap.ByteString rawNewRDN,
boolean deleteOldRDN)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(org.forgerock.opendj.ldap.ByteString rawEntryDN,
org.forgerock.opendj.ldap.ByteString rawNewRDN,
boolean deleteOldRDN,
org.forgerock.opendj.ldap.ByteString rawNewSuperior)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(org.forgerock.opendj.ldap.ByteString rawEntryDN,
org.forgerock.opendj.ldap.ByteString rawNewRDN,
boolean deleteOldRDN,
org.forgerock.opendj.ldap.ByteString rawNewSuperior,
List<Control> controls)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperior)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperior,
List<Control> controls)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(ModifyDNChangeRecordEntry modifyDNRecord)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(String rawEntryDN,
String rawNewRDN,
boolean deleteOldRDN)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(String rawEntryDN,
String rawNewRDN,
boolean deleteOldRDN,
List<Control> controls)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(String rawEntryDN,
String rawNewRDN,
boolean deleteOldRDN,
String rawNewSuperior)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(String rawEntryDN,
String rawNewRDN,
boolean deleteOldRDN,
String rawNewSuperior,
List<Control> controls)
Processes an internal modify DN operation with the provided
information.
|
Modifier and Type | Method and Description |
---|---|
ModifyDNOperation |
ModifyDNMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalBackendModifyDNOperation
This class defines an operation used to move an entry in a local backend
of the Directory Server.
|
Constructor and Description |
---|
LocalBackendModifyDNOperation(ModifyDNOperation operation)
Creates a new operation that may be used to move an entry in a
local backend of the Directory Server.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.