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

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateMetaDataTemplate.java102 private String deploymentURI; field in class:CreateMetaDataTemplate
277 deploymentURI = uri;
279 deploymentURI = uri.substring(0, slash);
287 deploymentURI = SystemPropertiesManager.get(
294 deploymentURI = SystemPropertiesManager.get(
490 if (deploymentURI == null) {
492 "create-meta-template-exception-deploymentURI-not-found"),
565 protocol + "://" + host + ":" + port + deploymentURI);
612 protocol + "://" + host + ":" + port + deploymentURI);
691 protocol + "://" + host + ":" + port + deploymentURI);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSUtils.java69 public static String deploymentURI = field in class:FSUtils
268 int index = url.indexOf(deploymentURI + "/");
347 int index = newUrl.indexOf(deploymentURI + "/");
359 index + deploymentURI.length());
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateMetaDataTemplate.java102 private String deploymentURI; field in class:CreateMetaDataTemplate
277 deploymentURI = uri;
279 deploymentURI = uri.substring(0, slash);
287 deploymentURI = SystemPropertiesManager.get(
294 deploymentURI = SystemPropertiesManager.get(
490 if (deploymentURI == null) {
492 "create-meta-template-exception-deploymentURI-not-found"),
565 protocol + "://" + host + ":" + port + deploymentURI);
612 protocol + "://" + host + ":" + port + deploymentURI);
691 protocol + "://" + host + ":" + port + deploymentURI);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSUtils.java69 public static String deploymentURI = field in class:FSUtils
268 int index = url.indexOf(deploymentURI + "/");
347 int index = newUrl.indexOf(deploymentURI + "/");
359 index + deploymentURI.length());

Completed in 43 milliseconds