Uses of Record Class
org.opends.server.api.plugin.PluginResult.PreParse
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.PreParse in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionstatic PluginResult.PreParse
PluginResult.PreParse.continueOperationProcessing()
Defines a continue processing pre parse plugin result.DirectoryServerPlugin.doPreParse
(PreParseAbandonOperation abandonOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of an abandon request.DirectoryServerPlugin.doPreParse
(PreParseAddOperation addOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of an add request.DirectoryServerPlugin.doPreParse
(PreParseBindOperation bindOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a bind request.DirectoryServerPlugin.doPreParse
(PreParseCompareOperation compareOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a compare request.DirectoryServerPlugin.doPreParse
(PreParseDeleteOperation deleteOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a delete request.DirectoryServerPlugin.doPreParse
(PreParseExtendedOperation extendedOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of an extended request.DirectoryServerPlugin.doPreParse
(PreParseModifyDNOperation modifyDNOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a modify DN request.DirectoryServerPlugin.doPreParse
(PreParseModifyOperation modifyOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a modify request.DirectoryServerPlugin.doPreParse
(PreParseSearchOperation searchOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a search request.DirectoryServerPlugin.doPreParse
(PreParseUnbindOperation unbindOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of an unbind request.static PluginResult.PreParse
PluginResult.PreParse.skipFurtherPluginProcessing()
Defines a skip further plugin processing pre parse plugin result.static PluginResult.PreParse
PluginResult.PreParse.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing pre parse plugin result.static PluginResult.PreParse
PluginResult.PreParse.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing pre parse plugin result. -
Uses of PluginResult.PreParse in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokePreParseAbandonPlugins
(PreParseAbandonOperation abandonOperation) Invokes the set of pre-parse abandon plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseAddPlugins
(PreParseAddOperation addOperation) Invokes the set of pre-parse add plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseBindPlugins
(PreParseBindOperation bindOperation) Invokes the set of pre-parse bind plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseComparePlugins
(PreParseCompareOperation compareOperation) Invokes the set of pre-parse compare plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseDeletePlugins
(PreParseDeleteOperation deleteOperation) Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseExtendedPlugins
(PreParseExtendedOperation extendedOperation) Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseModifyDNPlugins
(PreParseModifyDNOperation modifyDNOperation) Invokes the set of pre-parse modify DN plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseModifyPlugins
(PreParseModifyOperation modifyOperation) Invokes the set of pre-parse modify plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseSearchPlugins
(PreParseSearchOperation searchOperation) Invokes the set of pre-parse search plugins that have been configured in the Directory Server. -
Uses of PluginResult.PreParse in org.opends.server.plugins
Modifier and TypeMethodDescriptionAttributeCleanupPlugin.doPreParse
(PreParseAddOperation addOperation) AttributeCleanupPlugin.doPreParse
(PreParseModifyOperation modifyOperation) LDAPADListPlugin.doPreParse
(PreParseSearchOperation searchOperation) SevenBitCleanPlugin.doPreParse
(PreParseAddOperation addOperation) SevenBitCleanPlugin.doPreParse
(PreParseModifyDNOperation modifyDNOperation) SevenBitCleanPlugin.doPreParse
(PreParseModifyOperation modifyOperation)