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

jvergara
12.26.2007 2173aa3140a1a35176921dfb8f2f9278b6973d73
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java
@@ -141,6 +141,16 @@
    return secureArgsList.getBindDN();
  }
  /**
   * Returns the Administrator UID provided in the command-line.
   * @return the Administrator UID provided in the command-line.
   */
  public String getAdministratorUID()
  {
    return secureArgsList.getAdministratorUID();
  }
  /**
   * Get the password which has to be used for the command.
   *