this.upcm = upcm;
this.manager = manager;
this.synchronizer = synchronizer;
this.poolingContextsource = poolingContextSource;
this.userEntryPrefix = userEntryPrefix;
this.userSearchPath = new DistinguishedName(userSearchBase);
if (!StringUtils.isEmpty(userFilter))
{
this.userFilter = new HardcodedFilter(userFilter);
}
this.searchControls = new SearchControls();