Searched defs:port (Results 251 - 275 of 473) sorted by relevance

<<111213141516171819

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java78 * The port of the replicationServer.
119 "--set", "replication-port:" + replicationServerPort,
208 int serverId, int windowSize, int port, int timeout) throws Exception
210 ReplicationBroker broker = super.openReplicationSession(baseDN, serverId, windowSize, port, timeout);
207 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument
/forgerock/opendj2/src/server/org/opends/server/util/
H A DSetupUtils.java362 * Returns {@code true} if the provided port is free and we can use it,
366 * @param port the port we are analyzing.
367 * @return {@code true} if the provided port is free and we can use it,
370 public static boolean canUseAsPort(String hostname, int port) argument
379 socketAddress = new InetSocketAddress(hostname, port);
383 socketAddress = new InetSocketAddress(port);
396 * socket there is already someone listening to the port (is the case
441 * Returns {@code true} if the provided port is free and we can use it,
443 * @param port th
447 canUseAsPort(int port) argument
459 isPriviledgedPort(int port) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java204 int port, int timeout, boolean emptyOldChanges)
208 port, timeout, emptyOldChanges, getGenerationId(baseDn), null);
217 int port, int timeout, boolean emptyOldChanges,
222 port, timeout, emptyOldChanges, generationId, null);
231 int port, int timeout, boolean emptyOldChanges,
244 servers.add("localhost:" + port);
248 checkConnection(30, broker, port); // give some time to the broker to connect
292 + "the RS port " + rsPort + " after " + secTimeout + " seconds.");
304 int port, int timeout, ServerState state)
308 port, timeou
202 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges) argument
215 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId) argument
229 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId, ReplicationDomain replicationDomain) argument
302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument
315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument
338 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, int maxSendQueue, int maxRcvQueue, boolean emptyOldChanges) argument
[all...]
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java108 private static final String PORT = "ldap.port";
146 private Integer port; field in class:DSMLServlet
172 port = new Integer(config.getServletContext().getInitParameter(PORT));
511 connection = new LDAPConnection(hostName, port, connOptions);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java150 private int port; field in class:ConnectionHandlerDescriptor
160 * @param port the port of the connection handler.
168 int port, Protocol protocol, State state, String name,
172 this.port = port;
184 builder.append(" Port: "+port);
190 * Returns the address port representation of the listener.
191 * @return the address port representation of the listener.
278 * Returns the port o
167 ConnectionHandlerDescriptor(Collection<InetAddress> addresses, int port, Protocol protocol, State state, String name, Set<CustomSearchResult> monitoringEntries) argument
[all...]
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java108 private static final String PORT = "ldap.port";
148 private Integer port; field in class:DSMLServlet
174 port = new Integer(config.getServletContext().getInitParameter(PORT));
523 connection = new LDAPConnection(hostName, port, connOptions);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java149 private int port; field in class:ConnectionHandlerDescriptor
159 * @param port the port of the connection handler.
167 int port, Protocol protocol, State state, String name,
171 this.port = port;
183 builder.append(" Port: "+port);
189 * Returns the address port representation of the listener.
190 * @return the address port representation of the listener.
277 * Returns the port o
166 ConnectionHandlerDescriptor(Collection<InetAddress> addresses, int port, Protocol protocol, State state, String name, Set<CustomSearchResult> monitoringEntries) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java78 * The port of the replicationServer.
119 "--set", "replication-port:" + replicationServerPort,
208 int serverId, int windowSize, int port, int timeout) throws Exception
210 ReplicationBroker broker = super.openReplicationSession(baseDN, serverId, windowSize, port, timeout);
207 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java108 private static final String PORT = "ldap.port";
146 private Integer port; field in class:DSMLServlet
172 port = new Integer(config.getServletContext().getInitParameter(PORT));
511 connection = new LDAPConnection(hostName, port, connOptions);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java150 private int port; field in class:ConnectionHandlerDescriptor
160 * @param port the port of the connection handler.
168 int port, Protocol protocol, State state, String name,
172 this.port = port;
184 builder.append(" Port: "+port);
190 * Returns the address port representation of the listener.
191 * @return the address port representation of the listener.
278 * Returns the port o
167 ConnectionHandlerDescriptor(Collection<InetAddress> addresses, int port, Protocol protocol, State state, String name, Set<CustomSearchResult> monitoringEntries) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java204 int port, int timeout, boolean emptyOldChanges)
208 port, timeout, emptyOldChanges, getGenerationId(baseDn), null);
217 int port, int timeout, boolean emptyOldChanges,
222 port, timeout, emptyOldChanges, generationId, null);
231 int port, int timeout, boolean emptyOldChanges,
244 servers.add("localhost:" + port);
248 checkConnection(30, broker, port); // give some time to the broker to connect
292 + "the RS port " + rsPort + " after " + secTimeout + " seconds.");
304 int port, int timeout, ServerState state)
308 port, timeou
202 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges) argument
215 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId) argument
229 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId, ReplicationDomain replicationDomain) argument
302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument
315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument
338 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, int maxSendQueue, int maxRcvQueue, boolean emptyOldChanges) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DSetupUtils.java394 * Returns {@code true} if the provided port is free and we can use it,
398 * @param port the port we are analyzing.
399 * @return {@code true} if the provided port is free and we can use it,
402 public static boolean canUseAsPort(String hostname, int port) argument
411 socketAddress = new InetSocketAddress(hostname, port);
415 socketAddress = new InetSocketAddress(port);
428 * socket there is already someone listening to the port (is the case
476 * Returns {@code true} if the provided port is free and we can use it,
478 * @param port th
482 canUseAsPort(int port) argument
494 isPriviledgedPort(int port) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DSetupUtils.java362 * Returns {@code true} if the provided port is free and we can use it,
366 * @param port the port we are analyzing.
367 * @return {@code true} if the provided port is free and we can use it,
370 public static boolean canUseAsPort(String hostname, int port) argument
379 socketAddress = new InetSocketAddress(hostname, port);
383 socketAddress = new InetSocketAddress(port);
396 * socket there is already someone listening to the port (is the case
441 * Returns {@code true} if the provided port is free and we can use it,
443 * @param port th
447 canUseAsPort(int port) argument
459 isPriviledgedPort(int port) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java290 * protocol://server.domain:port|serverId e.g.
512 String protocol, String host, String port, String uri) {
514 || port.equalsIgnoreCase("")) {
518 if (!(protocol.equals(server_proto) && host.equals(server_host) && port
520 String cookieURL = protocol + "://" + host + ":" + port;
535 url = url.replaceAll("%port", port);
511 replaceTable(Hashtable namingTable, String protocol, String host, String port, String uri) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java135 * <li>sets up port numbers for ldap and replication
691 * @param port LDAP port number of embedded OpenDJ
697 public static int getReplicationStatus(String port, String passwd, argument
705 "-p", port,
818 * Get replication port
823 * @param port
824 * @return port number if replication is setup, null if not or on error.
830 String port
834 final String[] attrs = {"ds-cfg-replication-port"};
901 syncReplicatedServers( Set currServerSet, String port, String passwd) argument
1027 syncReplicatedDomains( Set currServerSet, String port, String passwd) argument
1148 syncReplicatedServerList( Set currServerSet, String port, String passwd) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java114 private int port; field in class:ConnectionHandlerDescriptor
124 * @param port the port of the connection handler.
132 int port, Protocol protocol, State state, String name,
136 this.port = port;
148 builder.append(" Port: ").append(port);
154 * Returns the address port representation of the listener.
155 * @return the address port representation of the listener.
230 * Returns the port o
131 ConnectionHandlerDescriptor(Collection<InetAddress> addresses, int port, Protocol protocol, State state, String name, Set<CustomSearchResult> monitoringEntries) argument
[all...]
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java263 * <li><code>host:port</code> - The LDAP server has no preferred
265 * <li><code>host:port|serverid</code> - The LDAP server should be mainly
267 * <li><code>host:port|serverid|siteid</code> - The LDAP server should be
632 * <li>A hostname and port, in the format <code>[host]:[port]</code></li>
635 * A space-separated list of hostnames with port numbers in priority order, e.g.
641 * @param host The host/host-port string.
642 * @param defaultPort The port number to use for hosts that do not specify a port in the string.
678 private static ConnectionFactory createSingleHostConnectionFactory(String host, int port, argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DLDAPURL.java49 * of an LDAP URL, including the scheme, host, port, base DN,
65 /** The default port value that will be used if none is provided. */
80 /** The port number for this LDAP URL. */
81 private int port; field in class:LDAPURL
110 * @param port The port number for this LDAP URL.
119 public LDAPURL(String scheme, String host, int port, argument
139 this.port = toPort(port);
195 * @param port Th
203 LDAPURL(String scheme, String host, int port, DN baseDN, LinkedHashSet<String> attributes, SearchScope scope, SearchFilter filter, LinkedList<String> extensions) argument
974 setPort(int port) argument
979 toPort(int port) argument
[all...]
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLServlet.java115 private static final String PORT = "ldap.port";
147 private Integer port; field in class:DSMLServlet
172 port = Integer.valueOf(config.getServletContext().getInitParameter(PORT));
523 connection = new LDAPConnection(hostName, port, connOptions);
/forgerock/web-agents-v4/source/
H A Dhttp_parser.h182 XX(INVALID_PORT, "invalid port") \
274 * because we probably have padding left over), we convert any port to
279 uint16_t port; /* Converted UF_PORT string */ member in struct:http_parser_url
H A Dnet_client.c375 char port[7]; local
415 snprintf(port, sizeof (port), "%d", n->uv.port);
418 if ((err = getaddrinfo(ip_address, port, &hints, &n->ra)) != 0) {
436 thisfunc, n->uv.host, n->uv.port);
460 thisfunc, n->uv.host, n->uv.port,
468 thisfunc, n->uv.host, n->uv.port,
495 thisfunc, n->uv.host, n->uv.port,
504 thisfunc, n->uv.host, n->uv.port,
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DReplicationServerTest.java77 /** The port of the replicationServer. */
117 "--set", "replication-port:" + replicationServerPort,
205 int serverId, int windowSize, int port, int timeout) throws Exception
207 ReplicationBroker broker = super.openReplicationSession(baseDN, serverId, windowSize, port, timeout);
204 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java293 * protocol://server.domain:port|serverId e.g.
515 String protocol, String host, String port, String uri) {
517 || port.equalsIgnoreCase("")) {
521 if (!(protocol.equals(server_proto) && host.equals(server_host) && port
523 String cookieURL = protocol + "://" + host + ":" + port;
538 url = url.replaceAll("%port", port);
514 replaceTable(Hashtable namingTable, String protocol, String host, String port, String uri) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java136 * <li>sets up port numbers for ldap and replication
695 * @param port LDAP port number of embedded OpenDJ
701 public static int getReplicationStatus(String port, String passwd, argument
709 "-p", port,
817 * Get replication port
822 * @param port
823 * @return port number if replication is setup, null if not or on error.
829 String port
833 final String[] attrs = {"ds-cfg-replication-port"};
900 syncReplicatedServers( Set currServerSet, String port, String passwd) argument
1026 syncReplicatedDomains( Set currServerSet, String port, String passwd) argument
1147 syncReplicatedServerList( Set currServerSet, String port, String passwd) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1039 ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT.get(host, port,
1046 ERR_LDAP_PTA_CONNECTION_SEARCH_FAILED.get(host, port,
1068 ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT.get(host, port,
1078 ERR_LDAP_PTA_CONNECTION_SEARCH_NO_MATCHES.get(host, port,
1120 ERR_LDAP_PTA_CONNECTION_BIND_FAILED.get(host, port,
1176 ERR_LDAP_PTA_CONNECTION_DISCONNECTING.get(host, port,
1185 ERR_LDAP_PTA_CONNECTION_WRONG_RESPONSE.get(host, port,
1206 ERR_LDAP_PTA_CONNECTION_TIMEOUT.get(host, port,
1212 ERR_LDAP_PTA_CONNECTION_OTHER_ERROR.get(host, port,
1218 ERR_LDAP_PTA_CONNECTION_DECODE_ERROR.get(host, port,
1274 private final int port; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1291 LDAPConnectionFactory(final String host, final int port, final LDAPPassThroughAuthenticationPolicyCfg cfg) argument
1518 getLDAPConnectionFactory(String host, int port, LDAPPassThroughAuthenticationPolicyCfg cfg) argument
[all...]

Completed in 84 milliseconds

<<111213141516171819