Uses of Record Class
org.opends.server.api.plugin.PluginResult.PostOperation
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
Contains the implementation for various Directory Server plugins.
-
Uses of PluginResult.PostOperation in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionstatic PluginResult.PostOperation
PluginResult.PostOperation.continueOperationProcessing()
Defines a continue processing post operation plugin result.DirectoryServerPlugin.doPostOperation
(PostOperationAbandonOperation abandonOperation) Performs any necessary processing that should be done after the Directory Server has completed processing for an abandon operation.DirectoryServerPlugin.doPostOperation
(PostOperationAddOperation addOperation) Performs any necessary processing that should be done after the Directory Server has completed the core processing for an add operation but before the response has been sent to the client.DirectoryServerPlugin.doPostOperation
(PostOperationBindOperation bindOperation) Performs any necessary processing that should be done after the Directory Server has completed the core processing for a bind operation but before the response has been sent to the client.DirectoryServerPlugin.doPostOperation
(PostOperationCompareOperation compareOperation) Performs any necessary processing that should be done after the Directory Server has completed the core processing for a compare operation but before the response has been sent to the client.DirectoryServerPlugin.doPostOperation
(PostOperationDeleteOperation deleteOperation) Performs any necessary processing that should be done after the Directory Server has completed the core processing for a delete operation but before the response has been sent to the client.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.DirectoryServerPlugin.doPostOperation
(PostOperationModifyDNOperation modifyDNOperation) Performs any necessary processing that should be done after the Directory Server has completed the core processing for a modify DN operation but before the response has been sent to the client.DirectoryServerPlugin.doPostOperation
(PostOperationModifyOperation modifyOperation) Performs any necessary processing that should be done after the Directory Server has completed the core processing for a modify operation but before the response has been sent to the client.DirectoryServerPlugin.doPostOperation
(PostOperationSearchOperation searchOperation) Performs any necessary processing that should be done after the Directory Server has completed the core processing for a search operation but before the response has been sent to the client.DirectoryServerPlugin.doPostOperation
(PostOperationUnbindOperation unbindOperation) Performs any necessary processing that should be done after the Directory Server has completed processing for an unbind operation.static PluginResult.PostOperation
PluginResult.PostOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing post operation plugin result.static PluginResult.PostOperation
PluginResult.PostOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing post operation plugin result. -
Uses of PluginResult.PostOperation in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokePostOperationAbandonPlugins
(PostOperationAbandonOperation abandonOperation) Invokes the set of post-operation abandon plugins that have been configured in the Directory Server.PluginConfigManager.invokePostOperationAddPlugins
(PostOperationAddOperation addOperation) Invokes the set of post-operation add plugins that have been configured in the Directory Server.PluginConfigManager.invokePostOperationBindPlugins
(PostOperationBindOperation bindOperation) Invokes the set of post-operation bind plugins that have been configured in the Directory Server.PluginConfigManager.invokePostOperationComparePlugins
(PostOperationCompareOperation compareOperation) Invokes the set of post-operation compare plugins that have been configured in the Directory Server.PluginConfigManager.invokePostOperationDeletePlugins
(PostOperationDeleteOperation deleteOperation) Invokes the set of post-operation delete plugins that have been configured in the Directory Server.PluginConfigManager.invokePostOperationModifyDNPlugins
(PostOperationModifyDNOperation modifyDNOperation) Invokes the set of post-operation modify DN plugins that have been configured in the Directory Server.PluginConfigManager.invokePostOperationModifyPlugins
(ModifyOperation modifyOperation) Invokes the set of post-operation modify plugins that have been configured in the Directory Server.PluginConfigManager.invokePostOperationSearchPlugins
(PostOperationSearchOperation searchOperation) Invokes the set of post-operation search plugins that have been configured in the Directory Server. -
Uses of PluginResult.PostOperation in org.opends.server.plugins
Modifier and TypeMethodDescriptionChangeNumberControlPlugin.doPostOperation
(PostOperationAddOperation addOperation) ChangeNumberControlPlugin.doPostOperation
(PostOperationDeleteOperation deleteOperation) ChangeNumberControlPlugin.doPostOperation
(PostOperationModifyDNOperation modifyDNOperation) ChangeNumberControlPlugin.doPostOperation
(PostOperationModifyOperation modifyOperation) ReferentialIntegrityPlugin.doPostOperation
(PostOperationDeleteOperation deleteOperation) ReferentialIntegrityPlugin.doPostOperation
(PostOperationModifyDNOperation modifyDNOperation) SambaPasswordPlugin.doPostOperation
(PostOperationExtendedOperation extendedOperation) UniqueAttributePlugin.doPostOperation
(PostOperationAddOperation addOperation) UniqueAttributePlugin.doPostOperation
(PostOperationModifyDNOperation modifyDnOp) UniqueAttributePlugin.doPostOperation
(PostOperationModifyOperation modifyOperation)