Searched defs:allSuffixes (Results 1 - 7 of 7) sorted by relevance
| /forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | NumSubordinateHacker.java | 135 * @param allSuffixes a collection with all the suffixes. 140 public void update(Collection<DN> allSuffixes, argument 145 allSuffixes.removeAll(rootSuffixes); 146 Collection<DN> subSuffixes = allSuffixes;
|
| /forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | NumSubordinateHacker.java | 134 * @param allSuffixes a collection with all the suffixes. 139 public void update(Collection<DN> allSuffixes, argument 144 allSuffixes.removeAll(rootSuffixes); 145 Collection<DN> subSuffixes = allSuffixes;
|
| /forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | NumSubordinateHacker.java | 135 * @param allSuffixes a collection with all the suffixes. 140 public void update(Collection<DN> allSuffixes, argument 145 allSuffixes.removeAll(rootSuffixes); 146 Collection<DN> subSuffixes = allSuffixes;
|
| /forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | NumSubordinateHacker.java | 134 * @param allSuffixes a collection with all the suffixes. 139 public void update(Collection<DN> allSuffixes, argument 144 allSuffixes.removeAll(rootSuffixes); 145 Collection<DN> subSuffixes = allSuffixes;
|
| /forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | NumSubordinateHacker.java | 135 * @param allSuffixes a collection with all the suffixes. 140 public void update(Collection<DN> allSuffixes, argument 145 allSuffixes.removeAll(rootSuffixes); 146 Collection<DN> subSuffixes = allSuffixes;
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/ |
| H A D | NumSubordinateHacker.java | 84 * @param allSuffixes a collection with all the suffixes. 89 public void update(Collection<DN> allSuffixes, argument 94 allSuffixes.removeAll(rootSuffixes); 95 Collection<DN> subSuffixes = allSuffixes;
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
| H A D | AbstractBrowseEntriesPanel.java | 649 SortedSet<String> allSuffixes = new TreeSet<>(); 663 allSuffixes.add(dn); 674 allSuffixes.add(ServerConstants.DN_EXTERNAL_CHANGELOG_ROOT); 675 for (String dn : allSuffixes) 1660 List<DN> allSuffixes = new ArrayList<>(); 1665 allSuffixes.add(baseDN.getDn()); 1670 for (DN dn : allSuffixes) 1672 if (isRootSuffix(allSuffixes, dn)) 1677 controller.getNumSubordinateHacker().update(allSuffixes, rootSuffixes, serverHost, serverPort); 1680 private boolean isRootSuffix(List<DN> allSuffixes, D argument [all...] |
Completed in 24 milliseconds