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

neil_a_wilson
08.27.2007 4a4a8540f0b64feff6934c3215c6f896c9561c7d
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -224,6 +224,9 @@
  // The attribute type used to reference the "objectclass" attribute.
  private AttributeType objectClassAttributeType;
  // The authenticated users manager for the server.
  private AuthenticatedUsers authenticatedUsers;
  // The configuration manager that will handle the server backends.
  private BackendConfigManager backendConfigManager;
@@ -649,6 +652,7 @@
         new ConcurrentHashMap<String,ExtendedOperationHandler>();
    directoryServer.saslMechanismHandlers =
         new ConcurrentHashMap<String,SASLMechanismHandler>();
    directoryServer.authenticatedUsers = new AuthenticatedUsers();
  }
@@ -1761,6 +1765,20 @@
  /**
   * Retrieves the authenticated users manager for the Directory Server.
   *
   * @return  The authenticated users manager for the Directory Server.
   */
  public static AuthenticatedUsers getAuthenticatedUsers()
  {
    assert debugEnter(CLASS_NAME, "getAuthenticatedUsers");
    return directoryServer.authenticatedUsers;
  }
  /**
   * Initializes the crypto manager for the Directory Server.
   *
   * @throws  ConfigException  If a configuration problem is identified while