Searched defs:ldapSocket (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java895 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 DLDAPPassThroughAuthenticationPolicyFactory.java889 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 DLDAPPassThroughAuthenticationPolicyFactory.java895 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 DLDAPPassThroughAuthenticationPolicyFactory.java895 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 DLDAPPassThroughAuthenticationPolicyFactory.java889 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 DLDAPPassThroughAuthenticationPolicyFactory.java865 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...]

Completed in 47 milliseconds