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.addEntry(Entry entry,
AddOperation arg1)
Adds the provided entry to this backend.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Backend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
RootDSEBackend.addEntry(Entry entry,
AddOperation addOperation) |
void |
MemoryBackend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
void |
BackupBackend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
void |
MonitorBackend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
void |
ChangelogBackend.addEntry(Entry entry,
AddOperation addOperation) |
void |
SchemaBackend.addEntry(Entry entry,
AddOperation addOperation) |
void |
TrustStoreBackend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
void |
NullBackend.addEntry(Entry entry,
AddOperation addOperation) |
void |
LDIFBackend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
Modifier and Type | Class and Description |
---|---|
class |
AddOperationBasis
This class defines an operation that may be used to add a new entry to the
Directory Server.
|
class |
AddOperationWrapper
This abstract class wraps/decorates a given add operation.
|
Constructor and Description |
---|
AddOperationWrapper(AddOperation add)
Creates a new add operation based on the provided add operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigFileHandler.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisher.logAddRequest(AddOperation addOperation)
Writes a message to the access logger with information about the
add request associated with the provided add operation.
|
void |
TextAccessLogPublisher.logAddRequest(AddOperation addOperation) |
static void |
AccessLogger.logAddRequest(AddOperation addOperation)
Writes a message to the access logger with information about the add
request associated with the provided add operation.
|
void |
AccessLogPublisher.logAddResponse(AddOperation addOperation)
Writes a message to the access logger with information about the
add response associated with the provided add operation.
|
void |
TextAccessLogPublisher.logAddResponse(AddOperation addOperation) |
void |
TextAuditLogPublisher.logAddResponse(AddOperation addOperation) |
static void |
AccessLogger.logAddResponse(AddOperation addOperation)
Writes a message to the access logger with information about the add
response associated with the provided add operation.
|
Modifier and Type | Method and Description |
---|---|
AddOperation |
InternalClientConnection.processAdd(AddChangeRecordEntry addRecord)
Processes an internal add operation based on the provided add
change record entry.
|
AddOperation |
InternalClientConnection.processAdd(org.forgerock.opendj.ldap.ByteString rawEntryDN,
List<RawAttribute> rawAttributes)
Processes an internal add operation with the provided
information.
|
AddOperation |
InternalClientConnection.processAdd(org.forgerock.opendj.ldap.ByteString rawEntryDN,
List<RawAttribute> rawAttributes,
List<Control> controls)
Processes an internal add operation with the provided
information.
|
AddOperation |
InternalClientConnection.processAdd(DN entryDN,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Processes an internal add operation with the provided
information.
|
AddOperation |
InternalClientConnection.processAdd(DN entryDN,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes,
List<Control> controls)
Processes an internal add operation with the provided
information.
|
AddOperation |
InternalClientConnection.processAdd(Entry entry)
Processes an internal add operation with the provided
information.
|
AddOperation |
InternalClientConnection.processAdd(Entry entry,
List<Control> controls)
Processes an internal add operation with the provided
information.
|
AddOperation |
InternalClientConnection.processAdd(String rawEntryDN,
List<RawAttribute> rawAttributes)
Processes an internal add operation with the provided
information.
|
Modifier and Type | Method and Description |
---|---|
AddOperation |
AddMsg.createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalBackendAddOperation
This class defines an operation used to add an entry in a local backend
of the Directory Server.
|
Constructor and Description |
---|
LocalBackendAddOperation(AddOperation add)
Creates a new operation that may be used to add a new entry in a
local backend of the Directory Server.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.