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.
|
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) |
Copyright 2010-2018 ForgeRock AS.