Uses of Class
org.opends.server.api.plugin.PluginResult.PreParse
-
Packages that use PluginResult.PreParse 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.PreParse in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return PluginResult.PreParse Modifier and Type Method Description static PluginResult.PreParse
PluginResult.PreParse. continueOperationProcessing()
Defines a continue processing pre parse plugin result.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseAbandonOperation abandonOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an abandon request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseAddOperation addOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an add request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseBindOperation bindOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a bind request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseCompareOperation compareOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a compare request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseDeleteOperation deleteOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a delete request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseExtendedOperation extendedOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an extended request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseModifyDNOperation modifyDNOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify DN request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseModifyOperation modifyOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseSearchOperation searchOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a search request.PluginResult.PreParse
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
Methods in org.opends.server.core that return PluginResult.PreParse Modifier and Type Method Description PluginResult.PreParse
PluginConfigManager. invokePreParseAbandonPlugins(PreParseAbandonOperation abandonOperation)
Invokes the set of pre-parse abandon plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseAddPlugins(PreParseAddOperation addOperation)
Invokes the set of pre-parse add plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseBindPlugins(PreParseBindOperation bindOperation)
Invokes the set of pre-parse bind plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseComparePlugins(PreParseCompareOperation compareOperation)
Invokes the set of pre-parse compare plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseDeletePlugins(PreParseDeleteOperation deleteOperation)
Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseExtendedPlugins(PreParseExtendedOperation extendedOperation)
Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseModifyDNPlugins(PreParseModifyDNOperation modifyDNOperation)
Invokes the set of pre-parse modify DN plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseModifyPlugins(PreParseModifyOperation modifyOperation)
Invokes the set of pre-parse modify plugins that have been configured in the Directory Server.PluginResult.PreParse
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
Methods in org.opends.server.plugins that return PluginResult.PreParse Modifier and Type Method Description PluginResult.PreParse
AttributeCleanupPlugin. doPreParse(PreParseAddOperation addOperation)
PluginResult.PreParse
AttributeCleanupPlugin. doPreParse(PreParseModifyOperation modifyOperation)
PluginResult.PreParse
LDAPADListPlugin. doPreParse(PreParseSearchOperation searchOperation)
PluginResult.PreParse
SevenBitCleanPlugin. doPreParse(PreParseAddOperation addOperation)
PluginResult.PreParse
SevenBitCleanPlugin. doPreParse(PreParseModifyDNOperation modifyDNOperation)
PluginResult.PreParse
SevenBitCleanPlugin. doPreParse(PreParseModifyOperation modifyOperation)
-