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.PreParse |
DirectoryServerPlugin.doPreParse(PreParseAddOperation addOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an add
request.
|
Modifier and Type | Class and Description |
---|---|
class |
AddOperation
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.PreParse |
PluginConfigManager.invokePreParseAddPlugins(PreParseAddOperation addOperation)
Invokes the set of pre-parse add plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PreParse |
SevenBitCleanPlugin.doPreParse(PreParseAddOperation addOperation) |
PluginResult.PreParse |
AttributeCleanupPlugin.doPreParse(PreParseAddOperation addOperation) |
Copyright 2010-2018 ForgeRock AS.