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

neil_a_wilson
02.51.2007 2b1ccc8723b7cce6708c6f2ac8c10fc1c670b708
refs
author neil_a_wilson <neil_a_wilson@localhost>
Friday, February 2, 2007 20:51 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Friday, February 2, 2007 20:51 +0100
commit2b1ccc8723b7cce6708c6f2ac8c10fc1c670b708
tree 25aab7298a0d1fb99d3b7c65e52ea9b30e534159 tree | zip | gz
parent af3aee071b04f9159984047dcb13de4f841e26f6 view | diff
Add initial support for static groups.  At present, this does not allow for
nested static groups, but it does handle changes to the set of available groups
and to group membership while the server is online. It also includes a
backend initialization listener API, which makes it possible for components to
perform custom processing when a backend is brought online or offline, and this
is used to identify all groups at the time that the server is started.

OpenDS Issue Number: 422
6 files added
11 files modified
4463 ■■■■■ changed files
opends/resource/config/config.ldif 12 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/BackendInitializationListener.java 61 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/ClientConnection.java 49 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/Group.java 100 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BackendConfigManager.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 125 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/GroupManager.java 1362 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/FilteredStaticGroupMemberList.java 338 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SimpleStaticGroupMemberList.java 185 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/StaticGroup.java 592 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ConfigMessages.java 255 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ExtensionsMessages.java 139 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 65 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/GroupManagerTestCase.java 1085 ●●●●● diff | view | raw | blame | history