mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
11.47.2006 18527d72832f59ff75efe08d7960b373896f453a
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -106,6 +106,24 @@
  /**
   * The name of the configuration attribute that holds the fully-qualified name
   * for the account status notification handler class.
   */
  public static final String ATTR_ACCT_NOTIFICATION_HANDLER_CLASS =
       NAME_PREFIX_CFG + "account-status-notification-handler-class";
  /**
   * The name of the configuration attribute that indicates whether an account
   * status notification handler is enabled.
   */
  public static final String ATTR_ACCT_NOTIFICATION_HANDLER_ENABLED =
       NAME_PREFIX_CFG + "account-status-notification-handler-enabled";
  /**
   * The name of the configuration attribute that indicates whether to
   * automatically add missing RDN attributes or to return an error response to
   * the client.
@@ -2392,6 +2410,15 @@
  /**
   * The DN of the entry that will serve as the base for all Directory Server
   * account status notification handlers.
   */
  public static final String DN_ACCT_NOTIFICATION_HANDLER_CONFIG_BASE =
       "cn=Account Status Notification Handlers," + DN_CONFIG_ROOT;
  /**
   * The DN of the entry that will serve as the base for all Directory Server
   * backends.
   */
  public static final String DN_BACKEND_BASE = "cn=Backends," + DN_CONFIG_ROOT;
@@ -2724,6 +2751,15 @@
  /**
   * The name of the objectclass that will be used for a Directory Server
   * account status notification handler.
   */
  public static final String OC_ACCT_NOTIFICATION_HANDLER =
       NAME_PREFIX_CFG + "account-status-notification-handler";
  /**
   * The name of the objectclass that will be used for a Directory Server alert
   * handler.
   */