Searched refs:getConnection (Results 101 - 125 of 272) sorted by relevance

1234567891011

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/manage/
H A DConfigAuditEventLogger.java80 return connectionFactory.getConnection().create(context,
/forgerock/openidm-v4/openidm-core/src/test/java/org/forgerock/openidm/managed/
H A DCollectionRelationshipProviderTest.java109 when(connectionFactory.getConnection()).thenReturn(connection);
/forgerock/openidm-v4/openidm-maintenance/src/test/java/org/forgerock/openidm/maintenance/impl/
H A DMaintenanceServiceTest.java105 connection = filterService.getConnection();
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/impl/
H A DSystemObjectSetService.java423 connectionFactory.getConnection().create(
446 previousStage = connectionFactory.getConnection().read(context, readRequest);
452 connectionFactory.getConnection().update(context, updateRequest);
460 connectionFactory.getConnection().create(context, createRequest);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/util/
H A DSMSRepositoryMig.java93 try (Connection conn = factory.getConnection()) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java150 conn = factory.getConnection();
365 conn = factory.getConnection();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupDSConfig.java250 LdifUtils.createSchemaFromLDIF(basedir + "/" + schemaFile, ld.getConnection());
308 return ld.getConnection();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultFedletAdapter.java131 HttpURLConnectionManager.getConnection(url);
291 HttpURLConnectionManager.getConnection(url);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DClientBase.java134 urlConnect = HttpURLConnectionManager.getConnection(serviceURL);
193 URLConnection svrConn = HttpURLConnectionManager.getConnection(url);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupDSConfig.java252 LdifUtils.createSchemaFromLDIF(basedir + "/" + schemaFile, ld.getConnection());
312 return ld.getConnection();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultFedletAdapter.java131 HttpURLConnectionManager.getConnection(url);
291 HttpURLConnectionManager.getConnection(url);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java403 public Connection getConnection() throws DirectoryException method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockFactory
2444 connection = factory.getConnection();
2491 connection = factory.getConnection();
2540 connection = factory.getConnection();
2587 connection = factory.getConnection();
2633 connection = factory.getConnection();
2677 connection = factory.getConnection();
2714 final Connection connection = factory.getConnection();
2751 connection = factory.getConnection();
2789 connection = factory.getConnection();
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java372 public Connection getConnection() throws DirectoryException method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockFactory
2409 connection = factory.getConnection();
2453 connection = factory.getConnection();
2499 connection = factory.getConnection();
2543 connection = factory.getConnection();
2586 connection = factory.getConnection();
2627 connection = factory.getConnection();
2661 final Connection connection = factory.getConnection();
2693 connection = factory.getConnection();
2728 connection = factory.getConnection();
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java404 public Connection getConnection() throws DirectoryException method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockFactory
2450 connection = factory.getConnection();
2497 connection = factory.getConnection();
2546 connection = factory.getConnection();
2593 connection = factory.getConnection();
2639 connection = factory.getConnection();
2683 connection = factory.getConnection();
2720 final Connection connection = factory.getConnection();
2757 connection = factory.getConnection();
2795 connection = factory.getConnection();
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java372 public Connection getConnection() throws DirectoryException method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockFactory
2409 connection = factory.getConnection();
2453 connection = factory.getConnection();
2499 connection = factory.getConnection();
2543 connection = factory.getConnection();
2586 connection = factory.getConnection();
2627 connection = factory.getConnection();
2661 final Connection connection = factory.getConnection();
2693 connection = factory.getConnection();
2728 connection = factory.getConnection();
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java403 public Connection getConnection() throws DirectoryException method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockFactory
2444 connection = factory.getConnection();
2491 connection = factory.getConnection();
2540 connection = factory.getConnection();
2587 connection = factory.getConnection();
2633 connection = factory.getConnection();
2677 connection = factory.getConnection();
2714 final Connection connection = factory.getConnection();
2751 connection = factory.getConnection();
2789 connection = factory.getConnection();
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java352 public Connection getConnection() throws DirectoryException method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockFactory
2354 connection = factory.getConnection();
2398 connection = factory.getConnection();
2444 connection = factory.getConnection();
2488 connection = factory.getConnection();
2531 connection = factory.getConnection();
2572 connection = factory.getConnection();
2606 final Connection connection = factory.getConnection();
2638 connection = factory.getConnection();
2673 connection = factory.getConnection();
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSInstanceModelBase.java412 HttpURLConnection connection = HttpURLConnectionManager.getConnection(url);
437 HttpURLConnection connection = HttpURLConnectionManager.getConnection(url);
460 HttpURLConnection connection = HttpURLConnectionManager.getConnection(url);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPUsers.java268 try (Connection ld = connPool.getConnection()){
330 try (Connection ld = connPool.getConnection()) {
687 try (Connection ld = connPool.getConnection()){
/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCRLStore.java145 try (Connection ldc = getConnection()) {
557 try (Connection ldc = factory.getConnection()) {
626 con = HttpURLConnectionManager.getConnection(uri);
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCRLStore.java147 try (Connection ldc = getConnection()) {
559 try (Connection ldc = factory.getConnection()) {
628 con = HttpURLConnectionManager.getConnection(uri);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSInstanceModelBase.java412 HttpURLConnection connection = HttpURLConnectionManager.getConnection(url);
437 HttpURLConnection connection = HttpURLConnectionManager.getConnection(url);
460 HttpURLConnection connection = HttpURLConnectionManager.getConnection(url);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPUsers.java269 try (Connection ld = connPool.getConnection()){
331 try (Connection ld = connPool.getConnection()) {
691 try (Connection ld = connPool.getConnection()){
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DLocalLdapAuthModule.java201 debug.error("getConnection.JSSESocketFactory", e);
275 Connection conn = factory.getConnection()) {
353 conn = cfgMgr.getNewBasicConnectionFactory().getConnection();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java165 protected Connection getConnection(String host, int port, String bindDN, char[] bindPwd, int timeout, boolean isSSl) method in class:AjaxPage
176 return factory.getConnection();

Completed in 129 milliseconds

1234567891011