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 void |
SynchronizationProvider.doPostOperation(PostOperationModifyOperation modifyOperation)
Performs any necessary synchronization processing that may be needed after the provided modify operation is
performed.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationModifyOperation modifyOperation)
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a modify operation but before the response has been sent to the client.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyOperation
This class defines an operation that may be used to modify an entry in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PostOperation |
SubentryManager.doPostOperation(PostOperationModifyOperation modifyOperation) |
PluginResult.PostOperation |
GroupManager.doPostOperation(PostOperationModifyOperation modifyOp) |
Modifier and Type | Method and Description |
---|---|
PluginResult.PostOperation |
UniqueAttributePlugin.doPostOperation(PostOperationModifyOperation modifyOperation) |
PluginResult.PostOperation |
ChangeNumberControlPlugin.doPostOperation(PostOperationModifyOperation modifyOperation) |
Modifier and Type | Method and Description |
---|---|
void |
MultimasterReplication.doPostOperation(PostOperationModifyOperation modifyOperation) |
Copyright 2010-2018 ForgeRock AS.