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.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.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
Modifier and Type | Method and Description |
---|---|
abstract SynchronizationProviderResult |
SynchronizationProvider.doPreOperation(PreOperationAddOperation addOperation)
Performs any necessary synchronization processing that may be needed before the provided add operation is
performed.
|
SynchronizationProviderResult |
SynchronizationProvider.handleConflictResolution(PreOperationAddOperation addOperation)
Performs any necessary synchronization processing for the operation that may be needed early on to deal with any
potential conflict resolution or updates to historical data.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PreOperation |
DirectoryServerPlugin.doPreOperation(PreOperationAddOperation addOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core
processing for an add operation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PreOperation |
SubentryManager.doPreOperation(PreOperationAddOperation addOperation) |
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationAddPlugins(PreOperationAddOperation addOperation)
Invokes the set of pre-operation add plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PreOperation |
UniqueAttributePlugin.doPreOperation(PreOperationAddOperation addOperation) |
PluginResult.PreOperation |
LastModPlugin.doPreOperation(PreOperationAddOperation addOperation) |
PluginResult.PreOperation |
EntryUUIDPlugin.doPreOperation(PreOperationAddOperation addOperation) |
PluginResult.PreOperation |
ReferentialIntegrityPlugin.doPreOperation(PreOperationAddOperation addOperation) |
Modifier and Type | Method and Description |
---|---|
SynchronizationProviderResult |
MultimasterReplication.doPreOperation(PreOperationAddOperation addOperation) |
static String |
EntryHistorical.getEntryUUID(PreOperationAddOperation op)
Get the Entry Unique Id from an add operation.
|
SynchronizationProviderResult |
MultimasterReplication.handleConflictResolution(PreOperationAddOperation addOperation) |
Copyright © 2010–2017 ForgeRock AS. All rights reserved.