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.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryServerPlugin.doPostSynchronization(PostSynchronizationModifyDNOperation modifyDNOperation)
Performs any necessary processing that should be done after the Directory Server has completed processing for a
modify DN operation performed via synchronization.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyDNOperationBasis
This class defines an operation that may be used to alter the DN of an entry in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
void |
SubentryManager.doPostSynchronization(PostSynchronizationModifyDNOperation modifyDNOperation) |
void |
GroupManager.doPostSynchronization(PostSynchronizationModifyDNOperation modifyDNOperation) |
void |
PluginConfigManager.invokePostSynchronizationModifyDNPlugins(PostSynchronizationModifyDNOperation modifyDNOperation)
Invokes the set of post-synchronization modify DN plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
void |
UniqueAttributePlugin.doPostSynchronization(PostSynchronizationModifyDNOperation modifyDNOperation) |
Copyright © 2010–2017 ForgeRock AS. All rights reserved.