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.
|
Modifier and Type | Method and 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.skipFurtherPluginProcesssing()
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.
|
Modifier and Type | Method and 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.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseUnbindPlugins(PreParseUnbindOperation unbindOperation)
Invokes the set of pre-parse unbind plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PreParse |
SevenBitCleanPlugin.doPreParse(PreParseAddOperation addOperation) |
PluginResult.PreParse |
AttributeCleanupPlugin.doPreParse(PreParseAddOperation addOperation) |
PluginResult.PreParse |
SevenBitCleanPlugin.doPreParse(PreParseModifyDNOperation modifyDNOperation) |
PluginResult.PreParse |
SevenBitCleanPlugin.doPreParse(PreParseModifyOperation modifyOperation) |
PluginResult.PreParse |
AttributeCleanupPlugin.doPreParse(PreParseModifyOperation modifyOperation) |
PluginResult.PreParse |
LDAPADListPlugin.doPreParse(PreParseSearchOperation searchOperation) |
Copyright 2010-2018 ForgeRock AS.