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 |
---|---|
PluginResult.SubordinateModifyDN |
DirectoryServerPlugin.processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation,
Entry oldEntry,
Entry newEntry,
List<Modification> modifications)
Performs any necessary processing that should be done whenever a subordinate entry is moved or renamed as part of
a modify DN operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyDnOperation
This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateModifyDN |
PluginConfigManager.invokeSubordinateModifyDNPlugins(SubordinateModifyDNOperation modifyDNOperation,
Entry oldEntry,
Entry newEntry,
List<Modification> modifications)
Invokes the set of subordinate modify DN plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.SubordinateModifyDN |
ReferentialIntegrityPlugin.processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation,
Entry oldEntry,
Entry newEntry,
List<Modification> modifications) |
Copyright 2010-2018 ForgeRock AS.