Searched defs:port (Results 226 - 250 of 473) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DInstallDSArgumentParser.java64 * a given port is free) nor the validity of the certificate information
513 * user provided the same port for different protocols).
543 private void checkPortAlreadyUsed(Set<Integer> ports, int port, Collection<LocalizableMessage> errorMessages, argument
546 if (ports.contains(port))
548 errorMessages.add(errorMsg.get(port));
552 ports.add(port);
623 * open the keystores or to check that the LDAPS port is in use).
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DSetupUtils.java248 * Returns {@code true} if the provided port is free and we can use it,
252 * @param port the port we are analyzing.
253 * @return {@code true} if the provided port is free and we can use it,
256 public static boolean canUseAsPort(String hostname, int port) argument
265 socketAddress = new InetSocketAddress(hostname, port);
269 socketAddress = new InetSocketAddress(port);
282 * socket there is already someone listening to the port (is the case
327 * Returns {@code true} if the provided port is free and we can use it,
329 * @param port th
333 canUseAsPort(int port) argument
345 isPrivilegedPort(int port) argument
[all...]
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/
H A DReplicationConfiguration.java35 /** Default port number for the replication port. */
59 * Returns the replication port.
61 * @return The replication port.
68 * Sets the port used in replication.
70 * @param port
71 * The replication port.
73 public void setReplicationPort(int port) { argument
74 replicationPort = port;
116 * Returns the host port
[all...]
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DHttpRemoteJsonResource.java453 * Sets the port.
455 * @param port the port
457 public void setPort(int port) { argument
458 baseReference.setHostPort(port);
/forgerock/web-agents-v4/source/
H A Dpolicy.c235 * 1 <- the ':' before a port number if it exists
275 * Normalise the resource pattern by adding the default port for the protocol if it is unspecified.
278 * @return if the port can be derived, an allocated string with the noralised pattern, else NULL
281 unsigned port = 0; local
287 // do we have a wildcard intended to include the port?
291 // determine default port for the protocol
294 port = 80;
296 port = 443;
300 if (port) {
301 // reconstruct URL with the default port
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java104 public Socket createSocket(String host, int port) throws IOException, argument
107 return factory.createSocket(host, port);
120 public Socket createSocket(Socket s, String host, int port, argument
123 return factory.createSocket(s, host, port, autoClose);
126 public Socket createSocket(String host, int port, InetAddress localHost, argument
129 return factory.createSocket(host, port, localHost, localPort);
132 public Socket createSocket(InetAddress host, int port) throws IOException argument
134 return factory.createSocket(host, port);
137 public Socket createSocket(InetAddress address, int port, argument
140 return factory.createSocket(address, port, localAddres
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DReplServerFakeConfiguration.java46 private int port; field in class:ReplServerFakeConfiguration
75 int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize, SortedSet<String> servers)
77 this.port = port;
116 int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize,
119 this(port, dirName, purgeDelay, serverId, queueSize, windowSize, servers);
127 int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize,
130 this(port, dirName, purgeDelay, serverId, queueSize, windowSize,
157 return port;
74 ReplServerFakeConfiguration( int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize, SortedSet<String> servers) argument
115 ReplServerFakeConfiguration( int port, String dirName, int purgeDelay, int serverId, int queueSize, int windowSize, SortedSet<String> servers, int groupId, long assuredTimeout, int degradedStatusThreshold) argument
126 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/openam/openam-shared/src/main/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceName.java30 * names in <code>canonicalize</code> method like validating port, assigning default port of
31 * 80, if port absent etc.
73 * Specific comparison for URLs, where a wildcard in the host/port should not match any of the path.
80 * @return If a wildcard is in the host/port, separately compares the path/query and scheme/host/port, returning
81 * NO_MATCH if any don't match. Otherwise returns the match of the port/path/query.
109 return noMatch; //subResource of scheme/host/port isn't appropriate
112 if (firstSlash >= 0 && firstSlash < firstColon) { //no port, or : is part of the path
116 if (firstSlash >= 0 && firstSlash > firstColon) { //port, wildcar
421 validatePort(String port) argument
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java74 will be null, and the customWsdlLocation, and custom port and service QNames set, and when the deployment-wsdl-location
75 is not set to CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR, then the deployment-service-name and deployment-service-port values
114 * @param port the QName of the wsdl portQName
117 public T portQName(QName port) { argument
118 this.portQName = port;
124 * @param port the to-be-exposed portQName in the custom wsdl
127 public T customPortQName(QName port) { argument
128 this.customPortQName = port;
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMLDAPCertStoreParameters.java49 * @param port
51 public AMLDAPCertStoreParameters(String server, int port) { argument
53 serverPort = port;
77 * Get port number
154 * Set ldap port is secure
161 * Get ldap port is secure
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DAddAMSDKIdRepoPlugin.java262 String port = Integer.toString(dsEntry.port);
263 defaultGroup.addHost(name, host, port, type);
405 return new LDAPConnectionFactory(ds.host, ds.port, options);
411 int port; field in class:AddAMSDKIdRepoPlugin.DSEntry
428 port = 389;
432 port = Integer.parseInt(dshost.substring(portIndex + 1));
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateMetaDataTemplate.java101 private String port; field in class:CreateMetaDataTemplate
270 port = "" + url.getDefaultPort();
272 port = "" + iPort;
286 port = SystemPropertiesManager.get(Constants.AM_SERVER_PORT);
293 port = SystemPropertiesManager.get(Constants.AM_SERVER_PORT);
485 if (port == null) {
487 "create-meta-template-exception-port-not-found"),
565 protocol + "://" + host + ":" + port + deploymentURI);
612 protocol + "://" + host + ":" + port + deploymentURI);
691 protocol + "://" + host + ":" + port
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java205 * Constructor for DPro to provide hostname and port for LDAP
209 int port) throws LoginException {
210 this(LoginContext.LDAP_AUTH_URL + hostname + ":" + port, principal,
208 AuthContext(Principal principal, char[] password, String hostname, int port) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java166 protected Connection getConnection(String host, int port, String bindDN, char[] bindPwd, int timeout, boolean isSSl) argument
178 ConnectionFactory factory = new LDAPConnectionFactory(host, port, ldapOptions);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationUtil.java201 * @param port The service listening port.
210 int port,
239 (!validate(protocol, hostname, port, uri))) {
256 if ((idx =url.indexOf("%port")) != -1) {
257 url = url.substring(0,idx) + port +
258 url.substring(idx + "%port".length(), url.length());
282 * @param port The service listening port of the server instance.
291 int port,
206 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri ) argument
288 getServerID( String protocol, String hostname, int port, String uri ) argument
482 validate( String protocol, String host, int port, String uri ) argument
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-swing.jar ... String proxy private String user private String password private String port private int showDuration private boolean useProxy private String progressRegExp private ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-swing.jar ... String proxy private String user private String password private String port private int showDuration private boolean useProxy private String progressRegExp private ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-swing.jar ... String proxy private String user private String password private String port private int showDuration private boolean useProxy private String progressRegExp private ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-swing.jar ... String proxy private String user private String password private String port private int showDuration private boolean useProxy private String progressRegExp private ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-swing.jar ... String proxy private String user private String password private String port private int showDuration private boolean useProxy private String progressRegExp private ...
/forgerock/opendj-b2.6/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/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/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/opendj-b2.6/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/opendj-b2.6/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...]

Completed in 88 milliseconds

1234567891011>>