public interface PluginRootCfg extends Configuration
The Plugin Root defines the parent entry for all plug-ins defined in the server.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<PluginRootCfg> listener)
Register to be notified when this Plugin Root is changed.
|
void |
addPluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Registers to be notified when new Plugins are added.
|
void |
addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
Registers to be notified when existing Plugins are deleted.
|
Class<? extends PluginRootCfg> |
configurationClass()
Gets the configuration class associated with this Plugin Root.
|
PluginCfg |
getPlugin(String name)
Gets the named Plugin.
|
String |
getPluginOrderIntermediateResponse()
Gets the "plugin-order-intermediate-response" property.
|
String |
getPluginOrderLDIFExport()
Gets the "plugin-order-ldif-export" property.
|
String |
getPluginOrderLDIFImport()
Gets the "plugin-order-ldif-import" property.
|
String |
getPluginOrderLDIFImportBegin()
Gets the "plugin-order-ldif-import-begin" property.
|
String |
getPluginOrderLDIFImportEnd()
Gets the "plugin-order-ldif-import-end" property.
|
String |
getPluginOrderPostConnect()
Gets the "plugin-order-post-connect" property.
|
String |
getPluginOrderPostDisconnect()
Gets the "plugin-order-post-disconnect" property.
|
String |
getPluginOrderPostOperationAbandon()
Gets the "plugin-order-post-operation-abandon" property.
|
String |
getPluginOrderPostOperationAdd()
Gets the "plugin-order-post-operation-add" property.
|
String |
getPluginOrderPostOperationBind()
Gets the "plugin-order-post-operation-bind" property.
|
String |
getPluginOrderPostOperationCompare()
Gets the "plugin-order-post-operation-compare" property.
|
String |
getPluginOrderPostOperationDelete()
Gets the "plugin-order-post-operation-delete" property.
|
String |
getPluginOrderPostOperationExtended()
Gets the "plugin-order-post-operation-extended" property.
|
String |
getPluginOrderPostOperationModify()
Gets the "plugin-order-post-operation-modify" property.
|
String |
getPluginOrderPostOperationModifyDN()
Gets the "plugin-order-post-operation-modify-dn" property.
|
String |
getPluginOrderPostOperationSearch()
Gets the "plugin-order-post-operation-search" property.
|
String |
getPluginOrderPostOperationUnbind()
Gets the "plugin-order-post-operation-unbind" property.
|
String |
getPluginOrderPostResponseAdd()
Gets the "plugin-order-post-response-add" property.
|
String |
getPluginOrderPostResponseBind()
Gets the "plugin-order-post-response-bind" property.
|
String |
getPluginOrderPostResponseCompare()
Gets the "plugin-order-post-response-compare" property.
|
String |
getPluginOrderPostResponseDelete()
Gets the "plugin-order-post-response-delete" property.
|
String |
getPluginOrderPostResponseExtended()
Gets the "plugin-order-post-response-extended" property.
|
String |
getPluginOrderPostResponseModify()
Gets the "plugin-order-post-response-modify" property.
|
String |
getPluginOrderPostResponseModifyDN()
Gets the "plugin-order-post-response-modify-dn" property.
|
String |
getPluginOrderPostResponseSearch()
Gets the "plugin-order-post-response-search" property.
|
String |
getPluginOrderPostSynchronizationAdd()
Gets the "plugin-order-post-synchronization-add" property.
|
String |
getPluginOrderPostSynchronizationDelete()
Gets the "plugin-order-post-synchronization-delete" property.
|
String |
getPluginOrderPostSynchronizationModify()
Gets the "plugin-order-post-synchronization-modify" property.
|
String |
getPluginOrderPostSynchronizationModifyDN()
Gets the "plugin-order-post-synchronization-modify-dn" property.
|
String |
getPluginOrderPreOperationAdd()
Gets the "plugin-order-pre-operation-add" property.
|
String |
getPluginOrderPreOperationBind()
Gets the "plugin-order-pre-operation-bind" property.
|
String |
getPluginOrderPreOperationCompare()
Gets the "plugin-order-pre-operation-compare" property.
|
String |
getPluginOrderPreOperationDelete()
Gets the "plugin-order-pre-operation-delete" property.
|
String |
getPluginOrderPreOperationExtended()
Gets the "plugin-order-pre-operation-extended" property.
|
String |
getPluginOrderPreOperationModify()
Gets the "plugin-order-pre-operation-modify" property.
|
String |
getPluginOrderPreOperationModifyDN()
Gets the "plugin-order-pre-operation-modify-dn" property.
|
String |
getPluginOrderPreOperationSearch()
Gets the "plugin-order-pre-operation-search" property.
|
String |
getPluginOrderPreParseAbandon()
Gets the "plugin-order-pre-parse-abandon" property.
|
String |
getPluginOrderPreParseAdd()
Gets the "plugin-order-pre-parse-add" property.
|
String |
getPluginOrderPreParseBind()
Gets the "plugin-order-pre-parse-bind" property.
|
String |
getPluginOrderPreParseCompare()
Gets the "plugin-order-pre-parse-compare" property.
|
String |
getPluginOrderPreParseDelete()
Gets the "plugin-order-pre-parse-delete" property.
|
String |
getPluginOrderPreParseExtended()
Gets the "plugin-order-pre-parse-extended" property.
|
String |
getPluginOrderPreParseModify()
Gets the "plugin-order-pre-parse-modify" property.
|
String |
getPluginOrderPreParseModifyDN()
Gets the "plugin-order-pre-parse-modify-dn" property.
|
String |
getPluginOrderPreParseSearch()
Gets the "plugin-order-pre-parse-search" property.
|
String |
getPluginOrderPreParseUnbind()
Gets the "plugin-order-pre-parse-unbind" property.
|
String |
getPluginOrderSearchResultEntry()
Gets the "plugin-order-search-result-entry" property.
|
String |
getPluginOrderSearchResultReference()
Gets the "plugin-order-search-result-reference" property.
|
String |
getPluginOrderShutdown()
Gets the "plugin-order-shutdown" property.
|
String |
getPluginOrderStartup()
Gets the "plugin-order-startup" property.
|
String |
getPluginOrderSubordinateDelete()
Gets the "plugin-order-subordinate-delete" property.
|
String |
getPluginOrderSubordinateModifyDN()
Gets the "plugin-order-subordinate-modify-dn" property.
|
String[] |
listPlugins()
Lists the Plugins.
|
void |
removeChangeListener(ConfigurationChangeListener<PluginRootCfg> listener)
Deregister an existing Plugin Root configuration change listener.
|
void |
removePluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Deregisters an existing Plugin configuration add listener.
|
void |
removePluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
Deregisters an existing Plugin configuration delete listener.
|
dn
Class<? extends PluginRootCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<PluginRootCfg> listener)
listener
- The Plugin Root configuration change listener.void removeChangeListener(ConfigurationChangeListener<PluginRootCfg> listener)
listener
- The Plugin Root configuration change listener.String getPluginOrderIntermediateResponse()
Specifies the order in which intermediate response plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderLDIFExport()
Specifies the order in which LDIF export plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderLDIFImport()
Specifies the order in which LDIF import plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderLDIFImportBegin()
Specifies the order in which LDIF import begin plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderLDIFImportEnd()
Specifies the order in which LDIF import end plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostConnect()
Specifies the order in which post-connect plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostDisconnect()
Specifies the order in which post-disconnect plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationAbandon()
Specifies the order in which post-operation abandon plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationAdd()
Specifies the order in which post-operation add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationBind()
Specifies the order in which post-operation bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationCompare()
Specifies the order in which post-operation compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationDelete()
Specifies the order in which post-operation delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationExtended()
Specifies the order in which post-operation extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationModify()
Specifies the order in which post-operation modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationModifyDN()
Specifies the order in which post-operation modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationSearch()
Specifies the order in which post-operation search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostOperationUnbind()
Specifies the order in which post-operation unbind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseAdd()
Specifies the order in which post-response add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseBind()
Specifies the order in which post-response bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseCompare()
Specifies the order in which post-response compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseDelete()
Specifies the order in which post-response delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseExtended()
Specifies the order in which post-response extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseModify()
Specifies the order in which post-response modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseModifyDN()
Specifies the order in which post-response modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostResponseSearch()
Specifies the order in which post-response search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostSynchronizationAdd()
Specifies the order in which post-synchronization add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostSynchronizationDelete()
Specifies the order in which post-synchronization delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostSynchronizationModify()
Specifies the order in which post-synchronization modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPostSynchronizationModifyDN()
Specifies the order in which post-synchronization modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationAdd()
Specifies the order in which pre-operation add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationBind()
Specifies the order in which pre-operation bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationCompare()
Specifies the order in which pre-operation compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationDelete()
Specifies the order in which pre-operation delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationExtended()
Specifies the order in which pre-operation extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationModify()
Specifies the order in which pre-operation modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationModifyDN()
Specifies the order in which pre-operation modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreOperationSearch()
Specifies the order in which pre-operation search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseAbandon()
Specifies the order in which pre-parse abandon plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseAdd()
Specifies the order in which pre-parse add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseBind()
Specifies the order in which pre-parse bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseCompare()
Specifies the order in which pre-parse compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseDelete()
Specifies the order in which pre-parse delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseExtended()
Specifies the order in which pre-parse extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseModify()
Specifies the order in which pre-parse modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseModifyDN()
Specifies the order in which pre-parse modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseSearch()
Specifies the order in which pre-parse search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderPreParseUnbind()
Specifies the order in which pre-parse unbind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderSearchResultEntry()
Specifies the order in which search result entry plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderSearchResultReference()
Specifies the order in which search result reference plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderShutdown()
Specifies the order in which shutdown plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderStartup()
Specifies the order in which startup plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderSubordinateDelete()
Specifies the order in which subordinate delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String getPluginOrderSubordinateModifyDN()
Specifies the order in which subordinate modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
String[] listPlugins()
PluginCfg getPlugin(String name) throws org.forgerock.opendj.config.server.ConfigException
name
- The name of the Plugin to retrieve.org.forgerock.opendj.config.server.ConfigException
- If the Plugin could not be found or it
could not be successfully decoded.void addPluginAddListener(ConfigurationAddListener<PluginCfg> listener) throws org.forgerock.opendj.config.server.ConfigException
listener
- The Plugin configuration add listener.org.forgerock.opendj.config.server.ConfigException
- If the add listener could not be registered.void removePluginAddListener(ConfigurationAddListener<PluginCfg> listener)
listener
- The Plugin configuration add listener.void addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener) throws org.forgerock.opendj.config.server.ConfigException
listener
- The Plugin configuration delete listener.org.forgerock.opendj.config.server.ConfigException
- If the delete listener could not be registered.void removePluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
listener
- The Plugin configuration delete listener.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.