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.api.plugin |
Defines the Directory Server plugin API.
|
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.plugins |
Contains the implementation for various Directory Server plugins.
|
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.deleteEntry(DN arg0,
DeleteOperation arg1)
Removes the specified entry from this backend.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Backend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
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 |
---|---|
void |
RootDSEBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation) |
void |
MemoryBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
void |
BackupBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
void |
MonitorBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
void |
ChangelogBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation) |
void |
SchemaBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation) |
void |
TrustStoreBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
void |
NullBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation) |
void |
LDIFBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperationBasis
This class defines an operation that may be used to remove an entry from the
Directory Server.
|
class |
DeleteOperationWrapper
This abstract class wraps/decorates a given delete operation.
|
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.
|
Constructor and Description |
---|
DeleteOperationWrapper(DeleteOperation delete)
Creates a new delete operation based on the provided delete operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigFileHandler.deleteEntry(DN entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisher.logDeleteRequest(DeleteOperation deleteOperation)
Writes a message to the access logger with information about the
delete request associated with the provided delete operation.
|
void |
TextAccessLogPublisher.logDeleteRequest(DeleteOperation deleteOperation) |
static void |
AccessLogger.logDeleteRequest(DeleteOperation deleteOperation)
Writes a message to the access logger with information about the delete
request associated with the provided delete operation.
|
void |
AccessLogPublisher.logDeleteResponse(DeleteOperation deleteOperation)
Writes a message to the access logger with information about the
delete response associated with the provided delete operation.
|
void |
TextAccessLogPublisher.logDeleteResponse(DeleteOperation deleteOperation) |
void |
TextAuditLogPublisher.logDeleteResponse(DeleteOperation deleteOperation) |
static void |
AccessLogger.logDeleteResponse(DeleteOperation deleteOperation)
Writes a message to the access logger with information about the delete
response associated with the provided delete operation.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateDelete |
ReferentialIntegrityPlugin.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 |
---|---|
DeleteOperation |
InternalClientConnection.processDelete(org.forgerock.opendj.ldap.ByteString rawEntryDN)
Processes an internal delete operation with the provided
information.
|
DeleteOperation |
InternalClientConnection.processDelete(org.forgerock.opendj.ldap.ByteString rawEntryDN,
List<Control> controls)
Processes an internal delete operation with the provided
information.
|
DeleteOperation |
InternalClientConnection.processDelete(DeleteChangeRecordEntry deleteRecord)
Processes an internal delete operation with the provided
information.
|
DeleteOperation |
InternalClientConnection.processDelete(DN entryDN)
Processes an internal delete operation with the provided
information.
|
DeleteOperation |
InternalClientConnection.processDelete(DN entryDN,
List<Control> controls)
Processes an internal delete operation with the provided
information.
|
DeleteOperation |
InternalClientConnection.processDelete(String rawEntryDN)
Processes an internal delete operation with the provided
information.
|
DeleteOperation |
InternalClientConnection.processDelete(String rawEntryDN,
List<Control> controls)
Processes an internal delete operation with the provided
information.
|
Modifier and Type | Method and Description |
---|---|
DeleteOperation |
DeleteMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalBackendDeleteOperation
This class defines an operation used to delete an entry in a local backend
of the Directory Server.
|
Constructor and Description |
---|
LocalBackendDeleteOperation(DeleteOperation delete)
Creates a new operation that may be used to delete an entry from a
local backend of the Directory Server.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.