Uses of Interface
org.opends.server.types.operation.PreOperationExtendedOperation
-
Packages that use PreOperationExtendedOperation 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. -
-
Uses of PreOperationExtendedOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PreOperationExtendedOperation Modifier and Type Method Description PluginResult.PreOperation
DirectoryServerPlugin. doPreOperation(PreOperationExtendedOperation extendedOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core processing for an extended operation. -
Uses of PreOperationExtendedOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreOperationExtendedOperation Modifier and Type Class Description class
ExtendedOperation
This class defines an extended operation, which can perform virtually any kind of task.Methods in org.opends.server.core with parameters of type PreOperationExtendedOperation Modifier and Type Method Description PluginResult.PreOperation
PluginConfigManager. invokePreOperationExtendedPlugins(PreOperationExtendedOperation extendedOperation)
Invokes the set of pre-operation extended plugins that have been configured in the Directory Server.
-