Searched refs:getContextPath (Results 1 - 25 of 81) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DIHttpServletRequest.java63 String getContextPath(); method in interface:IHttpServletRequest
H A DHttpServletRequestWrapper.java100 public String getContextPath() { method in class:HttpServletRequestWrapper
101 return (req != null) ? req.getContextPath() : (String) parameterMap.get("DEPLOYMENT_URI");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DIHttpServletRequest.java63 String getContextPath(); method in interface:IHttpServletRequest
H A DHttpServletRequestWrapper.java100 public String getContextPath() { method in class:HttpServletRequestWrapper
101 return (req != null) ? req.getContextPath() : (String) parameterMap.get("DEPLOYMENT_URI");
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/
H A Dopenam.js51 function getContextPath() {
/forgerock/openam/openam-server-only/src/main/webapp/js/
H A Dopenam.js51 function getContextPath() {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/version/
H A DVersionViewBean.java54 if (!versionFile.startsWith(request.getContextPath()) &&
85 httpRequest.getContextPath();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/version/
H A DVersionViewBean.java54 if (!versionFile.startsWith(request.getContextPath()) &&
67 httpRequest.getContextPath();
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeHttpServletRequest.java61 parameters.put(SetupConstants.CONFIG_VAR_SERVER_URI, getContextPath());
92 public String getContextPath() { method in class:UpgradeHttpServletRequest
105 return SystemProperties.get(Constants.AM_SERVER_PROTOCOL) + "://" + SystemProperties.get(Constants.AM_SERVER_HOST) + ":" + SystemProperties.get(Constants.AM_SERVER_PORT) + getContextPath();
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeHttpServletRequest.java61 parameters.put(SetupConstants.CONFIG_VAR_SERVER_URI, getContextPath());
92 public String getContextPath() { method in class:UpgradeHttpServletRequest
105 return SystemProperties.get(Constants.AM_SERVER_PROTOCOL) + "://" + SystemProperties.get(Constants.AM_SERVER_HOST) + ":" + SystemProperties.get(Constants.AM_SERVER_PORT) + getContextPath();
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/xui/
H A DXUIFilter.java75 xuiLoginPath = ctx.getContextPath() + "/XUI/#login/";
76 xuiLogoutPath = ctx.getContextPath() + "/XUI/#logout/";
77 profilePage = ctx.getContextPath() + "/XUI/#profile/";
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationActionFactory.java70 if (request.getRequestURI().startsWith(request.getContextPath() + WSFederationConstants.MEX_ENDPOINT_PREFIX)) {
72 } else if ("POST".equals(request.getMethod()) && request.getRequestURI().startsWith(request.getContextPath()
132 startsWith(request.getContextPath() + WSFederationConstants.METADATA_URL_PREFIX)) {
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/services/baseurl/
H A DFixedBaseURLProviderTest.java73 when(request.getContextPath()).thenReturn("/fred");
/forgerock/openam-v13/openam-federation/OpenFM/src/main/samples/EmbeddedOpenSSO/source/com/sun/identity/setup/
H A DAMSetupFilter.java55 cxt, System.getProperty("user.home") + "/" + cxt.getContextPath(),
H A DEmbeddedOpenSSO.java76 uri = servletct.getContextPath();
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/services/baseurl/
H A DFixedBaseURLProviderTest.java73 when(request.getContextPath()).thenReturn("/fred");
/forgerock/openam/openam-federation/OpenFM/src/main/samples/EmbeddedOpenSSO/source/com/sun/identity/setup/
H A DAMSetupFilter.java55 cxt, System.getProperty("user.home") + "/" + cxt.getContextPath(),
H A DEmbeddedOpenSSO.java76 uri = servletct.getContextPath();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep2.java90 String deployURI = getContext().getServletContext().getContextPath();
96 String deployURI = getContext().getServletContext().getContextPath();
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/headers/
H A DSetHeadersFilter.java57 contextPathLength = config.getServletContext().getContextPath().length();
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/spi/
H A DSSOTokenAuthN.java62 request.getContextPath() + "/UI/Login");
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/spi/
H A DSSOTokenAuthN.java62 request.getContextPath() + "/UI/Login");
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/headers/
H A DSetHeadersFilter.java57 contextPathLength = config.getServletContext().getContextPath().length();
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteHttpServletRequest.java117 contextPath = getContextPath();
271 * The default behavior of this method is to return getContextPath()
276 public String getContextPath() { method in class:RemoteHttpServletRequest
277 return this._getHttpServletRequest() != null ? this._getHttpServletRequest().getContextPath() : contextPath;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteHttpServletRequest.java117 contextPath = getContextPath();
271 * The default behavior of this method is to return getContextPath()
276 public String getContextPath() { method in class:RemoteHttpServletRequest
277 return this._getHttpServletRequest() != null ? this._getHttpServletRequest().getContextPath() : contextPath;

Completed in 103 milliseconds

1234