Searched refs:namingContexts (Results 1 - 21 of 21) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java42 private List<WorkflowTopologyNode> namingContexts; field in class:NetworkGroupNamingContexts
61 namingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
62 _namingContexts = Collections.unmodifiableList(namingContexts);
78 namingContexts.clear();
94 namingContexts.add (workflow);
162 for (WorkflowTopologyNode w: namingContexts)
H A DNetworkGroup.java799 private NetworkGroupNamingContexts namingContexts = field in class:NetworkGroup
1153 return namingContexts;
1252 for (WorkflowTopologyNode curWorkflow : namingContexts
1263 for (WorkflowTopologyNode curWorkflow : namingContexts
1536 namingContexts.toString(leftMargin);
1794 namingContexts = null;
1861 namingContexts.resetLists();
1870 namingContexts.addNamingContext(workflowNode);
1905 new RootDseWorkflowTopology(workflow, namingContexts);
2009 namingContexts
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java41 private List<WorkflowTopologyNode> namingContexts; field in class:NetworkGroupNamingContexts
60 namingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
61 _namingContexts = Collections.unmodifiableList(namingContexts);
77 namingContexts.clear();
93 namingContexts.add (workflow);
161 for (WorkflowTopologyNode w: namingContexts)
H A DNetworkGroup.java798 private NetworkGroupNamingContexts namingContexts = field in class:NetworkGroup
1152 return namingContexts;
1251 for (WorkflowTopologyNode curWorkflow : namingContexts
1262 for (WorkflowTopologyNode curWorkflow : namingContexts
1535 namingContexts.toString(leftMargin);
1793 namingContexts = null;
1860 namingContexts.resetLists();
1869 namingContexts.addNamingContext(workflowNode);
1904 new RootDseWorkflowTopology(workflow, namingContexts);
2008 namingContexts
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java42 private List<WorkflowTopologyNode> namingContexts; field in class:NetworkGroupNamingContexts
61 namingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
62 _namingContexts = Collections.unmodifiableList(namingContexts);
78 namingContexts.clear();
94 namingContexts.add (workflow);
162 for (WorkflowTopologyNode w: namingContexts)
H A DNetworkGroup.java799 private NetworkGroupNamingContexts namingContexts = field in class:NetworkGroup
1153 return namingContexts;
1252 for (WorkflowTopologyNode curWorkflow : namingContexts
1263 for (WorkflowTopologyNode curWorkflow : namingContexts
1536 namingContexts.toString(leftMargin);
1794 namingContexts = null;
1861 namingContexts.resetLists();
1870 namingContexts.addNamingContext(workflowNode);
1905 new RootDseWorkflowTopology(workflow, namingContexts);
2009 namingContexts
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java42 private List<WorkflowTopologyNode> namingContexts; field in class:NetworkGroupNamingContexts
61 namingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
62 _namingContexts = Collections.unmodifiableList(namingContexts);
78 namingContexts.clear();
94 namingContexts.add (workflow);
162 for (WorkflowTopologyNode w: namingContexts)
H A DNetworkGroup.java799 private NetworkGroupNamingContexts namingContexts = field in class:NetworkGroup
1153 return namingContexts;
1252 for (WorkflowTopologyNode curWorkflow : namingContexts
1263 for (WorkflowTopologyNode curWorkflow : namingContexts
1536 namingContexts.toString(leftMargin);
1794 namingContexts = null;
1861 namingContexts.resetLists();
1870 namingContexts.addNamingContext(workflowNode);
1905 new RootDseWorkflowTopology(workflow, namingContexts);
2009 namingContexts
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupNamingContexts.java41 private List<WorkflowTopologyNode> namingContexts; field in class:NetworkGroupNamingContexts
60 namingContexts = new CopyOnWriteArrayList<WorkflowTopologyNode>();
61 _namingContexts = Collections.unmodifiableList(namingContexts);
77 namingContexts.clear();
93 namingContexts.add (workflow);
161 for (WorkflowTopologyNode w: namingContexts)
H A DNetworkGroup.java798 private NetworkGroupNamingContexts namingContexts = field in class:NetworkGroup
1152 return namingContexts;
1251 for (WorkflowTopologyNode curWorkflow : namingContexts
1262 for (WorkflowTopologyNode curWorkflow : namingContexts
1535 namingContexts.toString(leftMargin);
1793 namingContexts = null;
1860 namingContexts.resetLists();
1869 namingContexts.addNamingContext(workflowNode);
1904 new RootDseWorkflowTopology(workflow, namingContexts);
2008 namingContexts
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DRootDseWorkflowTopology.java48 private NetworkGroupNamingContexts namingContexts = null; field in class:RootDseWorkflowTopology
56 * @param namingContexts the list of naming contexts being registered
61 NetworkGroupNamingContexts namingContexts
65 this.namingContexts = namingContexts;
130 namingContexts.getPublicNamingContexts());
/forgerock/opendj2/src/server/org/opends/server/core/
H A DRootDseWorkflowTopology.java47 private NetworkGroupNamingContexts namingContexts = null; field in class:RootDseWorkflowTopology
55 * @param namingContexts the list of naming contexts being registered
60 NetworkGroupNamingContexts namingContexts
64 this.namingContexts = namingContexts;
129 namingContexts.getPublicNamingContexts());
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DRootDseWorkflowTopology.java48 private NetworkGroupNamingContexts namingContexts = null; field in class:RootDseWorkflowTopology
56 * @param namingContexts the list of naming contexts being registered
61 NetworkGroupNamingContexts namingContexts
65 this.namingContexts = namingContexts;
130 namingContexts.getPublicNamingContexts());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DRootDseWorkflowTopology.java48 private NetworkGroupNamingContexts namingContexts = null; field in class:RootDseWorkflowTopology
56 * @param namingContexts the list of naming contexts being registered
61 NetworkGroupNamingContexts namingContexts
65 this.namingContexts = namingContexts;
130 namingContexts.getPublicNamingContexts());
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DRootDseWorkflowTopology.java47 private NetworkGroupNamingContexts namingContexts = null; field in class:RootDseWorkflowTopology
55 * @param namingContexts the list of naming contexts being registered
60 NetworkGroupNamingContexts namingContexts
64 this.namingContexts = namingContexts;
129 namingContexts.getPublicNamingContexts());
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java483 // Add the "namingContexts" attribute.
484 final Collection<DN> namingContexts;
487 namingContexts = DirectoryServer.getPublicNamingContexts().keySet();
491 namingContexts = new LinkedList<DN>();
495 namingContexts.add(node.getBaseDN());
500 ATTR_NAMING_CONTEXTS_LC, namingContexts);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DRootDSEBackend.java546 // Add the "namingContexts" attribute.
547 final Collection<DN> namingContexts;
550 namingContexts = DirectoryServer.getPublicNamingContexts().keySet();
554 namingContexts = new LinkedList<DN>();
558 namingContexts.add(node.getBaseDN());
563 ATTR_NAMING_CONTEXTS_LC, namingContexts);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java546 // Add the "namingContexts" attribute.
547 final Collection<DN> namingContexts;
550 namingContexts = DirectoryServer.getPublicNamingContexts().keySet();
554 namingContexts = new LinkedList<DN>();
558 namingContexts.add(node.getBaseDN());
563 ATTR_NAMING_CONTEXTS_LC, namingContexts);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java483 // Add the "namingContexts" attribute.
484 final Collection<DN> namingContexts;
487 namingContexts = DirectoryServer.getPublicNamingContexts().keySet();
491 namingContexts = new LinkedList<DN>();
495 namingContexts.add(node.getBaseDN());
500 ATTR_NAMING_CONTEXTS_LC, namingContexts);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java546 // Add the "namingContexts" attribute.
547 final Collection<DN> namingContexts;
550 namingContexts = DirectoryServer.getPublicNamingContexts().keySet();
554 namingContexts = new LinkedList<DN>();
558 namingContexts.add(node.getBaseDN());
563 ATTR_NAMING_CONTEXTS_LC, namingContexts);
/forgerock/opendj2-jel-hg/resource/bin/
H A Didsconfig1494 ${LDAPSEARCH} ${CON_ARGS} -b '' -s base 'objectclass=*' namingContexts \
1499 DST+=( "${LINE#*=}\n" ) # strip off '^namingContexts='

Completed in 86 milliseconds