Interface PluginRootCfgClient
-
- All Superinterfaces:
ConfigurationClient
public interface PluginRootCfgClient extends ConfigurationClient
A client-side interface for reading and modifying Plugin Root settings.The Plugin Root defines the parent entry for all plug-ins defined in the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <C extends PluginCfgClient>
CcreatePlugin(ManagedObjectDefinition<C,? extends PluginCfg> d, String name, Collection<PropertyException> exceptions)Creates a new Plugin.ManagedObjectDefinition<? extends PluginRootCfgClient,? extends PluginRootCfg>definition()Get the configuration definition associated with this Plugin Root.PluginCfgClientgetPlugin(String name)Gets the named Plugin.StringgetPluginOrderIntermediateResponse()Gets the "plugin-order-intermediate-response" property.StringgetPluginOrderLDIFExport()Gets the "plugin-order-ldif-export" property.StringgetPluginOrderLDIFImport()Gets the "plugin-order-ldif-import" property.StringgetPluginOrderLDIFImportBegin()Gets the "plugin-order-ldif-import-begin" property.StringgetPluginOrderLDIFImportEnd()Gets the "plugin-order-ldif-import-end" property.StringgetPluginOrderPostConnect()Gets the "plugin-order-post-connect" property.StringgetPluginOrderPostDisconnect()Gets the "plugin-order-post-disconnect" property.StringgetPluginOrderPostOperationAbandon()Gets the "plugin-order-post-operation-abandon" property.StringgetPluginOrderPostOperationAdd()Gets the "plugin-order-post-operation-add" property.StringgetPluginOrderPostOperationBind()Gets the "plugin-order-post-operation-bind" property.StringgetPluginOrderPostOperationCompare()Gets the "plugin-order-post-operation-compare" property.StringgetPluginOrderPostOperationDelete()Gets the "plugin-order-post-operation-delete" property.StringgetPluginOrderPostOperationExtended()Gets the "plugin-order-post-operation-extended" property.StringgetPluginOrderPostOperationModify()Gets the "plugin-order-post-operation-modify" property.StringgetPluginOrderPostOperationModifyDN()Gets the "plugin-order-post-operation-modify-dn" property.StringgetPluginOrderPostOperationSearch()Gets the "plugin-order-post-operation-search" property.StringgetPluginOrderPostOperationUnbind()Gets the "plugin-order-post-operation-unbind" property.StringgetPluginOrderPostResponseAdd()Gets the "plugin-order-post-response-add" property.StringgetPluginOrderPostResponseBind()Gets the "plugin-order-post-response-bind" property.StringgetPluginOrderPostResponseCompare()Gets the "plugin-order-post-response-compare" property.StringgetPluginOrderPostResponseDelete()Gets the "plugin-order-post-response-delete" property.StringgetPluginOrderPostResponseExtended()Gets the "plugin-order-post-response-extended" property.StringgetPluginOrderPostResponseModify()Gets the "plugin-order-post-response-modify" property.StringgetPluginOrderPostResponseModifyDN()Gets the "plugin-order-post-response-modify-dn" property.StringgetPluginOrderPostResponseSearch()Gets the "plugin-order-post-response-search" property.StringgetPluginOrderPostSynchronizationAdd()Gets the "plugin-order-post-synchronization-add" property.StringgetPluginOrderPostSynchronizationDelete()Gets the "plugin-order-post-synchronization-delete" property.StringgetPluginOrderPostSynchronizationModify()Gets the "plugin-order-post-synchronization-modify" property.StringgetPluginOrderPostSynchronizationModifyDN()Gets the "plugin-order-post-synchronization-modify-dn" property.StringgetPluginOrderPreOperationAdd()Gets the "plugin-order-pre-operation-add" property.StringgetPluginOrderPreOperationBind()Gets the "plugin-order-pre-operation-bind" property.StringgetPluginOrderPreOperationCompare()Gets the "plugin-order-pre-operation-compare" property.StringgetPluginOrderPreOperationDelete()Gets the "plugin-order-pre-operation-delete" property.StringgetPluginOrderPreOperationExtended()Gets the "plugin-order-pre-operation-extended" property.StringgetPluginOrderPreOperationModify()Gets the "plugin-order-pre-operation-modify" property.StringgetPluginOrderPreOperationModifyDN()Gets the "plugin-order-pre-operation-modify-dn" property.StringgetPluginOrderPreOperationSearch()Gets the "plugin-order-pre-operation-search" property.StringgetPluginOrderPreParseAbandon()Gets the "plugin-order-pre-parse-abandon" property.StringgetPluginOrderPreParseAdd()Gets the "plugin-order-pre-parse-add" property.StringgetPluginOrderPreParseBind()Gets the "plugin-order-pre-parse-bind" property.StringgetPluginOrderPreParseCompare()Gets the "plugin-order-pre-parse-compare" property.StringgetPluginOrderPreParseDelete()Gets the "plugin-order-pre-parse-delete" property.StringgetPluginOrderPreParseExtended()Gets the "plugin-order-pre-parse-extended" property.StringgetPluginOrderPreParseModify()Gets the "plugin-order-pre-parse-modify" property.StringgetPluginOrderPreParseModifyDN()Gets the "plugin-order-pre-parse-modify-dn" property.StringgetPluginOrderPreParseSearch()Gets the "plugin-order-pre-parse-search" property.StringgetPluginOrderPreParseUnbind()Gets the "plugin-order-pre-parse-unbind" property.StringgetPluginOrderSearchResultEntry()Gets the "plugin-order-search-result-entry" property.StringgetPluginOrderSearchResultReference()Gets the "plugin-order-search-result-reference" property.StringgetPluginOrderShutdown()Gets the "plugin-order-shutdown" property.StringgetPluginOrderStartup()Gets the "plugin-order-startup" property.StringgetPluginOrderSubordinateDelete()Gets the "plugin-order-subordinate-delete" property.StringgetPluginOrderSubordinateModifyDN()Gets the "plugin-order-subordinate-modify-dn" property.String[]listPlugins()Lists the Plugins.voidremovePlugin(String name)Removes the named Plugin.voidsetPluginOrderIntermediateResponse(String value)Sets the "plugin-order-intermediate-response" property.voidsetPluginOrderLDIFExport(String value)Sets the "plugin-order-ldif-export" property.voidsetPluginOrderLDIFImport(String value)Sets the "plugin-order-ldif-import" property.voidsetPluginOrderLDIFImportBegin(String value)Sets the "plugin-order-ldif-import-begin" property.voidsetPluginOrderLDIFImportEnd(String value)Sets the "plugin-order-ldif-import-end" property.voidsetPluginOrderPostConnect(String value)Sets the "plugin-order-post-connect" property.voidsetPluginOrderPostDisconnect(String value)Sets the "plugin-order-post-disconnect" property.voidsetPluginOrderPostOperationAbandon(String value)Sets the "plugin-order-post-operation-abandon" property.voidsetPluginOrderPostOperationAdd(String value)Sets the "plugin-order-post-operation-add" property.voidsetPluginOrderPostOperationBind(String value)Sets the "plugin-order-post-operation-bind" property.voidsetPluginOrderPostOperationCompare(String value)Sets the "plugin-order-post-operation-compare" property.voidsetPluginOrderPostOperationDelete(String value)Sets the "plugin-order-post-operation-delete" property.voidsetPluginOrderPostOperationExtended(String value)Sets the "plugin-order-post-operation-extended" property.voidsetPluginOrderPostOperationModify(String value)Sets the "plugin-order-post-operation-modify" property.voidsetPluginOrderPostOperationModifyDN(String value)Sets the "plugin-order-post-operation-modify-dn" property.voidsetPluginOrderPostOperationSearch(String value)Sets the "plugin-order-post-operation-search" property.voidsetPluginOrderPostOperationUnbind(String value)Sets the "plugin-order-post-operation-unbind" property.voidsetPluginOrderPostResponseAdd(String value)Sets the "plugin-order-post-response-add" property.voidsetPluginOrderPostResponseBind(String value)Sets the "plugin-order-post-response-bind" property.voidsetPluginOrderPostResponseCompare(String value)Sets the "plugin-order-post-response-compare" property.voidsetPluginOrderPostResponseDelete(String value)Sets the "plugin-order-post-response-delete" property.voidsetPluginOrderPostResponseExtended(String value)Sets the "plugin-order-post-response-extended" property.voidsetPluginOrderPostResponseModify(String value)Sets the "plugin-order-post-response-modify" property.voidsetPluginOrderPostResponseModifyDN(String value)Sets the "plugin-order-post-response-modify-dn" property.voidsetPluginOrderPostResponseSearch(String value)Sets the "plugin-order-post-response-search" property.voidsetPluginOrderPostSynchronizationAdd(String value)Sets the "plugin-order-post-synchronization-add" property.voidsetPluginOrderPostSynchronizationDelete(String value)Sets the "plugin-order-post-synchronization-delete" property.voidsetPluginOrderPostSynchronizationModify(String value)Sets the "plugin-order-post-synchronization-modify" property.voidsetPluginOrderPostSynchronizationModifyDN(String value)Sets the "plugin-order-post-synchronization-modify-dn" property.voidsetPluginOrderPreOperationAdd(String value)Sets the "plugin-order-pre-operation-add" property.voidsetPluginOrderPreOperationBind(String value)Sets the "plugin-order-pre-operation-bind" property.voidsetPluginOrderPreOperationCompare(String value)Sets the "plugin-order-pre-operation-compare" property.voidsetPluginOrderPreOperationDelete(String value)Sets the "plugin-order-pre-operation-delete" property.voidsetPluginOrderPreOperationExtended(String value)Sets the "plugin-order-pre-operation-extended" property.voidsetPluginOrderPreOperationModify(String value)Sets the "plugin-order-pre-operation-modify" property.voidsetPluginOrderPreOperationModifyDN(String value)Sets the "plugin-order-pre-operation-modify-dn" property.voidsetPluginOrderPreOperationSearch(String value)Sets the "plugin-order-pre-operation-search" property.voidsetPluginOrderPreParseAbandon(String value)Sets the "plugin-order-pre-parse-abandon" property.voidsetPluginOrderPreParseAdd(String value)Sets the "plugin-order-pre-parse-add" property.voidsetPluginOrderPreParseBind(String value)Sets the "plugin-order-pre-parse-bind" property.voidsetPluginOrderPreParseCompare(String value)Sets the "plugin-order-pre-parse-compare" property.voidsetPluginOrderPreParseDelete(String value)Sets the "plugin-order-pre-parse-delete" property.voidsetPluginOrderPreParseExtended(String value)Sets the "plugin-order-pre-parse-extended" property.voidsetPluginOrderPreParseModify(String value)Sets the "plugin-order-pre-parse-modify" property.voidsetPluginOrderPreParseModifyDN(String value)Sets the "plugin-order-pre-parse-modify-dn" property.voidsetPluginOrderPreParseSearch(String value)Sets the "plugin-order-pre-parse-search" property.voidsetPluginOrderPreParseUnbind(String value)Sets the "plugin-order-pre-parse-unbind" property.voidsetPluginOrderSearchResultEntry(String value)Sets the "plugin-order-search-result-entry" property.voidsetPluginOrderSearchResultReference(String value)Sets the "plugin-order-search-result-reference" property.voidsetPluginOrderShutdown(String value)Sets the "plugin-order-shutdown" property.voidsetPluginOrderStartup(String value)Sets the "plugin-order-startup" property.voidsetPluginOrderSubordinateDelete(String value)Sets the "plugin-order-subordinate-delete" property.voidsetPluginOrderSubordinateModifyDN(String value)Sets the "plugin-order-subordinate-modify-dn" property.-
Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
-
-
-
Method Detail
-
definition
ManagedObjectDefinition<? extends PluginRootCfgClient,? extends PluginRootCfg> definition()
Get the configuration definition associated with this Plugin Root.- Specified by:
definitionin interfaceConfigurationClient- Returns:
- Returns the configuration definition associated with this Plugin Root.
-
getPluginOrderIntermediateResponse
String getPluginOrderIntermediateResponse()
Gets the "plugin-order-intermediate-response" property.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).
- Returns:
- Returns the value of the "plugin-order-intermediate-response" property.
-
setPluginOrderIntermediateResponse
void setPluginOrderIntermediateResponse(String value) throws PropertyException
Sets the "plugin-order-intermediate-response" property.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).
- Parameters:
value- The value of the "plugin-order-intermediate-response" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderLDIFExport
String getPluginOrderLDIFExport()
Gets the "plugin-order-ldif-export" property.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).
- Returns:
- Returns the value of the "plugin-order-ldif-export" property.
-
setPluginOrderLDIFExport
void setPluginOrderLDIFExport(String value) throws PropertyException
Sets the "plugin-order-ldif-export" property.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).
- Parameters:
value- The value of the "plugin-order-ldif-export" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderLDIFImport
String getPluginOrderLDIFImport()
Gets the "plugin-order-ldif-import" property.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).
- Returns:
- Returns the value of the "plugin-order-ldif-import" property.
-
setPluginOrderLDIFImport
void setPluginOrderLDIFImport(String value) throws PropertyException
Sets the "plugin-order-ldif-import" property.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).
- Parameters:
value- The value of the "plugin-order-ldif-import" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderLDIFImportBegin
String getPluginOrderLDIFImportBegin()
Gets the "plugin-order-ldif-import-begin" property.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).
- Returns:
- Returns the value of the "plugin-order-ldif-import-begin" property.
-
setPluginOrderLDIFImportBegin
void setPluginOrderLDIFImportBegin(String value) throws PropertyException
Sets the "plugin-order-ldif-import-begin" property.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).
- Parameters:
value- The value of the "plugin-order-ldif-import-begin" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderLDIFImportEnd
String getPluginOrderLDIFImportEnd()
Gets the "plugin-order-ldif-import-end" property.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).
- Returns:
- Returns the value of the "plugin-order-ldif-import-end" property.
-
setPluginOrderLDIFImportEnd
void setPluginOrderLDIFImportEnd(String value) throws PropertyException
Sets the "plugin-order-ldif-import-end" property.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).
- Parameters:
value- The value of the "plugin-order-ldif-import-end" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostConnect
String getPluginOrderPostConnect()
Gets the "plugin-order-post-connect" property.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).
- Returns:
- Returns the value of the "plugin-order-post-connect" property.
-
setPluginOrderPostConnect
void setPluginOrderPostConnect(String value) throws PropertyException
Sets the "plugin-order-post-connect" property.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).
- Parameters:
value- The value of the "plugin-order-post-connect" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostDisconnect
String getPluginOrderPostDisconnect()
Gets the "plugin-order-post-disconnect" property.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).
- Returns:
- Returns the value of the "plugin-order-post-disconnect" property.
-
setPluginOrderPostDisconnect
void setPluginOrderPostDisconnect(String value) throws PropertyException
Sets the "plugin-order-post-disconnect" property.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).
- Parameters:
value- The value of the "plugin-order-post-disconnect" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationAbandon
String getPluginOrderPostOperationAbandon()
Gets the "plugin-order-post-operation-abandon" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-abandon" property.
-
setPluginOrderPostOperationAbandon
void setPluginOrderPostOperationAbandon(String value) throws PropertyException
Sets the "plugin-order-post-operation-abandon" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-abandon" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationAdd
String getPluginOrderPostOperationAdd()
Gets the "plugin-order-post-operation-add" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-add" property.
-
setPluginOrderPostOperationAdd
void setPluginOrderPostOperationAdd(String value) throws PropertyException
Sets the "plugin-order-post-operation-add" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-add" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationBind
String getPluginOrderPostOperationBind()
Gets the "plugin-order-post-operation-bind" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-bind" property.
-
setPluginOrderPostOperationBind
void setPluginOrderPostOperationBind(String value) throws PropertyException
Sets the "plugin-order-post-operation-bind" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-bind" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationCompare
String getPluginOrderPostOperationCompare()
Gets the "plugin-order-post-operation-compare" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-compare" property.
-
setPluginOrderPostOperationCompare
void setPluginOrderPostOperationCompare(String value) throws PropertyException
Sets the "plugin-order-post-operation-compare" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-compare" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationDelete
String getPluginOrderPostOperationDelete()
Gets the "plugin-order-post-operation-delete" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-delete" property.
-
setPluginOrderPostOperationDelete
void setPluginOrderPostOperationDelete(String value) throws PropertyException
Sets the "plugin-order-post-operation-delete" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-delete" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationExtended
String getPluginOrderPostOperationExtended()
Gets the "plugin-order-post-operation-extended" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-extended" property.
-
setPluginOrderPostOperationExtended
void setPluginOrderPostOperationExtended(String value) throws PropertyException
Sets the "plugin-order-post-operation-extended" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-extended" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationModify
String getPluginOrderPostOperationModify()
Gets the "plugin-order-post-operation-modify" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-modify" property.
-
setPluginOrderPostOperationModify
void setPluginOrderPostOperationModify(String value) throws PropertyException
Sets the "plugin-order-post-operation-modify" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-modify" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationModifyDN
String getPluginOrderPostOperationModifyDN()
Gets the "plugin-order-post-operation-modify-dn" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-modify-dn" property.
-
setPluginOrderPostOperationModifyDN
void setPluginOrderPostOperationModifyDN(String value) throws PropertyException
Sets the "plugin-order-post-operation-modify-dn" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-modify-dn" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationSearch
String getPluginOrderPostOperationSearch()
Gets the "plugin-order-post-operation-search" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-search" property.
-
setPluginOrderPostOperationSearch
void setPluginOrderPostOperationSearch(String value) throws PropertyException
Sets the "plugin-order-post-operation-search" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-search" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostOperationUnbind
String getPluginOrderPostOperationUnbind()
Gets the "plugin-order-post-operation-unbind" property.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).
- Returns:
- Returns the value of the "plugin-order-post-operation-unbind" property.
-
setPluginOrderPostOperationUnbind
void setPluginOrderPostOperationUnbind(String value) throws PropertyException
Sets the "plugin-order-post-operation-unbind" property.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).
- Parameters:
value- The value of the "plugin-order-post-operation-unbind" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseAdd
String getPluginOrderPostResponseAdd()
Gets the "plugin-order-post-response-add" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-add" property.
-
setPluginOrderPostResponseAdd
void setPluginOrderPostResponseAdd(String value) throws PropertyException
Sets the "plugin-order-post-response-add" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-add" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseBind
String getPluginOrderPostResponseBind()
Gets the "plugin-order-post-response-bind" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-bind" property.
-
setPluginOrderPostResponseBind
void setPluginOrderPostResponseBind(String value) throws PropertyException
Sets the "plugin-order-post-response-bind" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-bind" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseCompare
String getPluginOrderPostResponseCompare()
Gets the "plugin-order-post-response-compare" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-compare" property.
-
setPluginOrderPostResponseCompare
void setPluginOrderPostResponseCompare(String value) throws PropertyException
Sets the "plugin-order-post-response-compare" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-compare" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseDelete
String getPluginOrderPostResponseDelete()
Gets the "plugin-order-post-response-delete" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-delete" property.
-
setPluginOrderPostResponseDelete
void setPluginOrderPostResponseDelete(String value) throws PropertyException
Sets the "plugin-order-post-response-delete" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-delete" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseExtended
String getPluginOrderPostResponseExtended()
Gets the "plugin-order-post-response-extended" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-extended" property.
-
setPluginOrderPostResponseExtended
void setPluginOrderPostResponseExtended(String value) throws PropertyException
Sets the "plugin-order-post-response-extended" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-extended" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseModify
String getPluginOrderPostResponseModify()
Gets the "plugin-order-post-response-modify" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-modify" property.
-
setPluginOrderPostResponseModify
void setPluginOrderPostResponseModify(String value) throws PropertyException
Sets the "plugin-order-post-response-modify" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-modify" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseModifyDN
String getPluginOrderPostResponseModifyDN()
Gets the "plugin-order-post-response-modify-dn" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-modify-dn" property.
-
setPluginOrderPostResponseModifyDN
void setPluginOrderPostResponseModifyDN(String value) throws PropertyException
Sets the "plugin-order-post-response-modify-dn" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-modify-dn" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostResponseSearch
String getPluginOrderPostResponseSearch()
Gets the "plugin-order-post-response-search" property.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).
- Returns:
- Returns the value of the "plugin-order-post-response-search" property.
-
setPluginOrderPostResponseSearch
void setPluginOrderPostResponseSearch(String value) throws PropertyException
Sets the "plugin-order-post-response-search" property.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).
- Parameters:
value- The value of the "plugin-order-post-response-search" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostSynchronizationAdd
String getPluginOrderPostSynchronizationAdd()
Gets the "plugin-order-post-synchronization-add" property.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).
- Returns:
- Returns the value of the "plugin-order-post-synchronization-add" property.
-
setPluginOrderPostSynchronizationAdd
void setPluginOrderPostSynchronizationAdd(String value) throws PropertyException
Sets the "plugin-order-post-synchronization-add" property.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).
- Parameters:
value- The value of the "plugin-order-post-synchronization-add" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostSynchronizationDelete
String getPluginOrderPostSynchronizationDelete()
Gets the "plugin-order-post-synchronization-delete" property.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).
- Returns:
- Returns the value of the "plugin-order-post-synchronization-delete" property.
-
setPluginOrderPostSynchronizationDelete
void setPluginOrderPostSynchronizationDelete(String value) throws PropertyException
Sets the "plugin-order-post-synchronization-delete" property.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).
- Parameters:
value- The value of the "plugin-order-post-synchronization-delete" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostSynchronizationModify
String getPluginOrderPostSynchronizationModify()
Gets the "plugin-order-post-synchronization-modify" property.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).
- Returns:
- Returns the value of the "plugin-order-post-synchronization-modify" property.
-
setPluginOrderPostSynchronizationModify
void setPluginOrderPostSynchronizationModify(String value) throws PropertyException
Sets the "plugin-order-post-synchronization-modify" property.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).
- Parameters:
value- The value of the "plugin-order-post-synchronization-modify" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPostSynchronizationModifyDN
String getPluginOrderPostSynchronizationModifyDN()
Gets the "plugin-order-post-synchronization-modify-dn" property.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).
- Returns:
- Returns the value of the "plugin-order-post-synchronization-modify-dn" property.
-
setPluginOrderPostSynchronizationModifyDN
void setPluginOrderPostSynchronizationModifyDN(String value) throws PropertyException
Sets the "plugin-order-post-synchronization-modify-dn" property.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).
- Parameters:
value- The value of the "plugin-order-post-synchronization-modify-dn" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationAdd
String getPluginOrderPreOperationAdd()
Gets the "plugin-order-pre-operation-add" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-add" property.
-
setPluginOrderPreOperationAdd
void setPluginOrderPreOperationAdd(String value) throws PropertyException
Sets the "plugin-order-pre-operation-add" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-add" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationBind
String getPluginOrderPreOperationBind()
Gets the "plugin-order-pre-operation-bind" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-bind" property.
-
setPluginOrderPreOperationBind
void setPluginOrderPreOperationBind(String value) throws PropertyException
Sets the "plugin-order-pre-operation-bind" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-bind" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationCompare
String getPluginOrderPreOperationCompare()
Gets the "plugin-order-pre-operation-compare" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-compare" property.
-
setPluginOrderPreOperationCompare
void setPluginOrderPreOperationCompare(String value) throws PropertyException
Sets the "plugin-order-pre-operation-compare" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-compare" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationDelete
String getPluginOrderPreOperationDelete()
Gets the "plugin-order-pre-operation-delete" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-delete" property.
-
setPluginOrderPreOperationDelete
void setPluginOrderPreOperationDelete(String value) throws PropertyException
Sets the "plugin-order-pre-operation-delete" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-delete" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationExtended
String getPluginOrderPreOperationExtended()
Gets the "plugin-order-pre-operation-extended" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-extended" property.
-
setPluginOrderPreOperationExtended
void setPluginOrderPreOperationExtended(String value) throws PropertyException
Sets the "plugin-order-pre-operation-extended" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-extended" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationModify
String getPluginOrderPreOperationModify()
Gets the "plugin-order-pre-operation-modify" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-modify" property.
-
setPluginOrderPreOperationModify
void setPluginOrderPreOperationModify(String value) throws PropertyException
Sets the "plugin-order-pre-operation-modify" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-modify" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationModifyDN
String getPluginOrderPreOperationModifyDN()
Gets the "plugin-order-pre-operation-modify-dn" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-modify-dn" property.
-
setPluginOrderPreOperationModifyDN
void setPluginOrderPreOperationModifyDN(String value) throws PropertyException
Sets the "plugin-order-pre-operation-modify-dn" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-modify-dn" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreOperationSearch
String getPluginOrderPreOperationSearch()
Gets the "plugin-order-pre-operation-search" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-operation-search" property.
-
setPluginOrderPreOperationSearch
void setPluginOrderPreOperationSearch(String value) throws PropertyException
Sets the "plugin-order-pre-operation-search" property.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).
- Parameters:
value- The value of the "plugin-order-pre-operation-search" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseAbandon
String getPluginOrderPreParseAbandon()
Gets the "plugin-order-pre-parse-abandon" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-abandon" property.
-
setPluginOrderPreParseAbandon
void setPluginOrderPreParseAbandon(String value) throws PropertyException
Sets the "plugin-order-pre-parse-abandon" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-abandon" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseAdd
String getPluginOrderPreParseAdd()
Gets the "plugin-order-pre-parse-add" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-add" property.
-
setPluginOrderPreParseAdd
void setPluginOrderPreParseAdd(String value) throws PropertyException
Sets the "plugin-order-pre-parse-add" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-add" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseBind
String getPluginOrderPreParseBind()
Gets the "plugin-order-pre-parse-bind" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-bind" property.
-
setPluginOrderPreParseBind
void setPluginOrderPreParseBind(String value) throws PropertyException
Sets the "plugin-order-pre-parse-bind" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-bind" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseCompare
String getPluginOrderPreParseCompare()
Gets the "plugin-order-pre-parse-compare" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-compare" property.
-
setPluginOrderPreParseCompare
void setPluginOrderPreParseCompare(String value) throws PropertyException
Sets the "plugin-order-pre-parse-compare" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-compare" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseDelete
String getPluginOrderPreParseDelete()
Gets the "plugin-order-pre-parse-delete" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-delete" property.
-
setPluginOrderPreParseDelete
void setPluginOrderPreParseDelete(String value) throws PropertyException
Sets the "plugin-order-pre-parse-delete" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-delete" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseExtended
String getPluginOrderPreParseExtended()
Gets the "plugin-order-pre-parse-extended" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-extended" property.
-
setPluginOrderPreParseExtended
void setPluginOrderPreParseExtended(String value) throws PropertyException
Sets the "plugin-order-pre-parse-extended" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-extended" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseModify
String getPluginOrderPreParseModify()
Gets the "plugin-order-pre-parse-modify" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-modify" property.
-
setPluginOrderPreParseModify
void setPluginOrderPreParseModify(String value) throws PropertyException
Sets the "plugin-order-pre-parse-modify" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-modify" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseModifyDN
String getPluginOrderPreParseModifyDN()
Gets the "plugin-order-pre-parse-modify-dn" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-modify-dn" property.
-
setPluginOrderPreParseModifyDN
void setPluginOrderPreParseModifyDN(String value) throws PropertyException
Sets the "plugin-order-pre-parse-modify-dn" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-modify-dn" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseSearch
String getPluginOrderPreParseSearch()
Gets the "plugin-order-pre-parse-search" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-search" property.
-
setPluginOrderPreParseSearch
void setPluginOrderPreParseSearch(String value) throws PropertyException
Sets the "plugin-order-pre-parse-search" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-search" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderPreParseUnbind
String getPluginOrderPreParseUnbind()
Gets the "plugin-order-pre-parse-unbind" property.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).
- Returns:
- Returns the value of the "plugin-order-pre-parse-unbind" property.
-
setPluginOrderPreParseUnbind
void setPluginOrderPreParseUnbind(String value) throws PropertyException
Sets the "plugin-order-pre-parse-unbind" property.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).
- Parameters:
value- The value of the "plugin-order-pre-parse-unbind" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderSearchResultEntry
String getPluginOrderSearchResultEntry()
Gets the "plugin-order-search-result-entry" property.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).
- Returns:
- Returns the value of the "plugin-order-search-result-entry" property.
-
setPluginOrderSearchResultEntry
void setPluginOrderSearchResultEntry(String value) throws PropertyException
Sets the "plugin-order-search-result-entry" property.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).
- Parameters:
value- The value of the "plugin-order-search-result-entry" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderSearchResultReference
String getPluginOrderSearchResultReference()
Gets the "plugin-order-search-result-reference" property.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).
- Returns:
- Returns the value of the "plugin-order-search-result-reference" property.
-
setPluginOrderSearchResultReference
void setPluginOrderSearchResultReference(String value) throws PropertyException
Sets the "plugin-order-search-result-reference" property.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).
- Parameters:
value- The value of the "plugin-order-search-result-reference" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderShutdown
String getPluginOrderShutdown()
Gets the "plugin-order-shutdown" property.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).
- Returns:
- Returns the value of the "plugin-order-shutdown" property.
-
setPluginOrderShutdown
void setPluginOrderShutdown(String value) throws PropertyException
Sets the "plugin-order-shutdown" property.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).
- Parameters:
value- The value of the "plugin-order-shutdown" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderStartup
String getPluginOrderStartup()
Gets the "plugin-order-startup" property.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).
- Returns:
- Returns the value of the "plugin-order-startup" property.
-
setPluginOrderStartup
void setPluginOrderStartup(String value) throws PropertyException
Sets the "plugin-order-startup" property.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).
- Parameters:
value- The value of the "plugin-order-startup" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderSubordinateDelete
String getPluginOrderSubordinateDelete()
Gets the "plugin-order-subordinate-delete" property.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).
- Returns:
- Returns the value of the "plugin-order-subordinate-delete" property.
-
setPluginOrderSubordinateDelete
void setPluginOrderSubordinateDelete(String value) throws PropertyException
Sets the "plugin-order-subordinate-delete" property.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).
- Parameters:
value- The value of the "plugin-order-subordinate-delete" property.- Throws:
PropertyException- If the new value is invalid.
-
getPluginOrderSubordinateModifyDN
String getPluginOrderSubordinateModifyDN()
Gets the "plugin-order-subordinate-modify-dn" property.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).
- Returns:
- Returns the value of the "plugin-order-subordinate-modify-dn" property.
-
setPluginOrderSubordinateModifyDN
void setPluginOrderSubordinateModifyDN(String value) throws PropertyException
Sets the "plugin-order-subordinate-modify-dn" property.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).
- Parameters:
value- The value of the "plugin-order-subordinate-modify-dn" property.- Throws:
PropertyException- If the new value is invalid.
-
listPlugins
String[] listPlugins() throws ConcurrentModificationException, org.forgerock.opendj.ldap.LdapException
Lists the Plugins.- Returns:
- Returns an array containing the names of the Plugins.
- Throws:
ConcurrentModificationException- If this Plugin Root has been removed from the server by another client.org.forgerock.opendj.ldap.LdapException- If any other error occurs.
-
getPlugin
PluginCfgClient getPlugin(String name) throws DefinitionDecodingException, ManagedObjectDecodingException, ManagedObjectNotFoundException, ConcurrentModificationException, org.forgerock.opendj.ldap.LdapException
Gets the named Plugin.- Parameters:
name- The name of the Plugin to retrieve.- Returns:
- Returns the named Plugin.
- Throws:
DefinitionDecodingException- If the named Plugin was found but its type could not be determined.ManagedObjectDecodingException- If the named Plugin was found but one or more of its properties could not be decoded.ManagedObjectNotFoundException- If the named Plugin was not found on the server.ConcurrentModificationException- If this Plugin Root has been removed from the server by another client.org.forgerock.opendj.ldap.LdapException- If any other error occurs.
-
createPlugin
<C extends PluginCfgClient> C createPlugin(ManagedObjectDefinition<C,? extends PluginCfg> d, String name, Collection<PropertyException> exceptions) throws IllegalManagedObjectNameException
Creates a new Plugin. The new Plugin will initially not contain any property values (including mandatory properties). Once the Plugin has been configured it can be added to the server using theConfigurationClient.commit()method.- Type Parameters:
C- The type of the Plugin being created.- Parameters:
d- The definition of the Plugin to be created.name- The name of the new Plugin.exceptions- An optional collection in which to place anyPropertyExceptions that occurred whilst attempting to determine the default values of the Plugin. This argument can benull.- Returns:
- Returns a new Plugin configuration instance.
- Throws:
IllegalManagedObjectNameException- If the name of the new Plugin is invalid.
-
removePlugin
void removePlugin(String name) throws ManagedObjectNotFoundException, OperationRejectedException, ConcurrentModificationException, org.forgerock.opendj.ldap.LdapException
Removes the named Plugin.- Parameters:
name- The name of the Plugin to remove.- Throws:
ManagedObjectNotFoundException- If the Plugin does not exist.OperationRejectedException- If the server refuses to remove the Plugin due to some server-side constraint which cannot be satisfied (for example, if it is referenced by another managed object).ConcurrentModificationException- If this Plugin Root has been removed from the server by another client.org.forgerock.opendj.ldap.LdapException- If any other error occurs.
-
-