Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.api.plugin |
Defines the Directory Server plugin API.
|
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.plugins |
Contains the implementation for various Directory Server plugins.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
LocalBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
boolean |
AccessControlHandler.isAllowed(DeleteOperation deleteOperation)
Indicates whether the provided delete operation is allowed based on the access control configuration.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateDelete |
DirectoryServerPlugin.processSubordinateDelete(DeleteOperation deleteOperation,
Entry entry)
Performs any necessary processing that should be done whenever a subordinate entry is deleted as part of subtree
delete operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AciHandler.isAllowed(DeleteOperation operation)
Check access on delete operations.
|
Constructor and Description |
---|
AciLDAPOperationContainer(DeleteOperation operation,
int rights)
Constructor interface for the delete operation.
|
Modifier and Type | Method and Description |
---|---|
void |
TrustStoreBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
SchemaBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
RootDSEBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
NullBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
MonitorBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
MemoryBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
LDIFBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
ConfigurationBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
ChangelogBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
BackupBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateDelete |
PluginConfigManager.invokeSubordinateDeletePlugins(DeleteOperation deleteOperation,
Entry entry)
Invokes the set of subordinate delete plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateDelete |
ReferentialIntegrityPlugin.processSubordinateDelete(DeleteOperation deleteOperation,
Entry entry) |
Copyright 2010-2018 ForgeRock AS.