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

Jean-Noel Rouvignac
23.44.2015 6638c2755466ca601450700d5a39f390f23d4781
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ResetUserPasswordTask.java
@@ -117,50 +117,38 @@
    useAdminCtx = controller.isConfigurationNode(node);
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public Type getType()
  {
    return Type.MODIFY_ENTRY;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public Set<String> getBackends()
  {
    return backendSet;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public LocalizableMessage getTaskDescription()
  {
    return INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION.get(
        node.getDN());
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public boolean regenerateDescriptor()
  {
    return false;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected String getCommandLinePath()
  {
    return getCommandLinePath("ldappasswordmodify");
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected ArrayList<String> getCommandLineArguments()
  {
    ArrayList<String> args = new ArrayList<String>();
@@ -181,9 +169,7 @@
    return args;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public boolean canLaunch(Task taskToBeLaunched,
      Collection<LocalizableMessage> incompatibilityReasons)
  {
@@ -207,9 +193,7 @@
    return true;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public void runTask()
  {
    state = State.RUNNING;