Uses of Interface
org.opends.server.types.operation.PreParseModifyOperation
-
Packages that use PreParseModifyOperation 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. -
-
Uses of PreParseModifyOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PreParseModifyOperation Modifier and Type Method Description PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseModifyOperation modifyOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify request. -
Uses of PreParseModifyOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreParseModifyOperation Modifier and Type Class Description class
ModifyOperation
This class defines an operation that may be used to modify an entry in the Directory Server.Methods in org.opends.server.core with parameters of type PreParseModifyOperation Modifier and Type Method Description PluginResult.PreParse
PluginConfigManager. invokePreParseModifyPlugins(PreParseModifyOperation modifyOperation)
Invokes the set of pre-parse modify plugins that have been configured in the Directory Server. -
Uses of PreParseModifyOperation in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type PreParseModifyOperation Modifier and Type Method Description PluginResult.PreParse
AttributeCleanupPlugin. doPreParse(PreParseModifyOperation modifyOperation)
PluginResult.PreParse
SevenBitCleanPlugin. doPreParse(PreParseModifyOperation modifyOperation)
-