Searched defs:port (Results 126 - 150 of 473) sorted by relevance

1234567891011>>

/forgerock/web-agents-v4/source/
H A Dthread.h68 int port; member in struct:__anon99
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DConsoleClient.java66 * Name of the property containing the port number to be used in communication with the RADIUS server.
68 public static final String PORT_PROP = "port";
81 private int port = -1; field in class:ConsoleClient
99 this.port = Integer.parseInt(props.getProperty(PORT_PROP));
112 System.out.println(" port=<port-on-target-host>");
171 final InetSocketAddress serverAddr = new InetSocketAddress(this.host, this.port);
198 System.out.println("Packet To " + host + ":" + port);
210 System.out.println("Packet From " + host + ":" + port);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DISystemProperties.java80 * @param port The service listening port.
89 int port,
85 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri) argument
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/configuration/
H A DSystemProperties.java53 public URL getServiceURL(String serviceName, String protocol, String hostname, int port, argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DRelaxedURL.java40 private String port; field in class:RelaxedURL
65 port = "80";
67 port = "443";
83 port = url.substring(colon + 1);
86 port = url.substring(colon + 1, slash);
119 return port;
137 builder.append(port);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/util/
H A DSMSRepositoryMig.java80 static private void migrate(ConnectionFactory factory, String host, int port, String binddn, argument
83 if (port < 0 || binddn == null || binddn.length() == 0 || pw == null
117 private static ConnectionFactory getConnectionFactory(String hostname, int port, String bindDN, char[] bindPassword) { argument
121 return new LDAPConnectionFactory(hostname, port, options);
128 + " <host> <port> <binddn> <password> " +
134 int port;
141 port = Integer.parseInt(args[1]);
147 try (ConnectionFactory factory = getConnectionFactory(host, port, basedn, pw.toCharArray())) {
149 migrate(factory, host, port, binddn, pw, basedn, flatfiledir);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/callbacks/helpers/
H A DQRCallbackBuilder.java40 private String port; field in class:QRCallbackBuilder
51 Reject.ifNull(port, "uri port is required");
100 * Set the port to use in the uri for the QR code callback.
101 * @param port the port to use in the uri
104 public QRCallbackBuilder withUriPort(String port) { argument
105 this.port = port;
125 .append(":").append(port)
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/configuration/
H A DFedLibSystemProperties.java174 * @param port The service listening port.
183 int port,
187 serviceName, protocol, hostname, port, uri);
179 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java166 String protocol, String hostname, int port, String uri)
171 SERVICE_NAME, protocol, hostname, port, uri);
165 getServiceEndPoint( String protocol, String hostname, int port, String uri) argument
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPURL.java22 * <li>scheme://host:port</li>
23 * <li>host:port</li>
32 private final int port; field in class:LDAPURL
35 private LDAPURL(String host, int port, Boolean isSSL) { argument
37 this.port = port;
42 * Gets the port from the LDAP URL.
44 * @return The port.
47 return port;
77 * <li>scheme://host:port</l
124 valueOf(String host, int port) argument
136 valueOf(String host, int port, Boolean isSSL) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java192 * @param port
193 * the target port number
199 public Socket createSocket(String host, int port) throws IOException argument
208 port);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnection.java82 // The port number on which the directory server is accepting requests.
97 * @param port The port number on which the directory server is accepting
101 public LDAPConnection(String host, int port, LDAPConnectionOptions options) argument
103 this(host, port, options, System.out, System.err);
110 * @param port The port number on which the directory server is accepting
116 public LDAPConnection(String host, int port, LDAPConnectionOptions options, argument
120 this.portNumber = port;
129 * and port numbe
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/
H A DTaskTool.java408 * connect to the wrong port and {@code false} otherwise.
410 * @param port the port to which we tried to connect.
412 * connect to the wrong port and {@code false} otherwise.
414 private boolean isWrongPortException(Throwable t, int port) argument
417 boolean isDefaultClearPort = (port - 389) % 1000 == 0;
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java394 * @param port of the server
404 public LDAPConnection connect(String host, int port, argument
411 return connect(host, port, bindDN, bindPw, options, 0, out, err);
419 * @param port of the server
431 public LDAPConnection connect(String host, int port, argument
443 host, port, options, out, err);
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java191 * @param port
192 * the target port number
198 public Socket createSocket(String host, int port) throws IOException argument
207 port);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplServerFakeConfiguration.java43 int port; field in class:ReplServerFakeConfiguration
73 int port, String dirName, int purgeDelay, int serverId,
76 this.port = port;
115 int port, String dirName, int purgeDelay, int serverId,
119 this(port, dirName, purgeDelay, serverId, queueSize, windowSize, servers);
129 int port, String dirName, int purgeDelay, int serverId,
133 this(port, dirName, purgeDelay, serverId, queueSize, windowSize, servers,
168 return port;
72 ReplServerFakeConfiguration( int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize, SortedSet<String> servers) argument
114 ReplServerFakeConfiguration( int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize, SortedSet<String> servers, int groupId, long assuredTimeout, int degradedStatusThreshold) argument
128 ReplServerFakeConfiguration( int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize, SortedSet<String> servers, int groupId, long assuredTimeout, int degradedStatusThreshold, int weight) argument
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DTrustedSocketFactory.java203 public Socket createSocket(InetAddress address, int port) throws IOException { argument
204 return getInnerFactory().createSocket(address, port);
210 public Socket createSocket(InetAddress address, int port, argument
213 return getInnerFactory().createSocket(address, port, clientAddress,
220 public Socket createSocket(String host, int port) throws IOException argument
222 return getInnerFactory().createSocket(host, port);
228 public Socket createSocket(String host, int port, InetAddress clientHost, argument
231 return getInnerFactory().createSocket(host, port, clientHost, clientPort);
237 public Socket createSocket(Socket s, String host, int port, boolean autoClose) argument
240 return getInnerFactory().createSocket(s, host, port, autoClos
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DTrustedSocketFactory.java204 public Socket createSocket(InetAddress address, int port) throws IOException { argument
205 return getInnerFactory().createSocket(address, port);
211 public Socket createSocket(InetAddress address, int port, argument
214 return getInnerFactory().createSocket(address, port, clientAddress,
221 public Socket createSocket(String host, int port) throws IOException argument
223 return getInnerFactory().createSocket(host, port);
229 public Socket createSocket(String host, int port, InetAddress clientHost, argument
232 return getInnerFactory().createSocket(host, port, clientHost, clientPort);
238 public Socket createSocket(Socket s, String host, int port, boolean autoClose) argument
241 return getInnerFactory().createSocket(s, host, port, autoClos
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnection.java81 // The port number on which the directory server is accepting requests.
96 * @param port The port number on which the directory server is accepting
100 public LDAPConnection(String host, int port, LDAPConnectionOptions options) argument
102 this(host, port, options, System.out, System.err);
109 * @param port The port number on which the directory server is accepting
115 public LDAPConnection(String host, int port, LDAPConnectionOptions options, argument
119 this.portNumber = port;
128 * and port numbe
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/tasks/
H A DTaskTool.java407 * connect to the wrong port and {@code false} otherwise.
409 * @param port the port to which we tried to connect.
411 * connect to the wrong port and {@code false} otherwise.
413 private boolean isWrongPortException(Throwable t, int port) argument
416 boolean isDefaultClearPort = (port - 389) % 1000 == 0;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DHostPort.java42 * This class defines a data structure that combines an address and port number,
92 /** The port for this object. */
93 private final int port; field in class:HostPort
166 * @param port
167 * The port number for the new {@code HostPort} object.
170 public static HostPort allAddresses(int port) argument
172 return new HostPort(port);
177 * with the supplied port.
179 * @param port
180 * the port t
184 localAddress(int port) argument
196 HostPort(int port) argument
213 HostPort(String host, int port) argument
330 normalizePort(int port) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DLDAPConnectionArgumentParser.java393 * @param port of the server
403 public LDAPConnection connect(String host, int port, argument
410 return connect(host, port, bindDN, bindPw, options, 0, out, err);
418 * @param port of the server
430 public LDAPConnection connect(String host, int port, argument
442 host, port, options, out, err);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java192 * @param port
193 * the target port number
199 public Socket createSocket(String host, int port) throws IOException argument
208 port);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPConnection.java82 // The port number on which the directory server is accepting requests.
97 * @param port The port number on which the directory server is accepting
101 public LDAPConnection(String host, int port, LDAPConnectionOptions options) argument
103 this(host, port, options, System.out, System.err);
110 * @param port The port number on which the directory server is accepting
116 public LDAPConnection(String host, int port, LDAPConnectionOptions options, argument
120 this.portNumber = port;
129 * and port numbe
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/
H A DTaskTool.java408 * connect to the wrong port and {@code false} otherwise.
410 * @param port the port to which we tried to connect.
412 * connect to the wrong port and {@code false} otherwise.
414 private boolean isWrongPortException(Throwable t, int port) argument
417 boolean isDefaultClearPort = (port - 389) % 1000 == 0;

Completed in 119 milliseconds

1234567891011>>