7071727374757677787980
if (LOG.isDebugEnabled()) { LOG.debug("No LdapContextFactory specified - creating a default instance."); } LdapContextFactory factory = new ContextFactory(configuration); this.ldapContextFactory = factory; } return this.ldapContextFactory; }