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

neil_a_wilson
12.39.2007 80523e58ccb629f3e4bde4366641e9befba24a36
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, April 12, 2007 00:39 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, April 12, 2007 00:39 +0200
commit80523e58ccb629f3e4bde4366641e9befba24a36
tree 0db72f07ecd9f43b704cca7fe31b97cc890fa71d tree | zip | gz
parent 272e306217cfa3e394574d9a1a4e69ff9e3a9600 view | diff
Implement support for virtual static groups, which are entries which appear to
be static groups but get their membership information from another group and
present it through a virtual attribute. This can make it possible to use a
dynamic group to actually define the set of membership, but still support
applications which can only interact with static groups.

OpenDS Issue Number: 425
3 files added
6 files modified
1853 ■■■■■ changed files
opends/resource/config/config.ldif 27 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/MemberVirtualAttributeProvider.java 349 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/StaticGroup.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/VirtualStaticGroup.java 484 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ExtensionsMessages.java 96 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 17 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/GroupManagerTestCase.java 2 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/VirtualStaticGroupTestCase.java 859 ●●●●● diff | view | raw | blame | history