Uses of Record Class
org.opends.server.api.plugin.PluginResult.PreOperation
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.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of PluginResult.PreOperation in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionstatic PluginResult.PreOperation
PluginResult.PreOperation.continueOperationProcessing()
Defines a continue processing pre operation plugin result.DirectoryServerPlugin.doPreOperation
(PreOperationAddOperation addOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for an add operation.DirectoryServerPlugin.doPreOperation
(PreOperationBindOperation bindOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a bind operation.DirectoryServerPlugin.doPreOperation
(PreOperationCompareOperation compareOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a compare operation.DirectoryServerPlugin.doPreOperation
(PreOperationDeleteOperation deleteOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a delete operation.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.DirectoryServerPlugin.doPreOperation
(PreOperationModifyDNOperation modifyDNOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a modify DN operation.DirectoryServerPlugin.doPreOperation
(PreOperationModifyOperation modifyOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a modify operation.DirectoryServerPlugin.doPreOperation
(PreOperationSearchOperation searchOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a search operation.static PluginResult.PreOperation
PluginResult.PreOperation.skipFurtherPluginProcessing()
Defines a skip further plugin processing pre operation plugin result.static PluginResult.PreOperation
PluginResult.PreOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing pre operation plugin result.static PluginResult.PreOperation
PluginResult.PreOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing pre operation plugin result. -
Uses of PluginResult.PreOperation in org.opends.server.core
Modifier and TypeMethodDescriptionSubentryManager.doPreOperation
(PreOperationAddOperation addOperation) SubentryManager.doPreOperation
(PreOperationDeleteOperation deleteOperation) SubentryManager.doPreOperation
(PreOperationModifyDNOperation modifyDNOperation) SubentryManager.doPreOperation
(PreOperationModifyOperation modifyOperation) PluginConfigManager.invokePreOperationAddPlugins
(PreOperationAddOperation addOperation) Invokes the set of pre-operation add plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationBindPlugins
(PreOperationBindOperation bindOperation) Invokes the set of pre-operation bind plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationComparePlugins
(PreOperationCompareOperation compareOperation) Invokes the set of pre-operation compare plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationDeletePlugins
(PreOperationDeleteOperation deleteOperation) Invokes the set of pre-operation delete plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationExtendedPlugins
(PreOperationExtendedOperation extendedOperation) Invokes the set of pre-operation extended plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationModifyDNPlugins
(PreOperationModifyDNOperation modifyDNOperation) Invokes the set of pre-operation modify DN plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationModifyPlugins
(PreOperationModifyOperation modifyOperation) Invokes the set of pre-operation modify plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationSearchPlugins
(PreOperationSearchOperation searchOperation) Invokes the set of pre-operation search plugins that have been configured in the Directory Server. -
Uses of PluginResult.PreOperation in org.opends.server.plugins
Modifier and TypeMethodDescriptionEntityTagPlugin.doPreOperation
(PreOperationAddOperation addOperation) EntityTagPlugin.doPreOperation
(PreOperationModifyDNOperation modifyDNOperation) EntityTagPlugin.doPreOperation
(PreOperationModifyOperation modifyOperation) EntryUUIDPlugin.doPreOperation
(PreOperationAddOperation addOperation) LastModPlugin.doPreOperation
(PreOperationAddOperation addOperation) LastModPlugin.doPreOperation
(PreOperationModifyDNOperation modifyDNOperation) LastModPlugin.doPreOperation
(PreOperationModifyOperation modifyOperation) ReferentialIntegrityPlugin.doPreOperation
(PreOperationAddOperation addOperation) ReferentialIntegrityPlugin.doPreOperation
(PreOperationModifyOperation modifyOperation) SambaPasswordPlugin.doPreOperation
(PreOperationModifyOperation modifyOperation) UniqueAttributePlugin.doPreOperation
(PreOperationAddOperation addOperation) UniqueAttributePlugin.doPreOperation
(PreOperationModifyDNOperation modifyDnOp) UniqueAttributePlugin.doPreOperation
(PreOperationModifyOperation modifyOperation) -
Uses of PluginResult.PreOperation in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionMultimasterReplication.CleanStaleHistoricalMetadataPlugin.doPreOperation
(PreOperationModifyDNOperation modifyDNOperation) MultimasterReplication.CleanStaleHistoricalMetadataPlugin.doPreOperation
(PreOperationModifyOperation modifyOperation)