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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgr.java226 private ConnectionFactory getNewBasicConnectionFactory(String serverGroupID) method in class:DSConfigMgr
273 public ConnectionFactory getNewBasicConnectionFactory() throws LDAPServiceException { method in class:DSConfigMgr
274 return getNewBasicConnectionFactory(DEFAULT);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgr.java268 private ConnectionFactory getNewBasicConnectionFactory(String serverGroupID) method in class:DSConfigMgr
325 public ConnectionFactory getNewBasicConnectionFactory() throws LDAPServiceException { method in class:DSConfigMgr
326 return getNewBasicConnectionFactory(DEFAULT);

Completed in 22 milliseconds