Searched refs:hostName (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/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;
H A DEnableReplicationUserData.java39 private String hostName; field in class:EnableReplicationUserData.EnableReplicationServerData
55 return hostName;
61 * @param hostName
64 void setHostName(String hostName) argument
66 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/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/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/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/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DHostPortTest.java72 final String hostName = IPV6_ADDRESS;
73 final String serverURL = "[" + hostName + "]:389";
75 assertThat(hp.getHost()).isEqualTo(hostName);
83 final String hostName = IPV6_ADDRESS;
84 final HostPort hp = HostPort.valueOf(hostName + ":389");
85 assertThat(hp.getHost()).isEqualTo(hostName);
87 assertThat(hp.toString()).isEqualTo("[" + hostName + "]:389");
93 final String hostName = IPV6_ADDRESS;
94 final HostPort hp1 = HostPort.valueOf("[" + hostName + "]:389");
95 final HostPort hp2 = new HostPort(hostName, 38
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DHostPortTest.java72 final String hostName = IPV6_ADDRESS;
73 final String serverURL = "[" + hostName + "]:389";
75 assertThat(hp.getHost()).isEqualTo(hostName);
83 final String hostName = IPV6_ADDRESS;
84 final HostPort hp = HostPort.valueOf(hostName + ":389");
85 assertThat(hp.getHost()).isEqualTo(hostName);
87 assertThat(hp.toString()).isEqualTo("[" + hostName + "]:389");
93 final String hostName = IPV6_ADDRESS;
94 final HostPort hp1 = HostPort.valueOf("[" + hostName + "]:389");
95 final HostPort hp2 = new HostPort(hostName, 38
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DHostPortTest.java72 final String hostName = IPV6_ADDRESS;
73 final String serverURL = "[" + hostName + "]:389";
75 assertThat(hp.getHost()).isEqualTo(hostName);
83 final String hostName = IPV6_ADDRESS;
84 final HostPort hp = HostPort.valueOf(hostName + ":389");
85 assertThat(hp.getHost()).isEqualTo(hostName);
87 assertThat(hp.toString()).isEqualTo("[" + hostName + "]:389");
93 final String hostName = IPV6_ADDRESS;
94 final HostPort hp1 = HostPort.valueOf("[" + hostName + "]:389");
95 final HostPort hp2 = new HostPort(hostName, 38
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/s1is/
H A DLogSSOTokenDetails.java67 String hostName = null;
77 hostName = ssoToken.getHostName();
78 lr.addLogInfo(LogConstants.HOST_NAME, hostName);
96 if ((hostName == null) ||
97 ((ipAddress != null) && (ipAddress.equals(hostName))))
99 hostName = ipAddr.getHostName();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/s1is/
H A DLogSSOTokenDetails.java67 String hostName = null;
77 hostName = ssoToken.getHostName();
78 lr.addLogInfo(LogConstants.HOST_NAME, hostName);
96 if ((hostName == null) ||
97 ((ipAddress != null) && (ipAddress.equals(hostName))))
99 hostName = ipAddr.getHostName();

Completed in 42 milliseconds

1234567891011>>