Searched defs:privateNamingContexts (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java52 private List<WorkflowTopologyNode> privateNamingContexts; field in class:NetworkGroupNamingContexts
64 privateNamingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
66 Collections.unmodifiableList(privateNamingContexts);
79 privateNamingContexts.clear();
99 privateNamingContexts.add (workflow);
168 for (WorkflowTopologyNode w: privateNamingContexts)
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java51 private List<WorkflowTopologyNode> privateNamingContexts; field in class:NetworkGroupNamingContexts
63 privateNamingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
65 Collections.unmodifiableList(privateNamingContexts);
78 privateNamingContexts.clear();
98 privateNamingContexts.add (workflow);
167 for (WorkflowTopologyNode w: privateNamingContexts)
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java52 private List<WorkflowTopologyNode> privateNamingContexts; field in class:NetworkGroupNamingContexts
64 privateNamingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
66 Collections.unmodifiableList(privateNamingContexts);
79 privateNamingContexts.clear();
99 privateNamingContexts.add (workflow);
168 for (WorkflowTopologyNode w: privateNamingContexts)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java52 private List<WorkflowTopologyNode> privateNamingContexts; field in class:NetworkGroupNamingContexts
64 privateNamingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
66 Collections.unmodifiableList(privateNamingContexts);
79 privateNamingContexts.clear();
99 privateNamingContexts.add (workflow);
168 for (WorkflowTopologyNode w: privateNamingContexts)
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java51 private List<WorkflowTopologyNode> privateNamingContexts; field in class:NetworkGroupNamingContexts
63 privateNamingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
65 Collections.unmodifiableList(privateNamingContexts);
78 privateNamingContexts.clear();
98 privateNamingContexts.add (workflow);
167 for (WorkflowTopologyNode w: privateNamingContexts)
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DBaseDnRegistry.java53 private TreeMap<DN,Backend> privateNamingContexts; field in class:BaseDnRegistry
219 privateNamingContexts.put(baseDN, backend);
257 privateNamingContexts.remove(dn);
334 privateNamingContexts.remove(baseDN);
352 privateNamingContexts.put(dn, b);
421 new TreeMap<DN,Backend>(privateNamingContexts),
431 * @param privateNamingContexts map
437 TreeMap<DN, Backend> privateNamingContexts,
442 this.privateNamingContexts = privateNamingContexts;
435 BaseDnRegistry(TreeMap<DN, Backend> baseDNs, TreeMap<DN, Backend> publicNamingContexts, TreeMap<DN, Backend> privateNamingContexts, boolean testOnly) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DBaseDnRegistry.java52 private TreeMap<DN,Backend> privateNamingContexts; field in class:BaseDnRegistry
218 privateNamingContexts.put(baseDN, backend);
256 privateNamingContexts.remove(dn);
333 privateNamingContexts.remove(baseDN);
351 privateNamingContexts.put(dn, b);
420 new TreeMap<DN,Backend>(privateNamingContexts),
430 * @param privateNamingContexts map
436 TreeMap<DN, Backend> privateNamingContexts,
441 this.privateNamingContexts = privateNamingContexts;
434 BaseDnRegistry(TreeMap<DN, Backend> baseDNs, TreeMap<DN, Backend> publicNamingContexts, TreeMap<DN, Backend> privateNamingContexts, boolean testOnly) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DBaseDnRegistry.java53 private TreeMap<DN,Backend> privateNamingContexts; field in class:BaseDnRegistry
219 privateNamingContexts.put(baseDN, backend);
257 privateNamingContexts.remove(dn);
334 privateNamingContexts.remove(baseDN);
352 privateNamingContexts.put(dn, b);
421 new TreeMap<DN,Backend>(privateNamingContexts),
431 * @param privateNamingContexts map
437 TreeMap<DN, Backend> privateNamingContexts,
442 this.privateNamingContexts = privateNamingContexts;
435 BaseDnRegistry(TreeMap<DN, Backend> baseDNs, TreeMap<DN, Backend> publicNamingContexts, TreeMap<DN, Backend> privateNamingContexts, boolean testOnly) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DBaseDnRegistry.java53 private TreeMap<DN,Backend> privateNamingContexts; field in class:BaseDnRegistry
219 privateNamingContexts.put(baseDN, backend);
257 privateNamingContexts.remove(dn);
334 privateNamingContexts.remove(baseDN);
352 privateNamingContexts.put(dn, b);
421 new TreeMap<DN,Backend>(privateNamingContexts),
431 * @param privateNamingContexts map
437 TreeMap<DN, Backend> privateNamingContexts,
442 this.privateNamingContexts = privateNamingContexts;
435 BaseDnRegistry(TreeMap<DN, Backend> baseDNs, TreeMap<DN, Backend> publicNamingContexts, TreeMap<DN, Backend> privateNamingContexts, boolean testOnly) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DBaseDnRegistry.java52 private TreeMap<DN,Backend> privateNamingContexts; field in class:BaseDnRegistry
218 privateNamingContexts.put(baseDN, backend);
256 privateNamingContexts.remove(dn);
333 privateNamingContexts.remove(baseDN);
351 privateNamingContexts.put(dn, b);
420 new TreeMap<DN,Backend>(privateNamingContexts),
430 * @param privateNamingContexts map
436 TreeMap<DN, Backend> privateNamingContexts,
441 this.privateNamingContexts = privateNamingContexts;
434 BaseDnRegistry(TreeMap<DN, Backend> baseDNs, TreeMap<DN, Backend> publicNamingContexts, TreeMap<DN, Backend> privateNamingContexts, boolean testOnly) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DBaseDnRegistry.java52 private final TreeMap<DN, Backend> privateNamingContexts = new TreeMap<>(); field in class:BaseDnRegistry
177 privateNamingContexts.put(baseDN, backend);
208 privateNamingContexts.remove(dn);
310 privateNamingContexts.remove(baseDN);
329 privateNamingContexts.put(dn, b);
393 registry.privateNamingContexts.putAll(privateNamingContexts);
438 return this.privateNamingContexts;
455 return privateNamingContexts.containsKey(dn) || publicNamingContexts.containsKey(dn);
464 privateNamingContexts
[all...]

Completed in 36 milliseconds