Searched defs:port (Results 101 - 125 of 473) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java38 private int port; field in class:DisableReplicationUserData
65 * Returns the port of the server.
66 * @return the port of the server.
70 return port;
74 * Sets the port of the server.
75 * @param port the port of the server.
77 public void setPort(int port) argument
79 this.port = port;
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java54 * @param args SNMP version + SNMP agent host + SNMP agent port + community
68 " -p <port>" +
91 port = new Integer(val).intValue();
180 final SnmpPeer agent = new SnmpPeer(remoteHost, port);
237 final SnmpUsmPeer agentV3 = new SnmpUsmPeer(engine, remoteHost, port);
356 "\" at port \"" + port + "\".");
571 int port = 0; field in class:SNMPGet
H A DSNMPTrapListener.java89 * @param args SNMP agent version + SNMP agent host + SNMP agent port
102 " -p <port>" +
116 port = new Integer(val).intValue();
155 SnmpEventReportDispatcher trapAgent = new SnmpEventReportDispatcher(port);
162 "run() of SNMPTrapListener: Listen traps on port " + port);
264 int port = 0; field in class:SNMPTrapListener
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DJNDIDirContextAdaptor.java86 * @param port
87 * The port.
102 public static JNDIDirContextAdaptor simpleBind(String host, int port, argument
110 env.put(Context.PROVIDER_URL, "ldap://" + hostname + ":" + port);
137 * @param port
138 * The port.
153 public static JNDIDirContextAdaptor simpleSSLBind(String host, int port, argument
160 env.put(Context.PROVIDER_URL, "ldaps://" + hostname + ":" + port);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java39 private int port; field in class:DisableReplicationUserData
66 * Returns the port of the server.
67 * @return the port of the server.
71 return port;
75 * Sets the port of the server.
76 * @param port the port of the server.
78 public void setPort(int port) argument
80 this.port = port;
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java43 private int port; field in class:UserDataCertificateException
71 * @param port the port we tried to connect to.
77 Throwable t, String host, int port, X509Certificate[] chain,
82 this.port = port;
98 * Returns the port we tried to connect to when this exception was generated.
99 * @return the port we tried to connect to when this exception was generated.
103 return port;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java55 * @param args SNMP version + SNMP agent host + SNMP agent port + community
69 " -p <port>" +
92 port = new Integer(val).intValue();
181 final SnmpPeer agent = new SnmpPeer(remoteHost, port);
238 final SnmpUsmPeer agentV3 = new SnmpUsmPeer(engine, remoteHost, port);
357 "\" at port \"" + port + "\".");
572 int port = 0; field in class:SNMPGet
H A DSNMPTrapListener.java90 * @param args SNMP agent version + SNMP agent host + SNMP agent port
103 " -p <port>" +
117 port = new Integer(val).intValue();
156 SnmpEventReportDispatcher trapAgent = new SnmpEventReportDispatcher(port);
163 "run() of SNMPTrapListener: Listen traps on port " + port);
265 int port = 0; field in class:SNMPTrapListener
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java55 * @param args SNMP version + SNMP agent host + SNMP agent port + community
69 " -p <port>" +
92 port = new Integer(val).intValue();
181 final SnmpPeer agent = new SnmpPeer(remoteHost, port);
238 final SnmpUsmPeer agentV3 = new SnmpUsmPeer(engine, remoteHost, port);
357 "\" at port \"" + port + "\".");
572 int port = 0; field in class:SNMPGet
H A DSNMPTrapListener.java90 * @param args SNMP agent version + SNMP agent host + SNMP agent port
103 " -p <port>" +
117 port = new Integer(val).intValue();
156 SnmpEventReportDispatcher trapAgent = new SnmpEventReportDispatcher(port);
163 "run() of SNMPTrapListener: Listen traps on port " + port);
265 int port = 0; field in class:SNMPTrapListener
/forgerock/opendj2-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java54 * @param args SNMP version + SNMP agent host + SNMP agent port + community
68 " -p <port>" +
91 port = new Integer(val).intValue();
180 final SnmpPeer agent = new SnmpPeer(remoteHost, port);
237 final SnmpUsmPeer agentV3 = new SnmpUsmPeer(engine, remoteHost, port);
356 "\" at port \"" + port + "\".");
571 int port = 0; field in class:SNMPGet
H A DSNMPTrapListener.java89 * @param args SNMP agent version + SNMP agent host + SNMP agent port
102 " -p <port>" +
116 port = new Integer(val).intValue();
155 SnmpEventReportDispatcher trapAgent = new SnmpEventReportDispatcher(port);
162 "run() of SNMPTrapListener: Listen traps on port " + port);
264 int port = 0; field in class:SNMPTrapListener
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java39 private int port; field in class:DisableReplicationUserData
66 * Returns the port of the server.
67 * @return the port of the server.
71 return port;
75 * Sets the port of the server.
76 * @param port the port of the server.
78 public void setPort(int port) argument
80 this.port = port;
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java42 private int port; field in class:UserDataCertificateException
70 * @param port the port we tried to connect to.
76 Throwable t, String host, int port, X509Certificate[] chain,
81 this.port = port;
97 * Returns the port we tried to connect to when this exception was generated.
98 * @return the port we tried to connect to when this exception was generated.
102 return port;
75 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DJNDIDirContextAdaptor.java85 * @param port
86 * The port.
101 public static JNDIDirContextAdaptor simpleBind(String host, int port, argument
109 env.put(Context.PROVIDER_URL, "ldap://" + hostname + ":" + port);
136 * @param port
137 * The port.
152 public static JNDIDirContextAdaptor simpleSSLBind(String host, int port, argument
159 env.put(Context.PROVIDER_URL, "ldaps://" + hostname + ":" + port);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DDisableReplicationUserData.java38 private int port; field in class:DisableReplicationUserData
65 * Returns the port of the server.
66 * @return the port of the server.
70 return port;
74 * Sets the port of the server.
75 * @param port the port of the server.
77 public void setPort(int port) argument
79 this.port = port;
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java43 private int port; field in class:UserDataCertificateException
71 * @param port the port we tried to connect to.
77 Throwable t, String host, int port, X509Certificate[] chain,
82 this.port = port;
98 * Returns the port we tried to connect to when this exception was generated.
99 * @return the port we tried to connect to when this exception was generated.
103 return port;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DJNDIDirContextAdaptor.java86 * @param port
87 * The port.
102 public static JNDIDirContextAdaptor simpleBind(String host, int port, argument
110 env.put(Context.PROVIDER_URL, "ldap://" + hostname + ":" + port);
137 * @param port
138 * The port.
153 public static JNDIDirContextAdaptor simpleSSLBind(String host, int port, argument
160 env.put(Context.PROVIDER_URL, "ldaps://" + hostname + ":" + port);
/forgerock/openam-v13/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-v13/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DUserDataCertificateException.java43 private int port; field in class:UserDataCertificateException
71 * @param port the port we tried to connect to.
77 Throwable t, String host, int port, X509Certificate[] chain,
82 this.port = port;
98 * Returns the port we tried to connect to when this exception was generated.
99 * @return the port we tried to connect to when this exception was generated.
103 return port;
76 UserDataCertificateException(WizardStep step, LocalizableMessage message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/openam-v13/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/openam-v13/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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/configuration/
H A DFedLibSystemProperties.java170 * @param port The service listening port.
179 int port,
183 serviceName, protocol, hostname, port, uri);
175 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri ) argument
/forgerock/openam-v13/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

Completed in 90 milliseconds

1234567891011>>