Searched refs:getNewBasicConnectionFactory (Results 1 - 4 of 4) 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);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DLocalLdapAuthModule.java353 conn = cfgMgr.getNewBasicConnectionFactory().getConnection();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DLocalLdapAuthModule.java353 conn = cfgMgr.getNewBasicConnectionFactory().getConnection();

Completed in 33 milliseconds