Searched defs:timeoutMS (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java990 (timeoutMS / 1000), true /* types only */,
1276 private final int timeoutMS; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1298 // Normalize the timeoutMS to an integer (admin framework ensures that the
1300 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
1342 plainSocket.setSoTimeout(timeoutMS);
1345 plainSocket.connect(socketAddress, timeoutMS);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java984 (timeoutMS / 1000), true /* types only */,
1270 private final int timeoutMS; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1292 // Normalize the timeoutMS to an integer (admin framework ensures that the
1294 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
1336 plainSocket.setSoTimeout(timeoutMS);
1343 plainSocket.connect(socketAddress, timeoutMS);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java990 (timeoutMS / 1000), true /* types only */,
1276 private final int timeoutMS; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1298 // Normalize the timeoutMS to an integer (admin framework ensures that the
1300 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
1342 plainSocket.setSoTimeout(timeoutMS);
1349 plainSocket.connect(socketAddress, timeoutMS);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java990 (timeoutMS / 1000), true /* types only */,
1276 private final int timeoutMS; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1298 // Normalize the timeoutMS to an integer (admin framework ensures that the
1300 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
1342 plainSocket.setSoTimeout(timeoutMS);
1345 plainSocket.connect(socketAddress, timeoutMS);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java984 (timeoutMS / 1000), true /* types only */,
1270 private final int timeoutMS; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1292 // Normalize the timeoutMS to an integer (admin framework ensures that the
1294 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
1336 plainSocket.setSoTimeout(timeoutMS);
1343 plainSocket.connect(socketAddress, timeoutMS);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java929 (timeoutMS / 1000), true /* types only */,
1194 private final int timeoutMS; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1216 // Normalize the timeoutMS to an integer (admin framework ensures that the
1218 this.timeoutMS = (int) Math.min(cfg.getConnectionTimeout(),
1256 plainSocket.setSoTimeout(timeoutMS);
1263 plainSocket.connect(socketAddress, timeoutMS);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java431 private int timeoutMS = 0; // unlimited field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
479 return timeoutMS;
637 MockPolicyCfg withConnectionTimeout(final int timeoutMS) argument
639 this.timeoutMS = timeoutMS;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java400 private int timeoutMS = 0; // unlimited field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
448 return timeoutMS;
611 MockPolicyCfg withConnectionTimeout(final int timeoutMS) argument
613 this.timeoutMS = timeoutMS;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java432 private int timeoutMS = 0; // unlimited field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
480 return timeoutMS;
643 MockPolicyCfg withConnectionTimeout(final int timeoutMS) argument
645 this.timeoutMS = timeoutMS;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java400 private int timeoutMS = 0; // unlimited field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
448 return timeoutMS;
611 MockPolicyCfg withConnectionTimeout(final int timeoutMS) argument
613 this.timeoutMS = timeoutMS;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java431 private int timeoutMS = 0; // unlimited field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
479 return timeoutMS;
637 MockPolicyCfg withConnectionTimeout(final int timeoutMS) argument
639 this.timeoutMS = timeoutMS;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java381 private int timeoutMS; field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
429 return timeoutMS;
592 MockPolicyCfg withConnectionTimeout(final int timeoutMS) argument
594 this.timeoutMS = timeoutMS;

Completed in 498 milliseconds