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

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DStaticGroup.java105 private LinkedList<DN> nestedGroups = new LinkedList<DN>(); field in class:StaticGroup
395 return nestedGroups;
411 if (nestedGroups.contains(nestedGroupDN))
448 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
450 nestedGroups = newNestedGroups;
472 if (! nestedGroups.contains(nestedGroupDN))
509 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
511 nestedGroups = newNestedGroups;
542 for(DN nestedGroupDN : nestedGroups)
616 nestedGroups
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DStaticGroup.java104 private LinkedList<DN> nestedGroups = new LinkedList<DN>(); field in class:StaticGroup
394 return nestedGroups;
410 if (nestedGroups.contains(nestedGroupDN))
447 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
449 nestedGroups = newNestedGroups;
471 if (! nestedGroups.contains(nestedGroupDN))
508 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
510 nestedGroups = newNestedGroups;
541 for(DN nestedGroupDN : nestedGroups)
615 nestedGroups
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DStaticGroup.java105 private LinkedList<DN> nestedGroups = new LinkedList<DN>(); field in class:StaticGroup
395 return nestedGroups;
411 if (nestedGroups.contains(nestedGroupDN))
448 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
450 nestedGroups = newNestedGroups;
472 if (! nestedGroups.contains(nestedGroupDN))
509 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
511 nestedGroups = newNestedGroups;
542 for(DN nestedGroupDN : nestedGroups)
616 nestedGroups
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DStaticGroup.java105 private LinkedList<DN> nestedGroups = new LinkedList<DN>(); field in class:StaticGroup
395 return nestedGroups;
411 if (nestedGroups.contains(nestedGroupDN))
448 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
450 nestedGroups = newNestedGroups;
472 if (! nestedGroups.contains(nestedGroupDN))
509 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
511 nestedGroups = newNestedGroups;
542 for(DN nestedGroupDN : nestedGroups)
616 nestedGroups
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DStaticGroup.java104 private LinkedList<DN> nestedGroups = new LinkedList<DN>(); field in class:StaticGroup
394 return nestedGroups;
410 if (nestedGroups.contains(nestedGroupDN))
447 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
449 nestedGroups = newNestedGroups;
471 if (! nestedGroups.contains(nestedGroupDN))
508 LinkedList<DN> newNestedGroups = new LinkedList<DN>(nestedGroups);
510 nestedGroups = newNestedGroups;
541 for(DN nestedGroupDN : nestedGroups)
615 nestedGroups
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DStaticGroup.java102 private LinkedList<DN> nestedGroups = new LinkedList<>(); field in class:StaticGroup
309 return nestedGroups;
321 if (nestedGroups.contains(nestedGroupDN))
336 LinkedList<DN> newNestedGroups = new LinkedList<>(nestedGroups);
338 nestedGroups = newNestedGroups;
355 if (! nestedGroups.contains(nestedGroupDN))
370 LinkedList<DN> newNestedGroups = new LinkedList<>(nestedGroups);
372 nestedGroups = newNestedGroups;
396 for(DN nestedGroupDN : nestedGroups)
460 nestedGroups
[all...]

Completed in 25 milliseconds