String msg = "Error in retrieving the Lastname for the admin of the domain " +
tenant.getDomain();
log.info(msg);
}
AccountInfoBean accountInfoBean = new AccountInfoBean();
accountInfoBean.setFirstname(firstname);
accountInfoBean.setLastname(lastname);
return accountInfoBean;
}