Searched refs:getLDAPConnectionFactory (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1518 ConnectionFactory getLDAPConnectionFactory(String host, int port, method in interface:LDAPPassThroughAuthenticationPolicyFactory.Provider
2272 return provider.getLDAPConnectionFactory(hostname, port, cfg);
2320 public ConnectionFactory getLDAPConnectionFactory(final String host,
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1516 ConnectionFactory getLDAPConnectionFactory(String host, int port, method in interface:LDAPPassThroughAuthenticationPolicyFactory.Provider
2268 return provider.getLDAPConnectionFactory(hp.getHost(), hp.getPort(), cfg);
2316 public ConnectionFactory getLDAPConnectionFactory(final String host,
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1522 ConnectionFactory getLDAPConnectionFactory(String host, int port, method in interface:LDAPPassThroughAuthenticationPolicyFactory.Provider
2276 return provider.getLDAPConnectionFactory(hostname, port, cfg);
2324 public ConnectionFactory getLDAPConnectionFactory(final String host,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1518 ConnectionFactory getLDAPConnectionFactory(String host, int port, method in interface:LDAPPassThroughAuthenticationPolicyFactory.Provider
2272 return provider.getLDAPConnectionFactory(hostname, port, cfg);
2320 public ConnectionFactory getLDAPConnectionFactory(final String host,
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1516 ConnectionFactory getLDAPConnectionFactory(String host, int port, method in interface:LDAPPassThroughAuthenticationPolicyFactory.Provider
2268 return provider.getLDAPConnectionFactory(hp.getHost(), hp.getPort(), cfg);
2316 public ConnectionFactory getLDAPConnectionFactory(final String host,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1390 ConnectionFactory getLDAPConnectionFactory(String host, int port, method in interface:LDAPPassThroughAuthenticationPolicyFactory.Provider
2099 return provider.getLDAPConnectionFactory(hp.getHost(), hp.getPort(), cfg);
2146 public ConnectionFactory getLDAPConnectionFactory(final String host,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java1176 return getLDAPConnectionFactory(dsHostName, dsPort, dsManager, dsAdminPwd).getConnection();
1184 private static synchronized ConnectionFactory getLDAPConnectionFactory(String dsHostName, String dsPort, method in class:EmbeddedOpenDS
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java1175 return getLDAPConnectionFactory(dsHostName, dsPort, dsManager, dsAdminPwd).getConnection();
1183 private static synchronized ConnectionFactory getLDAPConnectionFactory(String dsHostName, String dsPort, method in class:EmbeddedOpenDS
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1043 public ConnectionFactory getLDAPConnectionFactory(final String host, method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
4211 ConnectionPool pool = new ConnectionPool(provider.getLDAPConnectionFactory(
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1031 public ConnectionFactory getLDAPConnectionFactory(final String host, method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
4120 ConnectionPool pool = new ConnectionPool(provider.getLDAPConnectionFactory(
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1049 public ConnectionFactory getLDAPConnectionFactory(final String host, method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
4217 ConnectionPool pool = new ConnectionPool(provider.getLDAPConnectionFactory(
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1031 public ConnectionFactory getLDAPConnectionFactory(final String host, method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
4120 ConnectionPool pool = new ConnectionPool(provider.getLDAPConnectionFactory(
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1043 public ConnectionFactory getLDAPConnectionFactory(final String host, method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
4211 ConnectionPool pool = new ConnectionPool(provider.getLDAPConnectionFactory(
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java996 public ConnectionFactory getLDAPConnectionFactory(final String host, method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
4064 ConnectionPool pool = new ConnectionPool(provider.getLDAPConnectionFactory(
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1456 return getLDAPConnectionFactory(dsHostName, dsPort, options).getConnection();
1463 private static ConnectionFactory getLDAPConnectionFactory(String hostname, int port, Options options) { method in class:UpgradeUtils
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1456 return getLDAPConnectionFactory(dsHostName, dsPort, options).getConnection();
1463 private static ConnectionFactory getLDAPConnectionFactory(String hostname, int port, Options options) { method in class:UpgradeUtils

Completed in 138 milliseconds