Class PluginRootCfgDefn


  • public final class PluginRootCfgDefn
    extends ManagedObjectDefinition<PluginRootCfgClient,​PluginRootCfg>
    An interface for querying the Plugin Root managed object definition meta information.

    The Plugin Root defines the parent entry for all plug-ins defined in the server.

    • Method Detail

      • getInstance

        public static PluginRootCfgDefn getInstance()
        Get the Plugin Root configuration definition singleton.
        Returns:
        Returns the Plugin Root configuration definition singleton.
      • getPluginOrderIntermediateResponsePropertyDefinition

        public StringPropertyDefinition getPluginOrderIntermediateResponsePropertyDefinition()
        Get the "plugin-order-intermediate-response" property definition.

        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 "plugin-order-intermediate-response" property definition.
      • getPluginOrderLdifImportPropertyDefinition

        public StringPropertyDefinition getPluginOrderLdifImportPropertyDefinition()
        Get the "plugin-order-ldif-import" property definition.

        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 "plugin-order-ldif-import" property definition.
      • getPluginOrderLdifImportBeginPropertyDefinition

        public StringPropertyDefinition getPluginOrderLdifImportBeginPropertyDefinition()
        Get the "plugin-order-ldif-import-begin" property definition.

        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 "plugin-order-ldif-import-begin" property definition.
      • getPluginOrderLdifImportEndPropertyDefinition

        public StringPropertyDefinition getPluginOrderLdifImportEndPropertyDefinition()
        Get the "plugin-order-ldif-import-end" property definition.

        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 "plugin-order-ldif-import-end" property definition.
      • getPluginOrderPostCommitAddPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostCommitAddPropertyDefinition()
        Get the "plugin-order-post-commit-add" property definition.

        Specifies the order in which post-commit 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 "plugin-order-post-commit-add" property definition.
      • getPluginOrderPostCommitDeletePropertyDefinition

        public StringPropertyDefinition getPluginOrderPostCommitDeletePropertyDefinition()
        Get the "plugin-order-post-commit-delete" property definition.

        Specifies the order in which post-commit 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 "plugin-order-post-commit-delete" property definition.
      • getPluginOrderPostCommitModifyPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostCommitModifyPropertyDefinition()
        Get the "plugin-order-post-commit-modify" property definition.

        Specifies the order in which post-commit 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 "plugin-order-post-commit-modify" property definition.
      • getPluginOrderPostCommitModifyDnPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostCommitModifyDnPropertyDefinition()
        Get the "plugin-order-post-commit-modify-dn" property definition.

        Specifies the order in which post-commit 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 "plugin-order-post-commit-modify-dn" property definition.
      • getPluginOrderPostConnectPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostConnectPropertyDefinition()
        Get the "plugin-order-post-connect" property definition.

        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 "plugin-order-post-connect" property definition.
      • getPluginOrderPostDisconnectPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostDisconnectPropertyDefinition()
        Get the "plugin-order-post-disconnect" property definition.

        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 "plugin-order-post-disconnect" property definition.
      • getPluginOrderPostOperationAbandonPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationAbandonPropertyDefinition()
        Get the "plugin-order-post-operation-abandon" property definition.

        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 "plugin-order-post-operation-abandon" property definition.
      • getPluginOrderPostOperationAddPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationAddPropertyDefinition()
        Get the "plugin-order-post-operation-add" property definition.

        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 "plugin-order-post-operation-add" property definition.
      • getPluginOrderPostOperationBindPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationBindPropertyDefinition()
        Get the "plugin-order-post-operation-bind" property definition.

        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 "plugin-order-post-operation-bind" property definition.
      • getPluginOrderPostOperationComparePropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationComparePropertyDefinition()
        Get the "plugin-order-post-operation-compare" property definition.

        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 "plugin-order-post-operation-compare" property definition.
      • getPluginOrderPostOperationDeletePropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationDeletePropertyDefinition()
        Get the "plugin-order-post-operation-delete" property definition.

        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 "plugin-order-post-operation-delete" property definition.
      • getPluginOrderPostOperationExtendedPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationExtendedPropertyDefinition()
        Get the "plugin-order-post-operation-extended" property definition.

        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 "plugin-order-post-operation-extended" property definition.
      • getPluginOrderPostOperationModifyPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationModifyPropertyDefinition()
        Get the "plugin-order-post-operation-modify" property definition.

        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 "plugin-order-post-operation-modify" property definition.
      • getPluginOrderPostOperationModifyDnPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationModifyDnPropertyDefinition()
        Get the "plugin-order-post-operation-modify-dn" property definition.

        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 "plugin-order-post-operation-modify-dn" property definition.
      • getPluginOrderPostOperationSearchPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationSearchPropertyDefinition()
        Get the "plugin-order-post-operation-search" property definition.

        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 "plugin-order-post-operation-search" property definition.
      • getPluginOrderPostOperationUnbindPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostOperationUnbindPropertyDefinition()
        Get the "plugin-order-post-operation-unbind" property definition.

        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 "plugin-order-post-operation-unbind" property definition.
      • getPluginOrderPostResponseAddPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseAddPropertyDefinition()
        Get the "plugin-order-post-response-add" property definition.

        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 "plugin-order-post-response-add" property definition.
      • getPluginOrderPostResponseBindPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseBindPropertyDefinition()
        Get the "plugin-order-post-response-bind" property definition.

        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 "plugin-order-post-response-bind" property definition.
      • getPluginOrderPostResponseComparePropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseComparePropertyDefinition()
        Get the "plugin-order-post-response-compare" property definition.

        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 "plugin-order-post-response-compare" property definition.
      • getPluginOrderPostResponseDeletePropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseDeletePropertyDefinition()
        Get the "plugin-order-post-response-delete" property definition.

        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 "plugin-order-post-response-delete" property definition.
      • getPluginOrderPostResponseExtendedPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseExtendedPropertyDefinition()
        Get the "plugin-order-post-response-extended" property definition.

        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 "plugin-order-post-response-extended" property definition.
      • getPluginOrderPostResponseModifyPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseModifyPropertyDefinition()
        Get the "plugin-order-post-response-modify" property definition.

        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 "plugin-order-post-response-modify" property definition.
      • getPluginOrderPostResponseModifyDnPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseModifyDnPropertyDefinition()
        Get the "plugin-order-post-response-modify-dn" property definition.

        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 "plugin-order-post-response-modify-dn" property definition.
      • getPluginOrderPostResponseSearchPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostResponseSearchPropertyDefinition()
        Get the "plugin-order-post-response-search" property definition.

        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 "plugin-order-post-response-search" property definition.
      • getPluginOrderPostSynchronizationAddPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostSynchronizationAddPropertyDefinition()
        Get the "plugin-order-post-synchronization-add" property definition.

        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 "plugin-order-post-synchronization-add" property definition.
      • getPluginOrderPostSynchronizationDeletePropertyDefinition

        public StringPropertyDefinition getPluginOrderPostSynchronizationDeletePropertyDefinition()
        Get the "plugin-order-post-synchronization-delete" property definition.

        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 "plugin-order-post-synchronization-delete" property definition.
      • getPluginOrderPostSynchronizationModifyPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostSynchronizationModifyPropertyDefinition()
        Get the "plugin-order-post-synchronization-modify" property definition.

        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 "plugin-order-post-synchronization-modify" property definition.
      • getPluginOrderPostSynchronizationModifyDnPropertyDefinition

        public StringPropertyDefinition getPluginOrderPostSynchronizationModifyDnPropertyDefinition()
        Get the "plugin-order-post-synchronization-modify-dn" property definition.

        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 "plugin-order-post-synchronization-modify-dn" property definition.
      • getPluginOrderPreOperationAddPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationAddPropertyDefinition()
        Get the "plugin-order-pre-operation-add" property definition.

        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 "plugin-order-pre-operation-add" property definition.
      • getPluginOrderPreOperationBindPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationBindPropertyDefinition()
        Get the "plugin-order-pre-operation-bind" property definition.

        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 "plugin-order-pre-operation-bind" property definition.
      • getPluginOrderPreOperationComparePropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationComparePropertyDefinition()
        Get the "plugin-order-pre-operation-compare" property definition.

        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 "plugin-order-pre-operation-compare" property definition.
      • getPluginOrderPreOperationDeletePropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationDeletePropertyDefinition()
        Get the "plugin-order-pre-operation-delete" property definition.

        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 "plugin-order-pre-operation-delete" property definition.
      • getPluginOrderPreOperationExtendedPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationExtendedPropertyDefinition()
        Get the "plugin-order-pre-operation-extended" property definition.

        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 "plugin-order-pre-operation-extended" property definition.
      • getPluginOrderPreOperationModifyPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationModifyPropertyDefinition()
        Get the "plugin-order-pre-operation-modify" property definition.

        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 "plugin-order-pre-operation-modify" property definition.
      • getPluginOrderPreOperationModifyDnPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationModifyDnPropertyDefinition()
        Get the "plugin-order-pre-operation-modify-dn" property definition.

        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 "plugin-order-pre-operation-modify-dn" property definition.
      • getPluginOrderPreOperationSearchPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreOperationSearchPropertyDefinition()
        Get the "plugin-order-pre-operation-search" property definition.

        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 "plugin-order-pre-operation-search" property definition.
      • getPluginOrderPreParseAbandonPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseAbandonPropertyDefinition()
        Get the "plugin-order-pre-parse-abandon" property definition.

        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 "plugin-order-pre-parse-abandon" property definition.
      • getPluginOrderPreParseAddPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseAddPropertyDefinition()
        Get the "plugin-order-pre-parse-add" property definition.

        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 "plugin-order-pre-parse-add" property definition.
      • getPluginOrderPreParseBindPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseBindPropertyDefinition()
        Get the "plugin-order-pre-parse-bind" property definition.

        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 "plugin-order-pre-parse-bind" property definition.
      • getPluginOrderPreParseComparePropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseComparePropertyDefinition()
        Get the "plugin-order-pre-parse-compare" property definition.

        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 "plugin-order-pre-parse-compare" property definition.
      • getPluginOrderPreParseDeletePropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseDeletePropertyDefinition()
        Get the "plugin-order-pre-parse-delete" property definition.

        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 "plugin-order-pre-parse-delete" property definition.
      • getPluginOrderPreParseExtendedPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseExtendedPropertyDefinition()
        Get the "plugin-order-pre-parse-extended" property definition.

        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 "plugin-order-pre-parse-extended" property definition.
      • getPluginOrderPreParseModifyPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseModifyPropertyDefinition()
        Get the "plugin-order-pre-parse-modify" property definition.

        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 "plugin-order-pre-parse-modify" property definition.
      • getPluginOrderPreParseModifyDnPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseModifyDnPropertyDefinition()
        Get the "plugin-order-pre-parse-modify-dn" property definition.

        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 "plugin-order-pre-parse-modify-dn" property definition.
      • getPluginOrderPreParseSearchPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseSearchPropertyDefinition()
        Get the "plugin-order-pre-parse-search" property definition.

        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 "plugin-order-pre-parse-search" property definition.
      • getPluginOrderPreParseUnbindPropertyDefinition

        public StringPropertyDefinition getPluginOrderPreParseUnbindPropertyDefinition()
        Get the "plugin-order-pre-parse-unbind" property definition.

        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 "plugin-order-pre-parse-unbind" property definition.
      • getPluginOrderSearchResultEntryPropertyDefinition

        public StringPropertyDefinition getPluginOrderSearchResultEntryPropertyDefinition()
        Get the "plugin-order-search-result-entry" property definition.

        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 "plugin-order-search-result-entry" property definition.
      • getPluginOrderSearchResultReferencePropertyDefinition

        public StringPropertyDefinition getPluginOrderSearchResultReferencePropertyDefinition()
        Get the "plugin-order-search-result-reference" property definition.

        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 "plugin-order-search-result-reference" property definition.
      • getPluginOrderShutdownPropertyDefinition

        public StringPropertyDefinition getPluginOrderShutdownPropertyDefinition()
        Get the "plugin-order-shutdown" property definition.

        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 "plugin-order-shutdown" property definition.
      • getPluginOrderStartupPropertyDefinition

        public StringPropertyDefinition getPluginOrderStartupPropertyDefinition()
        Get the "plugin-order-startup" property definition.

        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 "plugin-order-startup" property definition.
      • getPluginOrderSubordinateDeletePropertyDefinition

        public StringPropertyDefinition getPluginOrderSubordinateDeletePropertyDefinition()
        Get the "plugin-order-subordinate-delete" property definition.

        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 "plugin-order-subordinate-delete" property definition.
      • getPluginOrderSubordinateModifyDnPropertyDefinition

        public StringPropertyDefinition getPluginOrderSubordinateModifyDnPropertyDefinition()
        Get the "plugin-order-subordinate-modify-dn" property definition.

        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 "plugin-order-subordinate-modify-dn" property definition.