/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | TestUtilities.java | 83 ServerSocket ldapSocket = TestCaseUtils.bindFreePort(); 84 ldapPort = ldapSocket.getLocalPort(); 85 ldapSocket.close();
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | TestUtilities.java | 83 ServerSocket ldapSocket = TestCaseUtils.bindFreePort(); 84 ldapPort = ldapSocket.getLocalPort(); 85 ldapSocket.close();
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | TestUtilities.java | 83 ServerSocket ldapSocket = TestCaseUtils.bindFreePort(); 84 ldapPort = ldapSocket.getLocalPort(); 85 ldapSocket.close();
|
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | LDAPPassThroughAuthenticationPolicyFactory.java | 895 private final Socket ldapSocket; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory.LDAPConnection 903 private LDAPConnection(final Socket plainSocket, final Socket ldapSocket, argument 907 this.ldapSocket = ldapSocket; 953 ldapSocket.close(); 1325 // Create the remote ldapSocket address. 1330 // Create the ldapSocket and connect to the remote server. 1332 Socket ldapSocket = null; 1339 // Set ldapSocket cfg before connecting. 1344 // Connect the ldapSocket [all...] |
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | LDAPPassThroughAuthenticationPolicyFactory.java | 889 private final Socket ldapSocket; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory.LDAPConnection 897 private LDAPConnection(final Socket plainSocket, final Socket ldapSocket, argument 901 this.ldapSocket = ldapSocket; 947 ldapSocket.close(); 1319 // Create the remote ldapSocket address. 1324 // Create the ldapSocket and connect to the remote server. 1326 Socket ldapSocket = null; 1333 // Set ldapSocket cfg before connecting. 1342 // Connect the ldapSocket [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | LDAPPassThroughAuthenticationPolicyFactory.java | 895 private final Socket ldapSocket; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory.LDAPConnection 903 private LDAPConnection(final Socket plainSocket, final Socket ldapSocket, argument 907 this.ldapSocket = ldapSocket; 953 ldapSocket.close(); 1325 // Create the remote ldapSocket address. 1330 // Create the ldapSocket and connect to the remote server. 1332 Socket ldapSocket = null; 1339 // Set ldapSocket cfg before connecting. 1348 // Connect the ldapSocket [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
H A D | LDAPPassThroughAuthenticationPolicyFactory.java | 895 private final Socket ldapSocket; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory.LDAPConnection 903 private LDAPConnection(final Socket plainSocket, final Socket ldapSocket, argument 907 this.ldapSocket = ldapSocket; 953 ldapSocket.close(); 1325 // Create the remote ldapSocket address. 1330 // Create the ldapSocket and connect to the remote server. 1332 Socket ldapSocket = null; 1339 // Set ldapSocket cfg before connecting. 1344 // Connect the ldapSocket [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
H A D | LDAPPassThroughAuthenticationPolicyFactory.java | 889 private final Socket ldapSocket; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory.LDAPConnection 897 private LDAPConnection(final Socket plainSocket, final Socket ldapSocket, argument 901 this.ldapSocket = ldapSocket; 947 ldapSocket.close(); 1319 // Create the remote ldapSocket address. 1324 // Create the ldapSocket and connect to the remote server. 1326 Socket ldapSocket = null; 1333 // Set ldapSocket cfg before connecting. 1342 // Connect the ldapSocket [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
H A D | LDAPPassThroughAuthenticationPolicyFactory.java | 865 private final Socket ldapSocket; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory.LDAPConnection 873 private LDAPConnection(final Socket plainSocket, final Socket ldapSocket, argument 877 this.ldapSocket = ldapSocket; 914 StaticUtils.close(ldapSocket, plainSocket); 1239 // Create the remote ldapSocket address. 1244 // Create the ldapSocket and connect to the remote server. 1246 Socket ldapSocket = null; 1253 // Set ldapSocket cfg before connecting. 1262 // Connect the ldapSocket [all...] |