| /forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
| H A D | SMSEventListenerManager.java | 104 Set<DN> childDNs = new HashSet<>(); 106 childDNs.addAll(nodeChanges.keySet()); 108 for (Iterator<DN> it = childDNs.iterator(); it.hasNext();) { 115 childDNs); 117 for (DN item : childDNs) {
|
| /forgerock/opendj2/src/server/org/opends/server/backends/ |
| H A D | LDIFBackend.java | 76 private final Map<DN, Set<DN>> childDNs; field in class:LDIFBackend 109 childDNs = new HashMap<DN, Set<DN>>(); 179 childDNs.clear(); 408 Set<DN> childDNSet = childDNs.get(entryDN); 444 Set<DN> childDNSet = childDNs.get(entryDN); 548 Set<DN> childDNSet = childDNs.get(parentDN); 552 childDNs.put(parentDN, childDNSet); 631 Set<DN> childDNSet = childDNs.get(entryDN); 635 childDNs.remove(entryDN); 639 Set<DN> parentChildren = childDNs [all...] |
| H A D | MemoryBackend.java | 116 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend 189 childDNs = new HashMap<DN,HashSet<DN>>(); 219 childDNs.clear(); 305 Set<DN> children = childDNs.get(entryDN); 393 HashSet<DN> children = childDNs.get(parentDN); 397 childDNs.put(parentDN, children); 421 HashSet<DN> children = childDNs.get(entryDN); 461 childDNs.remove(entryDN); 467 HashSet<DN> parentsChildren = childDNs.get(parentDN); 473 childDNs [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/backends/ |
| H A D | LDIFBackend.java | 111 private final HashMap<DN,HashSet<DN>> childDNs; field in class:LDIFBackend 146 childDNs = new HashMap<DN,HashSet<DN>>(); 220 childDNs.clear(); 472 HashSet<DN> childDNSet = childDNs.get(entryDN); 512 HashSet<DN> childDNSet = childDNs.get(entryDN); 628 HashSet<DN> childDNSet = childDNs.get(parentDN); 632 childDNs.put(parentDN, childDNSet); 715 HashSet<DN> childDNSet = childDNs.get(entryDN); 719 childDNs.remove(entryDN); 723 HashSet<DN> parentChildren = childDNs [all...] |
| H A D | MemoryBackend.java | 121 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend 203 childDNs = new HashMap<DN,HashSet<DN>>(); 238 childDNs.clear(); 350 Set<DN> children = childDNs.get(entryDN); 448 HashSet<DN> children = childDNs.get(parentDN); 452 childDNs.put(parentDN, children); 487 HashSet<DN> children = childDNs.get(entryDN); 527 childDNs.remove(entryDN); 533 HashSet<DN> parentsChildren = childDNs.get(parentDN); 539 childDNs [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/backends/ |
| H A D | LDIFBackend.java | 111 private final HashMap<DN,HashSet<DN>> childDNs; field in class:LDIFBackend 146 childDNs = new HashMap<DN,HashSet<DN>>(); 220 childDNs.clear(); 472 HashSet<DN> childDNSet = childDNs.get(entryDN); 512 HashSet<DN> childDNSet = childDNs.get(entryDN); 628 HashSet<DN> childDNSet = childDNs.get(parentDN); 632 childDNs.put(parentDN, childDNSet); 715 HashSet<DN> childDNSet = childDNs.get(entryDN); 719 childDNs.remove(entryDN); 723 HashSet<DN> parentChildren = childDNs [all...] |
| H A D | MemoryBackend.java | 121 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend 203 childDNs = new HashMap<DN,HashSet<DN>>(); 238 childDNs.clear(); 350 Set<DN> children = childDNs.get(entryDN); 448 HashSet<DN> children = childDNs.get(parentDN); 452 childDNs.put(parentDN, children); 487 HashSet<DN> children = childDNs.get(entryDN); 527 childDNs.remove(entryDN); 533 HashSet<DN> parentsChildren = childDNs.get(parentDN); 539 childDNs [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/backends/ |
| H A D | LDIFBackend.java | 76 private final Map<DN, Set<DN>> childDNs; field in class:LDIFBackend 109 childDNs = new HashMap<DN, Set<DN>>(); 179 childDNs.clear(); 408 Set<DN> childDNSet = childDNs.get(entryDN); 444 Set<DN> childDNSet = childDNs.get(entryDN); 548 Set<DN> childDNSet = childDNs.get(parentDN); 552 childDNs.put(parentDN, childDNSet); 631 Set<DN> childDNSet = childDNs.get(entryDN); 635 childDNs.remove(entryDN); 639 Set<DN> parentChildren = childDNs [all...] |
| H A D | MemoryBackend.java | 116 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend 189 childDNs = new HashMap<DN,HashSet<DN>>(); 219 childDNs.clear(); 305 Set<DN> children = childDNs.get(entryDN); 393 HashSet<DN> children = childDNs.get(parentDN); 397 childDNs.put(parentDN, children); 421 HashSet<DN> children = childDNs.get(entryDN); 461 childDNs.remove(entryDN); 467 HashSet<DN> parentsChildren = childDNs.get(parentDN); 473 childDNs [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/ |
| H A D | LDIFBackend.java | 111 private final HashMap<DN,HashSet<DN>> childDNs; field in class:LDIFBackend 146 childDNs = new HashMap<DN,HashSet<DN>>(); 220 childDNs.clear(); 472 HashSet<DN> childDNSet = childDNs.get(entryDN); 512 HashSet<DN> childDNSet = childDNs.get(entryDN); 628 HashSet<DN> childDNSet = childDNs.get(parentDN); 632 childDNs.put(parentDN, childDNSet); 715 HashSet<DN> childDNSet = childDNs.get(entryDN); 719 childDNs.remove(entryDN); 723 HashSet<DN> parentChildren = childDNs [all...] |
| H A D | MemoryBackend.java | 121 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend 203 childDNs = new HashMap<DN,HashSet<DN>>(); 238 childDNs.clear(); 350 Set<DN> children = childDNs.get(entryDN); 448 HashSet<DN> children = childDNs.get(parentDN); 452 childDNs.put(parentDN, children); 487 HashSet<DN> children = childDNs.get(entryDN); 527 childDNs.remove(entryDN); 533 HashSet<DN> parentsChildren = childDNs.get(parentDN); 539 childDNs [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/ |
| H A D | LDIFBackend.java | 76 private final Map<DN, Set<DN>> childDNs = new HashMap<>(); field in class:LDIFBackend 164 childDNs.clear(); 396 Set<DN> childDNSet = childDNs.get(entryDN); 440 final int baseDNIfExists = childDNs.containsKey(baseDN) ? 1 : 0; 450 Set<DN> childDNSet = childDNs.get(entryDN); 545 Set<DN> childDNSet = childDNs.get(parentDN); 549 childDNs.put(parentDN, childDNSet); 624 Set<DN> childDNSet = childDNs.get(entryDN); 628 childDNs.remove(entryDN); 632 Set<DN> parentChildren = childDNs [all...] |
| H A D | MemoryBackend.java | 113 private HashMap<DN,HashSet<DN>> childDNs; field in class:MemoryBackend 183 childDNs = new HashMap<>(); 210 childDNs.clear(); 289 final Set<DN> children = childDNs.get(entryDN); 371 HashSet<DN> children = childDNs.get(parentDN); 375 childDNs.put(parentDN, children); 399 HashSet<DN> children = childDNs.get(entryDN); 434 childDNs.remove(entryDN); 440 HashSet<DN> parentsChildren = childDNs.get(parentDN); 446 childDNs [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
| H A D | SMSEventListenerManager.java | 119 Set childDNs = new HashSet(); 125 childDNs.add(cdn); 132 "delete event of: " + dn + " to child nodes: " + childDNs); 134 for (Iterator items = childDNs.iterator(); items.hasNext();) {
|
| /forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | Utilities.java | 2535 ArrayList<DN> childDNs = new ArrayList<DN>(); 2536 childDNs.addAll(confEntry.getChildren().keySet()); 2537 for (DN childDN : childDNs)
|
| /forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | Utilities.java | 2534 ArrayList<DN> childDNs = new ArrayList<DN>(); 2535 childDNs.addAll(confEntry.getChildren().keySet()); 2536 for (DN childDN : childDNs)
|
| /forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | Utilities.java | 2535 ArrayList<DN> childDNs = new ArrayList<DN>(); 2536 childDNs.addAll(confEntry.getChildren().keySet()); 2537 for (DN childDN : childDNs)
|
| /forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | Utilities.java | 2534 ArrayList<DN> childDNs = new ArrayList<DN>(); 2535 childDNs.addAll(confEntry.getChildren().keySet()); 2536 for (DN childDN : childDNs)
|
| /forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/ |
| H A D | Utilities.java | 2464 ArrayList<DN> childDNs = new ArrayList<DN>(); 2465 childDNs.addAll(confEntry.getChildren().keySet()); 2466 for (DN childDN : childDNs)
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/ |
| H A D | Utilities.java | 2366 ArrayList<DN> childDNs = new ArrayList<>(confEntry.getChildren().keySet()); 2367 for (DN childDN : childDNs)
|