| | |
| | | import java.util.List; |
| | | import java.util.Set; |
| | | |
| | | import org.opends.server.admin.std.server.PasswordValidatorCfg; |
| | | import org.opends.server.api.AccountStatusNotificationHandler; |
| | | import org.opends.server.api.PasswordGenerator; |
| | | import org.opends.server.api.PasswordStorageScheme; |
| | |
| | | { |
| | | for (DN validatorDN : passwordPolicy.getPasswordValidators().keySet()) |
| | | { |
| | | PasswordValidator validator = |
| | | PasswordValidator<? extends PasswordValidatorCfg> validator = |
| | | passwordPolicy.getPasswordValidators().get(validatorDN); |
| | | |
| | | if (! validator.passwordIsAcceptable(newPassword, currentPasswords, |