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

matthew_swift
17.43.2007 6fa0b021682d98ef9f908dfa248985a8507c6fa0
refs
author matthew_swift <matthew_swift@localhost>
Monday, September 17, 2007 17:43 +0200
committer matthew_swift <matthew_swift@localhost>
Monday, September 17, 2007 17:43 +0200
commit6fa0b021682d98ef9f908dfa248985a8507c6fa0
tree e965024b1e0930022c820605eb81133c9bad6990 tree | zip | gz
parent 29be609adb8377a6535926fc33c9f5906a4ec696 view | diff
Implement a new configuration definition called "TopCfgDefn" which acts as the parent of all other configuration definitions. This is analogous to the the "top" object class in LDAP.

The principle use of the TopCfgDefn is to make it easier for applications to determine all the possible types of managed object the administration framework supports.

The TopCfgDefn is not generated automatically from XML. Instead it is located in the org.opends.server.admin package together with the base client-side and server-side interfaces (ConfigurationClient and Configuration respectively).
10 files modified
2 files added
465 ■■■■ changed files
opends/resource/admin/metaMO.xsl 5 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/AbstractManagedObjectDefinition.java 83 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/LDAPProfile.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/ManagedObjectDefinitionI18NResource.java 35 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/ManagedObjectDefinitionResource.java 18 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/TopCfgDefn.java 74 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsconfig/HelpSubCommandHandler.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/AbstractManagedObjectDefinitionTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgDefn.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestParentCfgDefn.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestTopCfgDefnTest.java 190 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/PropertySetTest.java 43 ●●●●● diff | view | raw | blame | history