Searched refs:getConnectionTimeout (Results 1 - 25 of 25) sorted by relevance

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/datasource/jdbc/impl/
H A DAbstractConnectionDataSourceConfig.java73 public int getConnectionTimeout() { method in class:AbstractConnectionDataSourceConfig
H A DBoneCPDataSourceFactory.java47 ds.setConnectionTimeoutInMs(config.getConnectionTimeout());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java186 public long getConnectionTimeout() method in class:MultimasterReplicationFakeConf
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java185 public long getConnectionTimeout() method in class:MultimasterReplicationFakeConf
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java186 public long getConnectionTimeout() method in class:MultimasterReplicationFakeConf
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java185 public long getConnectionTimeout() method in class:MultimasterReplicationFakeConf
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java186 public long getConnectionTimeout() method in class:MultimasterReplicationFakeConf
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java265 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
817 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java297 connectionTimeoutMS = (int) Math.min(cfg.getConnectionTimeout(), Integer.MAX_VALUE);
813 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java260 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
812 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java265 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
817 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java297 connectionTimeoutMS = (int) Math.min(cfg.getConnectionTimeout(), Integer.MAX_VALUE);
813 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DMultimasterReplication.java282 connectionTimeoutMS = (int) Math.min(cfg.getConnectionTimeout(), Integer.MAX_VALUE);
802 connectionTimeoutMS = (int) Math.min(configuration.getConnectionTimeout(),
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1300 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1294 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1300 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1300 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1294 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1218 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java477 public long getConnectionTimeout() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
4521 final int timeout = (int) (cfg.getConnectionTimeout() / 1000);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java446 public long getConnectionTimeout() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
4429 final int timeout = (int) (cfg.getConnectionTimeout() / 1000);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java478 public long getConnectionTimeout() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
4527 final int timeout = (int) (cfg.getConnectionTimeout() / 1000);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java446 public long getConnectionTimeout() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
4429 final int timeout = (int) (cfg.getConnectionTimeout() / 1000);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java477 public long getConnectionTimeout() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
4521 final int timeout = (int) (cfg.getConnectionTimeout() / 1000);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java427 public long getConnectionTimeout() method in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
4370 final int timeout = (int) (cfg.getConnectionTimeout() / 1000);

Completed in 116 milliseconds