userDAO_ = new UserDAOImpl(ldapAttrMapping, ldapService, cacheHandler, this);
groupDAO_ = new GroupDAOImpl(ldapAttrMapping, ldapService, cacheHandler);
membershipDAO_ = new MembershipDAOImpl(ldapAttrMapping, ldapService, this, cacheHandler);
}
// userProfileHandler_ = new UserProfileHandlerImpl(ldapAttrMapping, ldapService) ;
userProfileDAO_ = new UserProfileDAOImpl(hservice, cservice, userDAO_);
membershipTypeDAO_ = new MembershipTypeDAOImpl(ldapAttrMapping, ldapService, cacheHandler);
ValueParam param = params.getValueParam("ldap.userDN.key");
if (param != null)
ldapAttrMapping.userDNKey = param.getValue();