Searched defs:hostName (Results 1 - 25 of 127) sorted by relevance

123456

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private String hostName; field in class:MonoServerReplicationUserData
47 return hostName;
52 * @param hostName the host name of the server.
54 public void setHostName(String hostName) argument
56 this.hostName = hostName;
H A DDisableReplicationUserData.java38 private String hostName; field in class:DisableReplicationUserData
53 return hostName;
58 * @param hostName the host name of the server.
60 public void setHostName(String hostName) argument
62 this.hostName = hostName;
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java35 private String hostName; field in class:MonoServerReplicationUserData
46 return hostName;
51 * @param hostName the host name of the server.
53 public void setHostName(String hostName) argument
55 this.hostName = hostName;
H A DDisableReplicationUserData.java37 private String hostName; field in class:DisableReplicationUserData
52 return hostName;
57 * @param hostName the host name of the server.
59 public void setHostName(String hostName) argument
61 this.hostName = hostName;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private String hostName; field in class:MonoServerReplicationUserData
47 return hostName;
52 * @param hostName the host name of the server.
54 public void setHostName(String hostName) argument
56 this.hostName = hostName;
H A DDisableReplicationUserData.java38 private String hostName; field in class:DisableReplicationUserData
53 return hostName;
58 * @param hostName the host name of the server.
60 public void setHostName(String hostName) argument
62 this.hostName = hostName;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private String hostName; field in class:MonoServerReplicationUserData
47 return hostName;
52 * @param hostName the host name of the server.
54 public void setHostName(String hostName) argument
56 this.hostName = hostName;
H A DDisableReplicationUserData.java38 private String hostName; field in class:DisableReplicationUserData
53 return hostName;
58 * @param hostName the host name of the server.
60 public void setHostName(String hostName) argument
62 this.hostName = hostName;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java35 private String hostName; field in class:MonoServerReplicationUserData
46 return hostName;
51 * @param hostName the host name of the server.
53 public void setHostName(String hostName) argument
55 this.hostName = hostName;
H A DDisableReplicationUserData.java37 private String hostName; field in class:DisableReplicationUserData
52 return hostName;
57 * @param hostName the host name of the server.
59 public void setHostName(String hostName) argument
61 this.hostName = hostName;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java35 private String hostName; field in class:MonoServerReplicationUserData
46 return hostName;
51 * @param hostName the host name of the server.
53 public void setHostName(String hostName) argument
55 this.hostName = hostName;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java38 private String hostName; field in class:AuthenticationData
108 return hostName;
113 * @param hostName the host name to connect to.
115 public void setHostName(String hostName) argument
117 this.hostName = hostName;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java39 private String hostName; field in class:AuthenticationData
109 return hostName;
114 * @param hostName the host name to connect to.
116 public void setHostName(String hostName) argument
118 this.hostName = hostName;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java39 private String hostName; field in class:AuthenticationData
109 return hostName;
114 * @param hostName the host name to connect to.
116 public void setHostName(String hostName) argument
118 this.hostName = hostName;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java38 private String hostName; field in class:AuthenticationData
108 return hostName;
113 * @param hostName the host name to connect to.
115 public void setHostName(String hostName) argument
117 this.hostName = hostName;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DAuthenticationData.java39 private String hostName; field in class:AuthenticationData
109 return hostName;
114 * @param hostName the host name to connect to.
116 public void setHostName(String hostName) argument
118 this.hostName = hostName;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DWizard.java59 private String hostName = getHostName(); field in class:Wizard
67 AMSetupUtils.getFirstUnusedPort(hostName, 50389, 1000));
69 AMSetupUtils.getFirstUnusedPort(hostName, 4444, 1000));
71 AMSetupUtils.getFirstUnusedPort(hostName, 1689, 1000));
122 tmp = getAttribute("configStoreHost", hostName);
174 tmp = getAttribute("configStoreHost", hostName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DAuthenticationData.java38 private String hostName; field in class:AuthenticationData
108 return hostName;
113 * @param hostName the host name to connect to.
115 public void setHostName(String hostName) argument
117 this.hostName = hostName;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAdministrationDataSync.java149 String hostName;
152 hostName = InetAddress.getLocalHost().getCanonicalHostName();
167 Entry entry = findSameHostAndPort(op.getSearchEntries(), hostName, ldapPort, ldapsPortEnable, ldapsPort);
183 String hostName, String ldapPort, boolean ldapsPortEnable, String ldapsPort)
191 if (currentIPAddress.equals(hostName))
182 findSameHostAndPort(LinkedList<SearchResultEntry> searchResultEntries, String hostName, String ldapPort, boolean ldapsPortEnable, String ldapsPort) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DWizard.java61 private String hostName = getHostName(); field in class:Wizard
69 AMSetupUtils.getFirstUnusedPort(hostName, 50389, 1000));
71 AMSetupUtils.getFirstUnusedPort(hostName, 4444, 1000));
73 AMSetupUtils.getFirstUnusedPort(hostName, 1689, 1000));
124 tmp = getAttribute("configStoreHost", hostName);
176 tmp = getAttribute("configStoreHost", hostName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/pojos/
H A DLDAPStore.java38 private String hostName; field in class:LDAPStore
56 return hostName;
59 public void setHostName( String hostName ) {
60 this.hostName = hostName;
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/policy/
H A DIAmWebPolicy.java43 String resource, String action, String ipAddress, String hostName,
42 checkPolicyForResource(SSOToken ssoToken, String resource, String action, String ipAddress, String hostName, HttpServletRequest request) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/pojos/
H A DLDAPStore.java38 private String hostName; field in class:LDAPStore
56 return hostName;
59 public void setHostName( String hostName ) {
60 this.hostName = hostName;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnection.java80 private String hostName = null; field in class:LDAPConnection
119 this.hostName = host;
316 ldapReader, ldapWriter, hostName, nextMessageID);
523 * Creates a socket using the hostName and portNumber encapsulated in the
541 for (InetAddress inetAddress : InetAddress.getAllByName(hostName))
582 * Creates an SSL socket using the hostName and portNumber encapsulated in the
601 for (InetAddress inetAddress : InetAddress.getAllByName(hostName))
642 * Creates an SSL socket or a normal/basic socket using the hostName and
673 return sslConnectionFactory.createSocket(startTLSSocket, hostName,
H A DSSLConnectionFactory.java149 * @param hostName The address of the system to which the connection
162 public Socket createSocket(String hostName, int portNumber) argument
170 return sslSocketFactory.createSocket(hostName, portNumber);
204 * @param hostName The address of the system to which the connection
219 public Socket createSocket(Socket s, String hostName, int portNumber, argument
229 return sslSocketFactory.createSocket(s, hostName, portNumber, autoClose);

Completed in 121 milliseconds

123456