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

neil_a_wilson
21.56.2006 db0343719a4a9c715a199ea562706b298720704c
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, September 21, 2006 16:56 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, September 21, 2006 16:56 +0200
commitdb0343719a4a9c715a199ea562706b298720704c
tree e72178bf79735eadf7db8e8aeb7aebd13437efb2 tree | zip | gz
parent fc6afde41ec2f24e5402207c81f4203e77ae133e view | diff
Make three changes to code relating to password policy and storage schemes:

- Update the password policy state code to provide a mechanism for obtaining
clear-text passwords from the user's entry (provided that user has any
passwords encoded with a reversible scheme).

- Update the password storage scheme API so that it is possible to get the
clear-text version of a password encoded using the authPassword syntax
(provided that the scheme is reversible)

- Update the existing password storage scheme implementations to use the
"{@inheritDoc}" javadoc tag and "@Override" annotation where appropriate.

OpenDS Issue Number: 697
11 files modified
1541 ■■■■■ changed files
opends/src/server/org/opends/server/api/PasswordStorageScheme.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicyState.java 123 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/Base64PasswordStorageScheme.java 149 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/ClearPasswordStorageScheme.java 149 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/MD5PasswordStorageScheme.java 149 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SHA1PasswordStorageScheme.java 149 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SaltedMD5PasswordStorageScheme.java 159 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SaltedSHA1PasswordStorageScheme.java 159 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SaltedSHA256PasswordStorageScheme.java 160 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SaltedSHA384PasswordStorageScheme.java 160 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SaltedSHA512PasswordStorageScheme.java 160 ●●●● diff | view | raw | blame | history