Uses of Interface
org.opends.server.types.operation.PostOperationExtendedOperation
-
Packages that use PostOperationExtendedOperation 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 PostOperationExtendedOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostOperationExtendedOperation Modifier and Type Method Description PluginResult.PostOperation
DirectoryServerPlugin. doPostOperation(PostOperationExtendedOperation extendedOperation)
Performs any necessary processing that should be done after the Directory Server has completed the core processing for an extended operation but before the response has been sent to the client. -
Uses of PostOperationExtendedOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostOperationExtendedOperation 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 PostOperationExtendedOperation Modifier and Type Method Description PluginResult.PostOperation
PluginConfigManager. invokePostOperationExtendedPlugins(PostOperationExtendedOperation extendedOperation)
Invokes the set of post-operation extended plugins that have been configured in the Directory Server. -
Uses of PostOperationExtendedOperation in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type PostOperationExtendedOperation Modifier and Type Method Description PluginResult.PostOperation
SambaPasswordPlugin. doPostOperation(PostOperationExtendedOperation extendedOperation)
-