Searched defs:deploymentSubPath (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/common/
H A DSTSInstancePublisherBaseImpl.java25 protected String normalizeDeploymentSubPath(String deploymentSubPath) { argument
26 if (deploymentSubPath.endsWith(AMSTSConstants.FORWARD_SLASH)) {
27 return deploymentSubPath.substring(0, deploymentSubPath.lastIndexOf(AMSTSConstants.FORWARD_SLASH));
30 if (deploymentSubPath.startsWith(AMSTSConstants.FORWARD_SLASH)) {
31 return deploymentSubPath.substring(1, deploymentSubPath.length());
33 return deploymentSubPath;
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/common/
H A DSTSInstancePublisherBaseImpl.java25 protected String normalizeDeploymentSubPath(String deploymentSubPath) { argument
26 if (deploymentSubPath.endsWith(AMSTSConstants.FORWARD_SLASH)) {
27 return deploymentSubPath.substring(0, deploymentSubPath.lastIndexOf(AMSTSConstants.FORWARD_SLASH));
30 if (deploymentSubPath.startsWith(AMSTSConstants.FORWARD_SLASH)) {
31 return deploymentSubPath.substring(1, deploymentSubPath.length());
33 return deploymentSubPath;
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstanceLifecycleManagerImpl.java99 private String normalizeDeploymentSubPath(String deploymentSubPath) { argument
100 if (!deploymentSubPath.startsWith("/")) {
101 return "/" + deploymentSubPath;
103 return deploymentSubPath;
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstanceLifecycleManagerImpl.java99 private String normalizeDeploymentSubPath(String deploymentSubPath) { argument
100 if (!deploymentSubPath.startsWith("/")) {
101 return "/" + deploymentSubPath;
103 return deploymentSubPath;
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSInstancePublisherImpl.java123 String deploymentSubPath = deploymentPathNormalization.normalizeDeploymentPath(instanceConfig.getDeploymentSubPath());
125 if (publishedRoutes.containsKey(normalizeDeploymentSubPathForRouteCache(deploymentSubPath))) {
127 deploymentSubPath + " has already been published.");
134 RouteMatcher<Request> route = router.addRoute(EQUALS, uriTemplate(deploymentSubPath), auditedRestSTSService);
138 publishedRoutes.put(normalizeDeploymentSubPathForRouteCache(deploymentSubPath), route);
146 persistentStore.persistSTSInstance(deploymentSubPath, instanceConfig.getDeploymentConfig().getRealm(),
151 publishedRoutes.remove(normalizeDeploymentSubPathForRouteCache(deploymentSubPath));
155 return deploymentSubPath;
350 private String normalizeDeploymentSubPathForRouteCache(String deploymentSubPath) { argument
351 return deploymentSubPath
[all...]
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSInstancePublisherImpl.java123 String deploymentSubPath = deploymentPathNormalization.normalizeDeploymentPath(instanceConfig.getDeploymentSubPath());
125 if (publishedRoutes.containsKey(normalizeDeploymentSubPathForRouteCache(deploymentSubPath))) {
127 deploymentSubPath + " has already been published.");
134 RouteMatcher<Request> route = router.addRoute(EQUALS, uriTemplate(deploymentSubPath), auditedRestSTSService);
138 publishedRoutes.put(normalizeDeploymentSubPathForRouteCache(deploymentSubPath), route);
146 persistentStore.persistSTSInstance(deploymentSubPath, instanceConfig.getDeploymentConfig().getRealm(),
151 publishedRoutes.remove(normalizeDeploymentSubPathForRouteCache(deploymentSubPath));
155 return deploymentSubPath;
350 private String normalizeDeploymentSubPathForRouteCache(String deploymentSubPath) { argument
351 return deploymentSubPath
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/forgerock/openam/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 70 milliseconds