use of org.pac4j.ldap.test.tools.LdapClient in project pac4j by pac4j.
the class LdapProfileServiceTests method setUp.
@Before
public void setUp() {
ldapServer = new LdapServer();
ldapServer.start();
final LdapClient client = new LdapClient();
authenticator = client.getAuthenticator();
connectionFactory = client.getConnectionFactory();
}
Aggregations