//log.debug("EnMeSocialAccountUserService "+profileId);
//log.debug("EnMeSocialAccountUserService "+provider);
try {
accountConnection = this.accountDao.findAccountByConnection(provider, profileId);
} catch (EnMeNoResultsFoundException e) {
throw new SocialAccountConnectionException("connection invalid", e);
}
return SecurityUtils.convertUserAccountToUserDetails(accountConnection, false);
}