Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryServerPlugin.doPostSynchronization(PostSynchronizationDeleteOperation deleteOperation)
Performs any necessary processing that should be done after the Directory Server has completed processing for a
delete operation performed via synchronization.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperation
This class defines an operation that may be used to remove an entry from the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
void |
SubentryManager.doPostSynchronization(PostSynchronizationDeleteOperation deleteOperation) |
void |
GroupManager.doPostSynchronization(PostSynchronizationDeleteOperation deleteOperation) |
void |
PluginConfigManager.invokePostSynchronizationDeletePlugins(PostSynchronizationDeleteOperation deleteOperation)
Invokes the set of post-synchronization delete plugins that have been configured in the Directory Server.
|
Copyright 2010-2018 ForgeRock AS.