Searched refs:host (Results 1 - 25 of 602) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUSServer.java33 * The remote radius host.
35 private String host; field in class:RADIUSServer
43 * @param host the remote host.
46 public RADIUSServer(String host, int port) { argument
47 this.host = host;
52 * Returns the host.
53 * @return the host.
56 return host;
[all...]
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUSServer.java33 * The remote radius host.
35 private String host; field in class:RADIUSServer
43 * @param host the remote host.
46 public RADIUSServer(String host, int port) { argument
47 this.host = host;
52 * Returns the host.
53 * @return the host.
56 return host;
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java31 public String host; field in class:Server
34 public Server (String host, int port) { argument
35 this.host=host;
41 this.host=st.nextToken();
46 return (host + ":" + port);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java30 public String host; field in class:Server
33 public Server (String host, int port) { argument
34 this.host=host;
40 this.host=st.nextToken();
45 return (host + ":" + port);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java31 public String host; field in class:Server
34 public Server (String host, int port) { argument
35 this.host=host;
41 this.host=st.nextToken();
46 return (host + ":" + port);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java31 public String host; field in class:Server
34 public Server (String host, int port) { argument
35 this.host=host;
41 this.host=st.nextToken();
46 return (host + ":" + port);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java30 public String host; field in class:Server
33 public Server (String host, int port) { argument
34 this.host=host;
40 this.host=st.nextToken();
45 return (host + ":" + port);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DHostPort.java42 // The host for this object.
43 private final String host; field in class:HostPort
52 * number but no host.
58 this.host = null;
66 * number but no explicit host.
68 * @param host The host address or name for this {@code HostPort}
72 public HostPort(String host, int port) argument
74 this.host = host;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DHostPort.java42 // The host for this object.
43 private final String host; field in class:HostPort
52 * number but no host.
58 this.host = null;
66 * number but no explicit host.
68 * @param host The host address or name for this {@code HostPort}
72 public HostPort(String host, int port) argument
74 this.host = host;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DHostPort.java42 // The host for this object.
43 private final String host; field in class:HostPort
52 * number but no host.
58 this.host = null;
66 * number but no explicit host.
68 * @param host The host address or name for this {@code HostPort}
72 public HostPort(String host, int port) argument
74 this.host = host;
[all...]
/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>
31 private final String host; field in class:LDAPURL
35 private LDAPURL(String host, int port, Boolean isSSL) { argument
36 this.host = host;
51 * Gets the host from the LDAP URL.
53 * @return The host.
56 return host;
77 * <li>scheme://host
124 valueOf(String host, int port) argument
136 valueOf(String host, int port, Boolean isSSL) argument
[all...]
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPURL.java22 * <li>scheme://host:port</li>
23 * <li>host:port</li>
31 private final String host; field in class:LDAPURL
35 private LDAPURL(String host, int port, Boolean isSSL) { argument
36 this.host = host;
51 * Gets the host from the LDAP URL.
53 * @return The host.
56 return host;
77 * <li>scheme://host
124 valueOf(String host, int port) argument
136 valueOf(String host, int port, Boolean isSSL) argument
[all...]
/forgerock/opendj2/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java50 public Socket makeSocket(String host, int port); argument
/forgerock/opendj-b2.6/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java51 public Socket makeSocket(String host, int port); argument
/forgerock/opendj2.6.2/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java51 public Socket makeSocket(String host, int port); argument
/forgerock/opendj2-hg/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java50 public Socket makeSocket(String host, int port); argument
/forgerock/opendj2-jel-hg/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java51 public Socket makeSocket(String host, int port); argument
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/util/
H A DURLHelper.js33 var replacedUrl = url.replace("__api__", Constants.host + "/" + Constants.context + "/json")
34 .replace("__host__", Constants.host)
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/delegates/
H A DAuditDelegate.js25 var obj = new AbstractDelegate(constants.host + "/openidm/audit/");
H A DClusterDelegate.js25 var obj = new AbstractDelegate(constants.host + "/openidm");
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/delegates/
H A DInfoDelegate.js24 var obj = new AbstractDelegate(constants.host + "/openidm/info/");
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java41 private String host; field in class:UserDataCertificateException
56 * The certificate's subject DN's value and the host name we tried to
69 * @param host the host we tried to connect to.
76 Throwable t, String host, int port, X509Certificate[] chain,
80 this.host = host;
88 * Returns the host we tried to connect to when this exception was generated.
89 * @return the host we tried to connect to when this exception was generated.
93 return host;
75 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java42 private String host; field in class:UserDataCertificateException
57 * The certificate's subject DN's value and the host name we tried to
70 * @param host the host we tried to connect to.
77 Throwable t, String host, int port, X509Certificate[] chain,
81 this.host = host;
89 * Returns the host we tried to connect to when this exception was generated.
90 * @return the host we tried to connect to when this exception was generated.
94 return host;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java42 private String host; field in class:UserDataCertificateException
57 * The certificate's subject DN's value and the host name we tried to
70 * @param host the host we tried to connect to.
77 Throwable t, String host, int port, X509Certificate[] chain,
81 this.host = host;
89 * Returns the host we tried to connect to when this exception was generated.
90 * @return the host we tried to connect to when this exception was generated.
94 return host;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java41 private String host; field in class:UserDataCertificateException
56 * The certificate's subject DN's value and the host name we tried to
69 * @param host the host we tried to connect to.
76 Throwable t, String host, int port, X509Certificate[] chain,
80 this.host = host;
88 * Returns the host we tried to connect to when this exception was generated.
89 * @return the host we tried to connect to when this exception was generated.
93 return host;
75 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
[all...]

Completed in 476 milliseconds

1234567891011>>