Searched defs:port (Results 76 - 100 of 473) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java41 private int port; field in class:AuthenticationData
50 * Sets the server LDAP port.
51 * @param port the server LDAP port.
53 public void setPort(int port) argument
55 this.port = port;
59 * Returns the server LDAP port.
60 * @return the server LDAP port.
64 return port;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DAMSendMail.java55 props.put("mail.smtp.port", SystemProperties.get(Constants.SM_SMTP_PORT, "25"));
153 * @param port The host port to connect to send e-mail
160 String from, String charset, String host, String port,
163 postMail(recipients, subject, message, from, "text/plain", charset, host, port, user, password, ssl);
178 * @param port The host port to connect to send e-mail
185 String from, String mimeType, String charset, String host, String port,
195 moduleProps.put("mail.smtp.port", port);
159 postMail(String recipients[], String subject, String message, String from, String charset, String host, String port, String user, String password, boolean ssl) argument
184 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset, String host, String port, String user, String password, boolean ssl) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/configuration/
H A DSystemProperties.java93 * @param port The service listening port.
102 int port,
106 Integer.toString(port), uri);
98 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
H A DAuthServiceConfigInfo.java52 AuthServiceConfigInfo(String org, String module, String port, argument
57 portNumber = port;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/baseurl/
H A DRequestValuesBaseURLProvider.java54 private String getBaseUrl(String scheme, String host, int port) { argument
55 return scheme + "://" + host + ":" + port;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DAuthenticationData.java40 private int port; field in class:AuthenticationData
49 * Sets the server LDAP port.
50 * @param port the server LDAP port.
52 public void setPort(int port) argument
54 this.port = port;
58 * Returns the server LDAP port.
59 * @return the server LDAP port.
63 return port;
[all...]
/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/
H A DRadiusServiceConfig.java39 * Whether the port should be opened and we should be listening for incoming UDP packet requests. By default we set
45 * The port address on which we should be listening when enabled.
47 private final int port; field in class:RadiusServiceConfig
53 * - The RADIUS Server will only open a port and listen for requests when enabled.
54 * @param port
55 * - The UDP port on which each OpenAM server will listen for RADIUS Access-Request packets
62 public RadiusServiceConfig(boolean isEnabled, int port, ThreadPoolConfig poolCfg, ClientConfig... clientConfigs) { argument
64 this.port = port;
104 * The port t
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/configuration/
H A DISystemProperties.java74 * @param port The service listening port.
83 int port,
79 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri) argument
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/configuration/
H A DSystemProperties.java48 public URL getServiceURL(String serviceName, String protocol, String hostname, int port, argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DFedSystemProperties.java151 * @param port The service listening port.
161 int port,
165 serviceName, protocol, hostname, "" + port, uri);
157 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri ) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DDirectoryRMIServerSocketFactory.java105 * @param port
106 * the port number the socket listens to
113 public ServerSocket createServerSocket(int port) throws IOException argument
115 return new ServerSocket(port, 0, InetAddress.getByName("0.0.0.0"))
123 logger.trace("host/port: %s/%d",
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/snmp/
H A DSNMPConnectionManager.java117 * Gets the Snmp port on which the Connection Handler is listening
129 * Gets the Snmp trap port on which the Connection Handler is
144 * @param port
147 protected SnmpUsmPeer getSnmpV3Peer(int port) argument
158 return new SnmpUsmPeer(engine, host, port);
171 * @param port
174 protected SnmpPeer getSnmpV2Peer(int port) argument
182 return new SnmpPeer(host, port);
236 * Enable SNMP with the port chosen in TestCaseUtils.
252 "ds-cfg-listen-port", Strin
[all...]
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/config/
H A DRadiusServiceConfig.java39 * Whether the port should be opened and we should be listening for incoming UDP packet requests. By default we set
45 * The port address on which we should be listening when enabled.
47 private final int port; field in class:RadiusServiceConfig
53 * - The RADIUS Server will only open a port and listen for requests when enabled.
54 * @param port
55 * - The UDP port on which each OpenAM server will listen for RADIUS Access-Request packets
62 public RadiusServiceConfig(boolean isEnabled, int port, ThreadPoolConfig poolCfg, ClientConfig... clientConfigs) { argument
64 this.port = port;
104 * The port t
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DAMSendMail.java54 props.put("mail.smtp.port", SystemProperties.get(Constants.SM_SMTP_PORT, "25"));
152 * @param port The host port to connect to send e-mail
159 String from, String charset, String host, String port,
162 postMail(recipients, subject, message, from, "text/plain", charset, host, port, user, password, ssl);
177 * @param port The host port to connect to send e-mail
184 String from, String mimeType, String charset, String host, String port,
194 moduleProps.put("mail.smtp.port", port);
158 postMail(String recipients[], String subject, String message, String from, String charset, String host, String port, String user, String password, boolean ssl) argument
183 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset, String host, String port, String user, String password, boolean ssl) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/configuration/
H A DSystemProperties.java95 * @param port The service listening port.
104 int port,
108 Integer.toString(port), uri);
100 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/util/
H A DAuthServiceConfigInfo.java52 AuthServiceConfigInfo(String org, String module, String port, argument
57 portNumber = port;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/baseurl/
H A DRequestValuesBaseURLProvider.java54 private String getBaseUrl(String scheme, String host, int port) { argument
55 return scheme + "://" + host + ":" + port;
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DFedSystemProperties.java151 * @param port The service listening port.
161 int port,
165 serviceName, protocol, hostname, "" + port, uri);
157 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri ) argument
/forgerock/opendj-b2.6/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/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/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/opendj-b2.6/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/opendj-b2.6/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/opendj-b2.6/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

Completed in 70 milliseconds

1234567891011>>