Searched defs:serverHost (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java43 String serverHost; field in class:NumSubordinateHacker
53 serverHost = "not-initialized";
69 boolean isInServer = serverHost.equalsIgnoreCase(
107 serverHost.equalsIgnoreCase(String.valueOf(url.getHost())) &&
137 * @param serverHost the name of the host where the server is installed.
142 String serverHost,
155 this.serverHost = serverHost;
140 update(Collection<DN> allSuffixes, Collection<DN> rootSuffixes, String serverHost, int serverPort) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java42 String serverHost; field in class:NumSubordinateHacker
52 serverHost = "not-initialized";
68 boolean isInServer = serverHost.equalsIgnoreCase(
106 serverHost.equalsIgnoreCase(String.valueOf(url.getHost())) &&
136 * @param serverHost the name of the host where the server is installed.
141 String serverHost,
154 this.serverHost = serverHost;
139 update(Collection<DN> allSuffixes, Collection<DN> rootSuffixes, String serverHost, int serverPort) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java43 String serverHost; field in class:NumSubordinateHacker
53 serverHost = "not-initialized";
69 boolean isInServer = serverHost.equalsIgnoreCase(
107 serverHost.equalsIgnoreCase(String.valueOf(url.getHost())) &&
137 * @param serverHost the name of the host where the server is installed.
142 String serverHost,
155 this.serverHost = serverHost;
140 update(Collection<DN> allSuffixes, Collection<DN> rootSuffixes, String serverHost, int serverPort) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java42 String serverHost; field in class:NumSubordinateHacker
52 serverHost = "not-initialized";
68 boolean isInServer = serverHost.equalsIgnoreCase(
106 serverHost.equalsIgnoreCase(String.valueOf(url.getHost())) &&
136 * @param serverHost the name of the host where the server is installed.
141 String serverHost,
154 this.serverHost = serverHost;
139 update(Collection<DN> allSuffixes, Collection<DN> rootSuffixes, String serverHost, int serverPort) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java43 String serverHost; field in class:NumSubordinateHacker
53 serverHost = "not-initialized";
69 boolean isInServer = serverHost.equalsIgnoreCase(
107 serverHost.equalsIgnoreCase(String.valueOf(url.getHost())) &&
137 * @param serverHost the name of the host where the server is installed.
142 String serverHost,
155 this.serverHost = serverHost;
140 update(Collection<DN> allSuffixes, Collection<DN> rootSuffixes, String serverHost, int serverPort) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DNumSubordinateHacker.java38 private String serverHost = "not-initialized"; field in class:NumSubordinateHacker
65 boolean isInServer = serverHost.equalsIgnoreCase(url.getHost()) && serverPort == url.getPort();
86 * @param serverHost the name of the host where the server is installed.
91 String serverHost,
104 this.serverHost = serverHost;
89 update(Collection<DN> allSuffixes, Collection<DN> rootSuffixes, String serverHost, int serverPort) argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMSystemConfig.java72 public static String serverHost = SystemProperties.get( field in class:AMSystemConfig
84 public static String serverURL = serverProtocol + "://" + serverHost + ":"
109 URL url = new URL(serverProtocol + "://" + serverHost + ":" +
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMSystemConfig.java72 public static String serverHost = SystemProperties.get( field in class:AMSystemConfig
84 public static String serverURL = serverProtocol + "://" + serverHost + ":"
109 URL url = new URL(serverProtocol + "://" + serverHost + ":" +
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java67 private String serverHost; field in class:MSISDNValidation
141 serverHost = CollectionHelper.getServerMapAttr(options, LDAP_URL);
147 if (serverHost == null) {
153 int index = serverHost.indexOf(':');
155 port = serverHost.substring(index+1);
157 serverHost = serverHost.substring(0, index);
169 debug.message("\n ldapProviderUrl="+ serverHost +
174 "\n\t serverHost =" + serverHost
[all...]
H A DMSISDN.java83 private String serverHost; field in class:MSISDN
378 serverHost = null;
/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java322 * @param serverHost
331 String serverHost, int serverPort,
340 (serverHost, serverPort);
330 setLdapStoreParam( String serverHost, int serverPort, String principleUser, String principlePasswd, String startSearchLoc, String uriParamsCRL, boolean isSSL) argument
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java67 private String serverHost; field in class:MSISDNValidation
141 serverHost = CollectionHelper.getServerMapAttr(options, LDAP_URL);
147 if (serverHost == null) {
153 int index = serverHost.indexOf(':');
155 port = serverHost.substring(index+1);
157 serverHost = serverHost.substring(0, index);
169 debug.message("\n ldapProviderUrl="+ serverHost +
174 "\n\t serverHost =" + serverHost
[all...]
H A DMSISDN.java83 private String serverHost; field in class:MSISDN
378 serverHost = null;
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java322 * @param serverHost
331 String serverHost, int serverPort,
340 (serverHost, serverPort);
330 setLdapStoreParam( String serverHost, int serverPort, String principleUser, String principlePasswd, String startSearchLoc, String uriParamsCRL, boolean isSSL) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java85 private static final String serverHost = SystemPropertiesManager.get( field in class:CramMD5MechanismHandler
394 sb.append(serverHost).append(">");
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java88 private static final String serverHost = SystemPropertiesManager.get( field in class:CramMD5MechanismHandler
397 sb.append(serverHost).append(">");
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java226 private String serverHost; field in class:HTTPClientConnection
357 return serverHost;
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java225 private String serverHost; field in class:HTTPClientConnection
356 return serverHost;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java226 private String serverHost; field in class:HTTPClientConnection
357 return serverHost;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java226 private String serverHost; field in class:HTTPClientConnection
357 return serverHost;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java225 private String serverHost; field in class:HTTPClientConnection
356 return serverHost;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java78 private static String serverHost = null; field in class:SAMLServiceManager
471 return serverHost;
751 serverHost = SystemConfigurationUtil.getProperty(
758 serverProtocol + "://" + serverHost + ":" + serverPort;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPClientConnection.java236 private String serverHost; field in class:HTTPClientConnection
370 return serverHost;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java78 private static String serverHost = null; field in class:SAMLServiceManager
471 return serverHost;
751 serverHost = SystemConfigurationUtil.getProperty(
758 serverProtocol + "://" + serverHost + ":" + serverPort;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java164 private static String serverHost = field in class:SAML2Utils
1565 serverProtocol, serverHost, intServerPort, serverUri);
1629 serverProtocol, serverHost, intServerPort, serverUri);
1655 serverHost, intServerPort, serverUri);

Completed in 125 milliseconds

12