Ejemplo n.º 1
0
 /**
  * Sets the keyfile for the user.
  *
  * @param keyfile The new keyfile value
  */
 public void setKeyfile(String keyfile) {
   userInfo.setKeyfile(keyfile);
 }