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

neil_a_wilson
26.35.2007 aa1d01e16fd26d04c4fc8e5b9f0fbf6965f3f3ff
refs
author neil_a_wilson <neil_a_wilson@localhost>
Sunday, August 26, 2007 22:35 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Sunday, August 26, 2007 22:35 +0200
commitaa1d01e16fd26d04c4fc8e5b9f0fbf6965f3f3ff
tree 4fefca7622d136a0d6d93db3e45e8049872405e5 tree | zip | gz
parent 9a9b02006553344eeed2f966538187edd5317210 view | diff
Make a change to the account status notification handler API so that it is
possible to provide additional properties along with the notification. This
makes it possible to develop account status notification handlers that can act
more intelligently and/or provide more useful information.

This also reverts an earlier change that migrated hard-coded strings to
localizeable messages for notification types. The set of notification types
should in fact be hard-coded strings because they may be used in the
configuration, and the contents of a configuration file should not depend on
the locale in which the server is operating.
2 files added
7 files modified
1028 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java 31 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/PasswordPolicyState.java 36 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandler.java 26 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/AccountStatusNotification.java 202 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java 235 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/AccountStatusNotificationType.java 134 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java 121 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandlerTestCase.java 91 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TestAccountStatusNotificationHandler.java 152 ●●●●● diff | view | raw | blame | history