Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccessControlHandler.isAllowed(ModifyDNOperation modifyDNOperation)
Indicates whether the provided modify DN operation is allowed based on the access control configuration.
|
abstract void |
LocalBackend.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 |
TrustStoreBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
SchemaBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
RootDSEBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
NullBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
MonitorBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
MemoryBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
LDIFBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
ConfigurationBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
ChangelogBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
BackupBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
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.
|
Copyright 2010-2020 ForgeRock AS.