public boolean validate(String username, String password) throws IOException {
   return (password.equals(props.getProperty(PASSWORD_PROP_PFX + username)));
 }