Searched refs:connect (Results 226 - 250 of 283) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java385 * Try to connect to any offline connection factories.
439 * connect.
1330 // Create the ldapSocket and connect to the remote server.
1345 plainSocket.connect(socketAddress, timeoutMS);
2577 // Check that the port numbers are valid. We won't actually try and connect
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java379 * Try to connect to any offline connection factories.
433 * connect.
1324 // Create the ldapSocket and connect to the remote server.
1343 plainSocket.connect(socketAddress, timeoutMS);
2574 // Check that the port numbers are valid. We won't actually try and connect
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java373 * Try to connect to any offline connection factories.
424 * connect.
1244 // Create the ldapSocket and connect to the remote server.
1263 plainSocket.connect(socketAddress, timeoutMS);
2393 // Check that the port numbers are valid. We won't actually try and connect
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java527 fakeReplicationServer.connect(serverState);
847 * @param port port of the real RS we will connect to
853 * @param baseDn the basedn we connect with, to the real RS
902 public void connect(ServerState serverState) throws Exception method in class:AssuredReplicationServerTest.FakeReplicationServer
904 // Create and connect socket
910 socket.connect(serverAddr, timeoutMS);
1253 // Create and connect fake domain 1 to RS 1
1603 // Create and connect fake domain 1 to RS 1
2244 // Wait for RSs to connect together
2245 // Create and connect fak
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java527 fakeReplicationServer.connect(serverState);
847 * @param port port of the real RS we will connect to
853 * @param baseDn the basedn we connect with, to the real RS
902 public void connect(ServerState serverState) throws Exception method in class:AssuredReplicationServerTest.FakeReplicationServer
904 // Create and connect socket
910 socket.connect(serverAddr, timeoutMS);
1253 // Create and connect fake domain 1 to RS 1
1603 // Create and connect fake domain 1 to RS 1
2244 // Wait for RSs to connect together
2245 // Create and connect fak
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java527 fakeReplicationServer.connect(serverState);
847 * @param port port of the real RS we will connect to
853 * @param baseDn the basedn we connect with, to the real RS
902 public void connect(ServerState serverState) throws Exception method in class:AssuredReplicationServerTest.FakeReplicationServer
904 // Create and connect socket
910 socket.connect(serverAddr, timeoutMS);
1253 // Create and connect fake domain 1 to RS 1
1603 // Create and connect fake domain 1 to RS 1
2244 // Wait for RSs to connect together
2245 // Create and connect fak
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java202 * When the broker cannot connect to any replication server
205 * to avoid repeating the error message for further failure to connect
207 * finally succeed to connect.
378 * compute the best one to connect to. This is in fact a wrapper to a
753 * If a first connect or a connection failure occur, we go through here.
774 * out which one is the best to connect to.
916 * the Replication Server to connect to
1068 * Server to connect to.
1094 socket.connect(HostPort.valueOf(serverURL).toInetSocketAddress(), timeoutMS);
1447 * connect t
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java202 * When the broker cannot connect to any replication server
205 * to avoid repeating the error message for further failure to connect
207 * finally succeed to connect.
378 * compute the best one to connect to. This is in fact a wrapper to a
753 * If a first connect or a connection failure occur, we go through here.
774 * out which one is the best to connect to.
916 * the Replication Server to connect to
1068 * Server to connect to.
1094 socket.connect(HostPort.valueOf(serverURL).toInetSocketAddress(), timeoutMS);
1447 * connect t
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java189 * When the broker cannot connect to any replication server
192 * to avoid repeating the error message for further failure to connect
194 * finally succeed to connect.
369 * compute the best one to connect to. This is in fact a wrapper to a
743 * If a first connect or a connection failure occur, we go through here.
764 * out which one is the best to connect to.
904 * the Replication Server to connect to
1053 * Server to connect to.
1079 socket.connect(HostPort.valueOf(serverURL).toInetSocketAddress(), timeoutMS);
1423 * connect t
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DStaticUtils.java1581 // to do a dummy connect to INADDR_ANY/PORT to check if it is
1591 clientSocket.connect(new InetSocketAddress(address, port));
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DStaticUtils.java2713 // to do a dummy connect to INADDR_ANY/PORT to check if it is
2723 clientSocket.connect(new InetSocketAddress(address, port));
/forgerock/opendj2/src/server/org/opends/server/util/
H A DStaticUtils.java2691 // to do a dummy connect to INADDR_ANY/PORT to check if it is
2701 clientSocket.connect(new InetSocketAddress(address, port));
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DStaticUtils.java2713 // to do a dummy connect to INADDR_ANY/PORT to check if it is
2723 clientSocket.connect(new InetSocketAddress(address, port));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DStaticUtils.java2790 // to do a dummy connect to INADDR_ANY/PORT to check if it is
2800 clientSocket.connect(new InetSocketAddress(address, port));
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DStaticUtils.java2691 // to do a dummy connect to INADDR_ANY/PORT to check if it is
2701 clientSocket.connect(new InetSocketAddress(address, port));
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2549 conn.connect();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java4283 conn.connect();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2552 conn.connect();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java4308 conn.connect();
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...

Completed in 480 milliseconds

1234567891011>>