Searched defs:deployURI (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DServicesDefaultValues.java516 * @param deployURI Deploy URI.
519 public static void setDeployURI(String deployURI, Map map) { argument
520 map.put(SetupConstants.CONFIG_VAR_PRODUCT_NAME, deployURI);
521 map.put(SetupConstants.CONFIG_VAR_OLD_CONSOLE_URI, deployURI);
522 map.put(SetupConstants.CONFIG_VAR_CONSOLE_URI, deployURI);
523 map.put(SetupConstants.CONFIG_VAR_SERVER_URI, deployURI);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DServicesDefaultValues.java467 * @param deployURI Deploy URI.
470 public static void setDeployURI(String deployURI, Map map) { argument
471 map.put(SetupConstants.CONFIG_VAR_PRODUCT_NAME, deployURI);
472 map.put(SetupConstants.CONFIG_VAR_OLD_CONSOLE_URI, deployURI);
473 map.put(SetupConstants.CONFIG_VAR_CONSOLE_URI, deployURI);
474 map.put(SetupConstants.CONFIG_VAR_SERVER_URI, deployURI);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java181 private static String deployURI = null; field in class:UpgradeUtils
1950 * deployURI.
1959 String deployURI = (String) configTags.get("DEPLOY_URI");
1960 if (serverName !=null && !serverName.endsWith(deployURI)){
1961 return serverName + "/" + deployURI;
2101 deployURI = uri;
2108 if (deployURI == null) {
2109 deployURI = (String) configTags.get("DEPLOY_URI");
2111 return (deployURI);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java181 private static String deployURI = null; field in class:UpgradeUtils
1950 * deployURI.
1959 String deployURI = (String) configTags.get("DEPLOY_URI");
1960 if (serverName !=null && !serverName.endsWith(deployURI)){
1961 return serverName + "/" + deployURI;
2101 deployURI = uri;
2108 if (deployURI == null) {
2109 deployURI = (String) configTags.get("DEPLOY_URI");
2111 return (deployURI);

Completed in 229 milliseconds