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

abobrov
25.28.2009 6912362c6715306768c8fc14dd18ad9293e4c2ca
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -594,6 +594,9 @@
  // The group manager for the Directory Server.
  private GroupManager groupManager;
  // The subentry manager for the Directory Server.
  private SubentryManager subentryManager;
  // The configuration manager for identity mappers.
  private IdentityMapperConfigManager identityMapperConfigManager;
@@ -1420,6 +1423,13 @@
      rootDNConfigManager.initializeRootDNs();
      // Initialize the subentry manager.
      subentryManager = new SubentryManager();
      // The configuration backend has already been registered at this point
      // so we need to handle it explicitly.
      subentryManager.performBackendInitializationProcessing(configHandler);
      // Initialize the group manager.
      initializeGroupManager();
@@ -2671,6 +2681,18 @@
  /**
   * Retrieves the Directory Server subentry manager.
   *
   * @return  The Directory Server subentry manager.
   */
  public static SubentryManager getSubentryManager()
  {
    return directoryServer.subentryManager;
  }
  /**
   * Initializes the set of supported controls for the Directory Server.
   *
   * @throws  ConfigException  If there is a configuration problem with the