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

matthew_swift
04.45.2007 2249aa0a04b99d513828d8d60c2a8bd7d936b336
refs
author matthew_swift <matthew_swift@localhost>
Tuesday, September 4, 2007 01:45 +0200
committer matthew_swift <matthew_swift@localhost>
Tuesday, September 4, 2007 01:45 +0200
commit2249aa0a04b99d513828d8d60c2a8bd7d936b336
tree 66ac46392fe8e0417bcd4978fe52ee23231d8ec2 tree | zip | gz
parent 14a40dbce238e0f411e927c32844a562a2a12b8a view | diff
Fix issue 1451: constraint and dependency support.

This change adds the server side support for constraints. As part of this change I refactored the ServerManagementContext so that it supports a similar API to the client ManagementContext API. This will make it easier for constraint implementations to perform checks.
3 files added
9 files modified
2690 ■■■■ changed files
opends/src/server/org/opends/server/admin/Constraint.java 17 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/server/AbstractConfigListenerAdaptor.java 25 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/server/ConfigAddListenerAdaptor.java 111 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/server/ConfigChangeListenerAdaptor.java 84 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/server/ConfigDeleteListenerAdaptor.java 116 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/server/ServerConstraintHandler.java 207 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/server/ServerManagedObject.java 631 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/server/ServerManagementContext.java 727 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/MockConstraint.java 10 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/AdminTestCaseUtils.java 54 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/ConstraintTest.java 519 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/MockConstraint.java 189 ●●●●● diff | view | raw | blame | history