Searched refs:deployURI (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/util/
H A DOAuthProperties.java71 String deployURI = SystemPropertiesManager.get(
82 if ((deployURI != null) && (deployURI.trim().length() > 0)) {
83 if (!deployURI.startsWith("/")) {
86 openssoURL += deployURI;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep2.java90 String deployURI = getContext().getServletContext().getContextPath();
91 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
96 String deployURI = getContext().getServletContext().getContextPath();
97 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep2.java100 String deployURI = getContext().getServletContext().getContextPath();
101 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
106 String deployURI = getContext().getServletContext().getContextPath();
107 add("initialCheck", "<small><img class=\"pointer\" src=\"" + deployURI +
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/
H A DSAMLConfigValidator.java167 String deployURI = SystemProperties.get(
169 deployURI = deployURI.replaceAll("/", "");
180 DEP_URI_PATTERN, deployURI);
211 DEP_URI_PATTERN, deployURI);
242 DEP_URI_PATTERN, deployURI);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/setup/plugin/
H A DFederationPlugin.java147 String deployURI = (String)values.get(
149 String dir = baseDir + "/" + deployURI + "/lib";
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/setup/plugin/
H A DFederationPlugin.java147 String deployURI = (String)values.get(
149 String dir = baseDir + "/" + deployURI + "/lib";
/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 70 milliseconds