Uses of Class
org.opends.server.api.plugin.PluginResult.PostOperation
-
Packages that use PluginResult.PostOperation 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 PluginResult.PostOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return PluginResult.PostOperation Modifier and Type Method Description static PluginResult.PostOperation
PluginResult.PostOperation. continueOperationProcessing()
Defines a continue processing post operation plugin result.PluginResult.PostOperation
DirectoryServerPlugin. doPostOperation(PostOperationAbandonOperation abandonOperation)
Performs any necessary processing that should be done after the Directory Server has completed processing for an abandon operation.PluginResult.PostOperation
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.PluginResult.PostOperation
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.PluginResult.PostOperation
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.PluginResult.PostOperation
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.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.PluginResult.PostOperation
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.PluginResult.PostOperation
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.PluginResult.PostOperation
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.PluginResult.PostOperation
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
Methods in org.opends.server.core that return PluginResult.PostOperation Modifier and Type Method Description PluginResult.PostOperation
GroupManager. doPostOperation(PostOperationAddOperation addOperation)
PluginResult.PostOperation
GroupManager. doPostOperation(PostOperationDeleteOperation deleteOperation)
PluginResult.PostOperation
GroupManager. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
PluginResult.PostOperation
GroupManager. doPostOperation(PostOperationModifyOperation modifyOp)
PluginResult.PostOperation
SubentryManager. doPostOperation(PostOperationAddOperation addOperation)
PluginResult.PostOperation
SubentryManager. doPostOperation(PostOperationDeleteOperation deleteOperation)
PluginResult.PostOperation
SubentryManager. doPostOperation(PostOperationModifyDNOperation modifyDNOperation)
PluginResult.PostOperation
SubentryManager. doPostOperation(PostOperationModifyOperation modifyOperation)
PluginResult.PostOperation
PluginConfigManager. invokePostOperationAbandonPlugins(PostOperationAbandonOperation abandonOperation)
Invokes the set of post-operation abandon plugins that have been configured in the Directory Server.PluginResult.PostOperation
PluginConfigManager. invokePostOperationAddPlugins(PostOperationAddOperation addOperation)
Invokes the set of post-operation add plugins that have been configured in the Directory Server.PluginResult.PostOperation
PluginConfigManager. invokePostOperationBindPlugins(PostOperationBindOperation bindOperation)
Invokes the set of post-operation bind plugins that have been configured in the Directory Server.PluginResult.PostOperation
PluginConfigManager. invokePostOperationComparePlugins(PostOperationCompareOperation compareOperation)
Invokes the set of post-operation compare plugins that have been configured in the Directory Server.PluginResult.PostOperation
PluginConfigManager. invokePostOperationDeletePlugins(PostOperationDeleteOperation deleteOperation)
Invokes the set of post-operation delete plugins that have been configured in the Directory Server.PluginResult.PostOperation
PluginConfigManager. invokePostOperationModifyDNPlugins(PostOperationModifyDNOperation modifyDNOperation)
Invokes the set of post-operation modify DN plugins that have been configured in the Directory Server.PluginResult.PostOperation
PluginConfigManager. invokePostOperationModifyPlugins(ModifyOperation modifyOperation)
Invokes the set of post-operation modify plugins that have been configured in the Directory Server.PluginResult.PostOperation
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
-