mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
08.19.2007 51ba7605f49c3fc3b9eb8ec44b279b24737d50d1
refs
author neil_a_wilson <neil_a_wilson@localhost>
Wednesday, August 8, 2007 20:19 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Wednesday, August 8, 2007 20:19 +0200
commit51ba7605f49c3fc3b9eb8ec44b279b24737d50d1
tree 61e3140335ac29428ceb576875cd57b2b7662d5d tree | zip | gz
parent f5eac9a33a1cb42528e346a4a58f0af7d7991060 view | diff
Make a change to the Group API that will allow for better nesting support.
There are now variants of the isMember methods that include an additional
Set<DN> argument to which the current group's DN should be added whenever a
check is made to determine whether a user is a member. This will help provide
a mechanism for avoiding infinite recursion loops if two groups both reference
each other as nested groups.
4 files modified
126 ■■■■■ changed files
opends/src/server/org/opends/server/api/Group.java 82 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/DynamicGroup.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/StaticGroup.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/VirtualStaticGroup.java 15 ●●●● diff | view | raw | blame | history