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

1234567891011>>

/forgerock/openam-v13/openam-distribution/src/main/amserver/diagnostics/services/connect/config/
H A DServerConnectConfiguration30 get-svr-connect=com.sun.identity.diagnostic.plugin.services.connect.ServerConnectValidation
31 get-ds-connect=com.sun.identity.diagnostic.plugin.services.connect.DSConnectValidation
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/connect/
H A DIConnectService.java29 package com.sun.identity.diagnostic.plugin.services.connect;
H A DConnectionConstants.java29 package com.sun.identity.diagnostic.plugin.services.connect;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogTcpPublisher.java56 connect();
59 connect();
63 private void connect() throws IOException { method in class:SyslogTcpPublisher
65 socket.connect(socketAddress, connectTimeout);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogTcpPublisher.java56 connect();
59 connect();
63 private void connect() throws IOException { method in class:SyslogTcpPublisher
65 socket.connect(socketAddress, connectTimeout);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java64 * connect method is called.
102 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
104 connect(null);
109 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
111 jmxc.connect(env);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java69 * the host to connect to.
78 * connect method is called.
127 * equivalent to connect(null).
135 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
137 this.connect(null);
141 * Establishes the connection to the connector server. If connect has
143 * no effect. If, however, close() was called after connect, the new
144 * connect will throw an IOException. Otherwise, either connect has never
146 * exception. Then calling connect wil
160 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java68 * the host to connect to.
77 * connect method is called.
126 * equivalent to connect(null).
134 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
136 this.connect(null);
140 * Establishes the connection to the connector server. If connect has
142 * no effect. If, however, close() was called after connect, the new
143 * connect will throw an IOException. Otherwise, either connect has never
145 * exception. Then calling connect wil
159 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java69 * the host to connect to.
78 * connect method is called.
127 * equivalent to connect(null).
135 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
137 this.connect(null);
141 * Establishes the connection to the connector server. If connect has
143 * no effect. If, however, close() was called after connect, the new
144 * connect will throw an IOException. Otherwise, either connect has never
146 * exception. Then calling connect wil
160 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java69 * the host to connect to.
78 * connect method is called.
127 * equivalent to connect(null).
135 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
137 this.connect(null);
141 * Establishes the connection to the connector server. If connect has
143 * no effect. If, however, close() was called after connect, the new
144 * connect will throw an IOException. Otherwise, either connect has never
146 * exception. Then calling connect wil
160 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DOpendsJmxConnector.java68 * the host to connect to.
77 * connect method is called.
126 * equivalent to connect(null).
134 public void connect() throws IOException, SecurityException method in class:OpendsJmxConnector
136 this.connect(null);
140 * Establishes the connection to the connector server. If connect has
142 * no effect. If, however, close() was called after connect, the new
143 * connect will throw an IOException. Otherwise, either connect has never
145 * exception. Then calling connect wil
159 public void connect(Map<String,?> env) throws IOException, SecurityException method in class:OpendsJmxConnector
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DHttpsURLConnection.java62 * @param url identifies the HTTPS server to connect with.
100 * Implements the HTTP protocol handler's "connect" method,
103 public void connect () throws IOException { method in class:HttpsURLConnection
114 super.connect ();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java194 OpendsJmxConnector connector = connect(user, password,
233 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
257 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
324 OpendsJmxConnector newJmxConnector = connect(
330 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
339 OpendsJmxConnector jmxcDisabled = connect("cn=Privileged User,o=test",
346 jmxcDisabled = connect("cn=Privileged User,o=test", "password",
373 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
402 // connect the the JMX service using the new port
403 connector = connect("c
524 private OpendsJmxConnector connect(String user, String password, method in class:JmxConnectTest
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java190 OpendsJmxConnector connector = connect(user, password,
229 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
253 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
317 OpendsJmxConnector newJmxConnector = connect(
323 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
331 OpendsJmxConnector jmxcDisabled = connect("cn=Privileged User,o=test",
337 jmxcDisabled = connect("cn=Privileged User,o=test", "password", serverJmxPort);
361 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
387 // connect the the JMX service using the new port
388 connector = connect("c
508 private OpendsJmxConnector connect(String user, String password, int jmxPort) method in class:JmxConnectTest
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java194 OpendsJmxConnector connector = connect(user, password,
233 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
257 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
324 OpendsJmxConnector newJmxConnector = connect(
330 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
339 OpendsJmxConnector jmxcDisabled = connect("cn=Privileged User,o=test",
346 jmxcDisabled = connect("cn=Privileged User,o=test", "password",
373 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
402 // connect the the JMX service using the new port
403 connector = connect("c
524 private OpendsJmxConnector connect(String user, String password, method in class:JmxConnectTest
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java190 OpendsJmxConnector connector = connect(user, password,
229 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
253 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
317 OpendsJmxConnector newJmxConnector = connect(
323 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
331 OpendsJmxConnector jmxcDisabled = connect("cn=Privileged User,o=test",
337 jmxcDisabled = connect("cn=Privileged User,o=test", "password", serverJmxPort);
361 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
387 // connect the the JMX service using the new port
388 connector = connect("c
508 private OpendsJmxConnector connect(String user, String password, int jmxPort) method in class:JmxConnectTest
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java194 OpendsJmxConnector connector = connect(user, password,
233 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
257 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
324 OpendsJmxConnector newJmxConnector = connect(
330 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
339 OpendsJmxConnector jmxcDisabled = connect("cn=Privileged User,o=test",
346 jmxcDisabled = connect("cn=Privileged User,o=test", "password",
373 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
402 // connect the the JMX service using the new port
403 connector = connect("c
524 private OpendsJmxConnector connect(String user, String password, method in class:JmxConnectTest
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java190 OpendsJmxConnector connector = connect(user, password,
229 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
253 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
316 OpendsJmxConnector newJmxConnector = connect(
322 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
330 OpendsJmxConnector jmxcDisabled = connect("cn=Privileged User,o=test",
336 jmxcDisabled = connect("cn=Privileged User,o=test", "password", serverJmxPort);
360 OpendsJmxConnector connector = connect("cn=Privileged User,o=test",
386 // connect the the JMX service using the new port
387 connector = connect("c
503 private OpendsJmxConnector connect(String user, String password, int jmxPort) method in class:JmxConnectTest
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java151 * Creates a new LDAPConnection and invokes a connect operation using
163 public LDAPConnection connect(PrintStream out, PrintStream err) method in class:LDAPConnectionArgumentParser
166 return connect(this.args, out, err);
171 * Creates a new LDAPConnection and invokes a connect operation using
175 * @param args with which to connect
184 private LDAPConnection connect(SecureConnectionCliArgs args, method in class:LDAPConnectionArgumentParser
226 // customize the way that we connect to the server and specify a set of
338 return connect(
360 public LDAPConnection connect(LDAPConnectionConsoleInteraction ui, method in class:LDAPConnectionArgumentParser
369 connection = connect(
404 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
431 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java150 * Creates a new LDAPConnection and invokes a connect operation using
162 public LDAPConnection connect(PrintStream out, PrintStream err) method in class:LDAPConnectionArgumentParser
165 return connect(this.args, out, err);
170 * Creates a new LDAPConnection and invokes a connect operation using
174 * @param args with which to connect
183 private LDAPConnection connect(SecureConnectionCliArgs args, method in class:LDAPConnectionArgumentParser
225 // customize the way that we connect to the server and specify a set of
337 return connect(
359 public LDAPConnection connect(LDAPConnectionConsoleInteraction ui, method in class:LDAPConnectionArgumentParser
368 connection = connect(
403 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
430 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java151 * Creates a new LDAPConnection and invokes a connect operation using
163 public LDAPConnection connect(PrintStream out, PrintStream err) method in class:LDAPConnectionArgumentParser
166 return connect(this.args, out, err);
171 * Creates a new LDAPConnection and invokes a connect operation using
175 * @param args with which to connect
184 private LDAPConnection connect(SecureConnectionCliArgs args, method in class:LDAPConnectionArgumentParser
226 // customize the way that we connect to the server and specify a set of
338 return connect(
360 public LDAPConnection connect(LDAPConnectionConsoleInteraction ui, method in class:LDAPConnectionArgumentParser
369 connection = connect(
404 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
431 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java151 * Creates a new LDAPConnection and invokes a connect operation using
163 public LDAPConnection connect(PrintStream out, PrintStream err) method in class:LDAPConnectionArgumentParser
166 return connect(this.args, out, err);
171 * Creates a new LDAPConnection and invokes a connect operation using
175 * @param args with which to connect
184 private LDAPConnection connect(SecureConnectionCliArgs args, method in class:LDAPConnectionArgumentParser
226 // customize the way that we connect to the server and specify a set of
338 return connect(
360 public LDAPConnection connect(LDAPConnectionConsoleInteraction ui, method in class:LDAPConnectionArgumentParser
369 connection = connect(
404 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
431 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java150 * Creates a new LDAPConnection and invokes a connect operation using
162 public LDAPConnection connect(PrintStream out, PrintStream err) method in class:LDAPConnectionArgumentParser
165 return connect(this.args, out, err);
170 * Creates a new LDAPConnection and invokes a connect operation using
174 * @param args with which to connect
183 private LDAPConnection connect(SecureConnectionCliArgs args, method in class:LDAPConnectionArgumentParser
225 // customize the way that we connect to the server and specify a set of
337 return connect(
359 public LDAPConnection connect(LDAPConnectionConsoleInteraction ui, method in class:LDAPConnectionArgumentParser
368 connection = connect(
403 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
430 public LDAPConnection connect(String host, int port, method in class:LDAPConnectionArgumentParser
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java111 * Creates a new LDAPConnection and invokes a connect operation using
126 public LDAPConnection connect(PrintStream out, PrintStream err) throws LDAPConnectionException, ArgumentException method in class:LDAPConnectionArgumentParser
128 return connect(this.args, out, err);
132 * Creates a new LDAPConnection and invokes a connect operation using
137 * with which to connect
149 private LDAPConnection connect(SecureConnectionCliArgs args, PrintStream out, PrintStream err) method in class:LDAPConnectionArgumentParser
177 // customize the way that we connect to the server and specify a set of
273 return connect(
304 public LDAPConnection connect(LDAPConnectionConsoleInteraction ui, PrintStream out, PrintStream err) method in class:LDAPConnectionArgumentParser
312 return connect(u
352 public LDAPConnection connect(String host, int port, String bindDN, String bindPw, LDAPConnectionOptions options, method in class:LDAPConnectionArgumentParser
383 public LDAPConnection connect(String host, int port, String bindDN, String bindPw, LDAPConnectionOptions options, method in class:LDAPConnectionArgumentParser
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConnection.properties45 cnt-svr-connect-status=Connection : {0}
46 cnt-svr-connect-ssl-fail=SSL/TLS connection failed. Unable to find valid certification path.

Completed in 187 milliseconds

1234567891011>>