| | |
| | | |
| | | import java.util.Set; |
| | | |
| | | import org.opends.server.admin.std.server.PasswordValidatorCfg; |
| | | import org.opends.server.api.PasswordValidator; |
| | | import org.opends.server.config.ConfigEntry; |
| | | import org.opends.server.core.Operation; |
| | |
| | | * return. |
| | | */ |
| | | public class TestPasswordValidator |
| | | extends PasswordValidator |
| | | extends PasswordValidator<PasswordValidatorCfg> |
| | | { |
| | | /** |
| | | * The singleton instance of this test password validator. |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override() |
| | | public void initializePasswordValidator(ConfigEntry configEntry) |
| | | public void initializePasswordValidator( |
| | | PasswordValidatorCfg configuration) |
| | | throws InitializationException |
| | | { |
| | | if (instance == null) |