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.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.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Backend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
Modifier and Type | Method and Description |
---|---|
void |
RootDSEBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation) |
void |
MemoryBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
void |
BackupBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
void |
MonitorBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
void |
ChangelogBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation) |
void |
SchemaBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation) |
void |
TrustStoreBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
void |
NullBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation) |
void |
LDIFBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyOperationBasis
This class defines an operation that may be used to modify an entry in the
Directory Server.
|
class |
ModifyOperationWrapper
This abstract class wraps/decorates a given modify operation.
|
Constructor and Description |
---|
ModifyOperationWrapper(ModifyOperation modify)
Creates a new modify operation based on the provided modify operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigFileHandler.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this
backend.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisher.logModifyRequest(ModifyOperation modifyOperation)
Writes a message to the access logger with information about the
modify request associated with the provided modify operation.
|
void |
TextAccessLogPublisher.logModifyRequest(ModifyOperation modifyOperation) |
static void |
AccessLogger.logModifyRequest(ModifyOperation modifyOperation)
Writes a message to the access logger with information about the modify
request associated with the provided modify operation.
|
void |
AccessLogPublisher.logModifyResponse(ModifyOperation modifyOperation)
Writes a message to the access logger with information about the
modify response associated with the provided modify operation.
|
void |
TextAccessLogPublisher.logModifyResponse(ModifyOperation modifyOperation) |
void |
TextAuditLogPublisher.logModifyResponse(ModifyOperation modifyOperation) |
static void |
AccessLogger.logModifyResponse(ModifyOperation modifyOperation)
Writes a message to the access logger with information about the modify
response associated with the provided modify operation.
|
Modifier and Type | Method and Description |
---|---|
ModifyOperation |
InternalClientConnection.processModify(org.forgerock.opendj.ldap.ByteString rawEntryDN,
List<RawModification> rawModifications)
Processes an internal modify operation with the provided
information.
|
ModifyOperation |
InternalClientConnection.processModify(org.forgerock.opendj.ldap.ByteString rawEntryDN,
List<RawModification> rawModifications,
List<Control> controls)
Processes an internal modify operation with the provided
information.
|
ModifyOperation |
InternalClientConnection.processModify(DN entryDN,
List<Modification> modifications)
Processes an internal modify operation with the provided
information.
|
ModifyOperation |
InternalClientConnection.processModify(DN entryDN,
List<Modification> modifications,
List<Control> controls)
Processes an internal modify operation with the provided
information.
|
ModifyOperation |
InternalClientConnection.processModify(ModifyChangeRecordEntry modifyRecord)
Processes an internal modify operation with the provided
information.
|
ModifyOperation |
InternalClientConnection.processModify(String rawEntryDN,
List<RawModification> rawModifications)
Processes an internal modify operation with the provided
information.
|
ModifyOperation |
InternalClientConnection.processModify(String rawEntryDN,
List<RawModification> rawModifications,
List<Control> controls)
Processes an internal modify operation with the provided
information.
|
Modifier and Type | Method and Description |
---|---|
ModifyOperation |
ModifyMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalBackendModifyOperation
This class defines an operation used to modify an entry in a local backend of the Directory Server.
|
Constructor and Description |
---|
LocalBackendModifyOperation(ModifyOperation modify)
Creates a new operation that may be used to modify an entry in a
local backend of the Directory Server.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.