Searched defs:cPool (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java136 private ConnectionFactory cPool = null; field in class:LDAPAuthUtils
443 if (cPool == null) {
444 cPool = createConnectionPool(connectionPools, null, null);
447 return cPool.getConnection();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java137 private ConnectionFactory cPool = null; field in class:LDAPAuthUtils
444 if (cPool == null) {
445 cPool = createConnectionPool(connectionPools, null, null);
448 return cPool.getConnection();

Completed in 36 milliseconds