Searched defs:port (Results 276 - 300 of 473) sorted by relevance

<<111213141516171819

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java842 * Interactively retrieves a port value from the console.
845 * The port prompt.
847 * The port default value.
848 * @return Returns the port.
850 * If the port could not be retrieved for some reason.
916 * Commodity method used to repeatidly ask the user to provide a port value.
921 * the default value of the port to be proposed to the user.
924 * @return the port value provided by the user.
928 int port = -1;
929 while (port
1094 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
[all...]
H A DLDAPConnectionConsoleInteraction.java505 // Get the LDAP port.
1341 * Gets the port number name that should be used for connections based on
1344 * @return port number for connections
1351 * Sets the port number name that should be used for connections based on
1354 * @param portNumber port number for connections
1983 * @param port the port to connect to the server.
1989 public void initializeGlobalArguments(String hostName, int port, argument
1999 // resetConnectionArguments does not clear the values for the port
2001 if (port !
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1033 ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT.get(host, port,
1040 ERR_LDAP_PTA_CONNECTION_SEARCH_FAILED.get(host, port,
1062 ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT.get(host, port,
1072 ERR_LDAP_PTA_CONNECTION_SEARCH_NO_MATCHES.get(host, port,
1114 ERR_LDAP_PTA_CONNECTION_BIND_FAILED.get(host, port,
1170 ERR_LDAP_PTA_CONNECTION_DISCONNECTING.get(host, port,
1179 ERR_LDAP_PTA_CONNECTION_WRONG_RESPONSE.get(host, port,
1200 ERR_LDAP_PTA_CONNECTION_TIMEOUT.get(host, port,
1206 ERR_LDAP_PTA_CONNECTION_OTHER_ERROR.get(host, port,
1212 ERR_LDAP_PTA_CONNECTION_DECODE_ERROR.get(host, port,
1268 private final int port; field in class:LDAPPassThroughAuthenticationPolicyFactory.LDAPConnectionFactory
1285 LDAPConnectionFactory(final String host, final int port, final LDAPPassThroughAuthenticationPolicyCfg cfg) argument
1516 getLDAPConnectionFactory(String host, int port, LDAPPassThroughAuthenticationPolicyCfg cfg) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java71 /** The port of the replicationServer. */
121 // Find a free port for the replicationServer
256 private final int port; field in class:AssuredReplicationPluginTest.FakeReplicationServer
288 public FakeReplicationServer(byte groupId, int port, int serverId, boolean assured, argument
293 this.port = port;
305 public FakeReplicationServer(byte groupId, int port, int serverId, int safeDataLevel, argument
309 this.port = port;
349 listenSocket.bind(new InetSocketAddress(port));
[all...]
H A DTopologyViewTest.java338 fail("Enable to find port number in: " + serverStr);
374 + " Domain connected: " + connected + ", connection port: " + rdPort
1242 private String getHostPort(int port) argument
1244 return LOCAL_HOST_NAME + ":" + port;
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java242 * on the information we have ("hostname":"replication port") and
245 * on the information we have ("hostname":"replication port") and
275 * Returns the replication port of this server and -1 if this is not a
277 * @return the replication port of this server and -1 if this is not a
282 int port = -1;
285 port = (Integer)serverProperties.get(
288 return port;
292 * Returns whether the communication with the replication port on the server
294 * @return <CODE>true</CODE> if the communication with the replication port on
340 * port
1586 getServerRepresentation(String hostName, int port) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java243 * on the information we have ("hostname":"replication port") and
246 * on the information we have ("hostname":"replication port") and
276 * Returns the replication port of this server and -1 if this is not a
278 * @return the replication port of this server and -1 if this is not a
283 int port = -1;
286 port = (Integer)serverProperties.get(
289 return port;
293 * Returns whether the communication with the replication port on the server
295 * @return <CODE>true</CODE> if the communication with the replication port on
341 * port
1587 getServerRepresentation(String hostName, int port) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java203 int serverId, int windowSize, int port, int timeout) throws Exception
206 port, timeout, getGenerationId(baseDN));
214 int serverId, int windowSize, int port, int timeout,
217 DomainFakeCfg config = newFakeCfg(baseDN, serverId, port);
219 return openReplicationSession(config, port, timeout, generationId);
223 int port, int timeout, long generationId) throws Exception
228 connect(broker, port, timeout);
232 protected DomainFakeCfg newFakeCfg(final DN baseDN, int serverId, int port) argument
234 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverId, newSortedSet("localhost:" + port));
240 protected void connect(ReplicationBroker broker, int port, in argument
202 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument
213 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout, long generationId) argument
222 openReplicationSession(ReplicationDomainCfg config, int port, int timeout, long generationId) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java107 /** The port of the replicationServer. */
283 private final int port; field in class:AssuredReplicationPluginTest.FakeReplicationServer
319 public FakeReplicationServer(byte groupId, int port, int serverId, boolean assured, argument
324 this.port = port;
336 public FakeReplicationServer(byte groupId, int port, int serverId, int safeDataLevel, argument
340 this.port = port;
378 listenSocket.bind(new InetSocketAddress(port));
381 fail("Fake replication server could not bind to port
[all...]
H A DTopologyViewTest.java300 + " Domain connected: " + connected + ", connection port: " + rdPort
1110 private String getHostPort(int port) argument
1112 return LOCAL_HOST_NAME + ":" + port;
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServer.java224 // Wait on the replicationServer port.
283 // shutdown or changing the port number process.
373 * Establish a connection to the server with the address and port.
376 * The address and port for the server
864 int port = configuration.getReplicationPort();
869 tmpSocket.bind(new InetSocketAddress(port));
875 Message message = ERR_COULD_NOT_BIND_CHANGELOG.get(port, e.getMessage());
921 // changing the listen port requires to stop the listen thread
1184 * Retrieves the port used by this ReplicationServer.
1186 * @return The port use
1235 isLocalReplicationServerPort(int port) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DInstallDS.java88 * <LI>Ask the user for the administration port and make sure it's available
90 * <LI>Ask the user for the LDAP port and make sure it's available</LI>
910 private void checkCanUsePort(int port, List<Message> errorMessages) argument
912 if (!SetupUtils.canUseAsPort(port))
914 errorMessages.add(getCannotBindErrorMessage(port));
918 private Message getCannotBindErrorMessage(int port) argument
920 if (SetupUtils.isPriviledgedPort(port))
922 return ERR_INSTALLDS_CANNOT_BIND_TO_PRIVILEGED_PORT.get(port);
924 return ERR_INSTALLDS_CANNOT_BIND_TO_PORT.get(port);
1090 * JMX port parameter
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java863 * Interactively retrieves a port value from the console.
866 * The port prompt.
868 * The port default value.
869 * @return Returns the port.
871 * If the port could not be retrieved for some reason.
937 * Commodity method used to repeatidly ask the user to provide a port value.
942 * the default value of the port to be proposed to the user.
945 * @return the port value provided by the user.
949 int port = -1;
950 while (port
1115 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
[all...]
H A DLDAPConnectionConsoleInteraction.java504 // Get the LDAP port.
1340 * Gets the port number name that should be used for connections based on
1343 * @return port number for connections
1350 * Sets the port number name that should be used for connections based on
1353 * @param portNumber port number for connections
1982 * @param port the port to connect to the server.
1988 public void initializeGlobalArguments(String hostName, int port, argument
1998 // resetConnectionArguments does not clear the values for the port
2000 if (port !
[all...]
/forgerock/opendj2.6.2/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
1522 getLDAPConnectionFactory(String host, int port, LDAPPassThroughAuthenticationPolicyCfg cfg) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java816 * Interactively retrieves a port value from the console.
819 * The port prompt.
821 * The port default value.
822 * @return Returns the port.
824 * If the port could not be retrieved for some reason.
890 * Commodity method used to repeatidly ask the user to provide a port value.
895 * the default value of the port to be proposed to the user.
898 * @return the port value provided by the user.
902 int port = -1;
903 while (port
1068 createAdministrativeContext(String host, int port, boolean useSSL, boolean useStartTLS, String bindDn, String pwd, int connectTimeout, ApplicationTrustManager trustManager) argument
[all...]
H A DLDAPConnectionConsoleInteraction.java505 // Get the LDAP port.
1341 * Gets the port number name that should be used for connections based on
1344 * @return port number for connections
1351 * Sets the port number name that should be used for connections based on
1354 * @param portNumber port number for connections
1983 * @param port the port to connect to the server.
1989 public void initializeGlobalArguments(String hostName, int port, argument
1999 // resetConnectionArguments does not clear the values for the port
2001 if (port !
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java71 /** The port of the replicationServer. */
121 // Find a free port for the replicationServer
256 private final int port; field in class:AssuredReplicationPluginTest.FakeReplicationServer
288 public FakeReplicationServer(byte groupId, int port, int serverId, boolean assured, argument
293 this.port = port;
305 public FakeReplicationServer(byte groupId, int port, int serverId, int safeDataLevel, argument
309 this.port = port;
349 listenSocket.bind(new InetSocketAddress(port));
[all...]
H A DTopologyViewTest.java338 fail("Enable to find port number in: " + serverStr);
374 + " Domain connected: " + connected + ", connection port: " + rdPort
1242 private String getHostPort(int port) argument
1244 return LOCAL_HOST_NAME + ":" + port;
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java243 * on the information we have ("hostname":"replication port") and
246 * on the information we have ("hostname":"replication port") and
276 * Returns the replication port of this server and -1 if this is not a
278 * @return the replication port of this server and -1 if this is not a
283 int port = -1;
286 port = (Integer)serverProperties.get(
289 return port;
293 * Returns whether the communication with the replication port on the server
295 * @return <CODE>true</CODE> if the communication with the replication port on
341 * port
1587 getServerRepresentation(String hostName, int port) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java242 * on the information we have ("hostname":"replication port") and
245 * on the information we have ("hostname":"replication port") and
275 * Returns the replication port of this server and -1 if this is not a
277 * @return the replication port of this server and -1 if this is not a
282 int port = -1;
285 port = (Integer)serverProperties.get(
288 return port;
292 * Returns whether the communication with the replication port on the server
294 * @return <CODE>true</CODE> if the communication with the replication port on
340 * port
1586 getServerRepresentation(String hostName, int port) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java203 int serverId, int windowSize, int port, int timeout) throws Exception
206 port, timeout, getGenerationId(baseDN));
214 int serverId, int windowSize, int port, int timeout,
217 DomainFakeCfg config = newFakeCfg(baseDN, serverId, port);
219 return openReplicationSession(config, port, timeout, generationId);
223 int port, int timeout, long generationId) throws Exception
228 connect(broker, port, timeout);
232 protected DomainFakeCfg newFakeCfg(final DN baseDN, int serverId, int port) argument
234 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverId, newSortedSet("localhost:" + port));
240 protected void connect(ReplicationBroker broker, int port, in argument
202 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument
213 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout, long generationId) argument
222 openReplicationSession(ReplicationDomainCfg config, int port, int timeout, long generationId) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java107 /** The port of the replicationServer. */
283 private final int port; field in class:AssuredReplicationPluginTest.FakeReplicationServer
319 public FakeReplicationServer(byte groupId, int port, int serverId, boolean assured, argument
324 this.port = port;
336 public FakeReplicationServer(byte groupId, int port, int serverId, int safeDataLevel, argument
340 this.port = port;
378 listenSocket.bind(new InetSocketAddress(port));
381 fail("Fake replication server could not bind to port
[all...]
H A DTopologyViewTest.java300 + " Domain connected: " + connected + ", connection port: " + rdPort
1110 private String getHostPort(int port) argument
1112 return LOCAL_HOST_NAME + ":" + port;
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DServerDescriptor.java243 * on the information we have ("hostname":"replication port") and
246 * on the information we have ("hostname":"replication port") and
276 * Returns the replication port of this server and -1 if this is not a
278 * @return the replication port of this server and -1 if this is not a
283 int port = -1;
286 port = (Integer)serverProperties.get(
289 return port;
293 * Returns whether the communication with the replication port on the server
295 * @return <CODE>true</CODE> if the communication with the replication port on
341 * port
1587 getServerRepresentation(String hostName, int port) argument
[all...]

Completed in 271 milliseconds

<<111213141516171819