Validate the mappedpassword option.
super.validateOptions();
try {String mappedPassword = getPassword(getOptionName(), true, false, false, false, null, null, false, false, false, true);
setOption(getOptionName(), mappedPassword);
}
catch (CommandException ce) {
throw new CommandValidationException(ce.getLocalizedMessage());
}
return true;