Searched defs:groupDns (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java70 private LinkedHashSet<DN> groupDns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
77 * @param groupDns the groups that we want to modify.
80 Set<DN> dns, Set<DN> groupDns)
85 this.groupDns.addAll(groupDns);
86 for (DN groupDn : groupDns)
190 for (final DN groupDn : groupDns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java70 private LinkedHashSet<DN> groupDns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
77 * @param groupDns the groups that we want to modify.
80 Set<DN> dns, Set<DN> groupDns)
85 this.groupDns.addAll(groupDns);
86 for (DN groupDn : groupDns)
190 for (final DN groupDn : groupDns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java70 private LinkedHashSet<DN> groupDns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
77 * @param groupDns the groups that we want to modify.
80 Set<DN> dns, Set<DN> groupDns)
85 this.groupDns.addAll(groupDns);
86 for (DN groupDn : groupDns)
190 for (final DN groupDn : groupDns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java70 private LinkedHashSet<DN> groupDns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
77 * @param groupDns the groups that we want to modify.
80 Set<DN> dns, Set<DN> groupDns)
85 this.groupDns.addAll(groupDns);
86 for (DN groupDn : groupDns)
190 for (final DN groupDn : groupDns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java70 private LinkedHashSet<DN> groupDns = new LinkedHashSet<DN>(); field in class:AddToGroupTask
77 * @param groupDns the groups that we want to modify.
80 Set<DN> dns, Set<DN> groupDns)
85 this.groupDns.addAll(groupDns);
86 for (DN groupDn : groupDns)
190 for (final DN groupDn : groupDns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DAddToGroupTask.java70 private LinkedHashSet<DN> groupDns = new LinkedHashSet<>(); field in class:AddToGroupTask
77 * @param groupDns the groups that we want to modify.
80 Set<DN> dns, Set<DN> groupDns)
85 this.groupDns.addAll(groupDns);
86 for (DN groupDn : groupDns)
168 for (final DN groupDn : groupDns)
79 AddToGroupTask(ControlPanelInfo info, ProgressDialog dlg, Set<DN> dns, Set<DN> groupDns) argument

Completed in 70 milliseconds