Searched defs:xuiHash (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/
H A DXuiRedirectHelper.java49 * @param xuiHash The XUI location hash.
51 public static void redirectToXui(HttpServletRequest request, String redirectRealm, String xuiHash) { argument
54 String redirect = MessageFormat.format(XUI_CONSOLE_BASE_PAGE, deploymentUri, xuiHash);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/
H A DXuiRedirectHelper.java56 * @param xuiHash The XUI location hash.
59 String xuiHash) {
63 String redirect = MessageFormat.format(XUI_CONSOLE_BASE_PAGE, deploymentUri, authenticationRealm, xuiHash);
77 * @param xuiHash The XUI location hash.
80 public static void redirectToXui(HttpServletRequest request, String xuiHash, String authenticationRealm) { argument
84 String redirect = MessageFormat.format(XUI_CONSOLE_BASE_PAGE, deploymentUri, authenticationRealm, xuiHash);
58 redirectToXui(HttpServletRequest request, String administeredRealm, String authenticationRealm, String xuiHash) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/xui/
H A DXUIFilter.java114 private void sendRedirect(HttpServletResponse response, String xuiBasePath, String queryString, String xuiHash) argument
121 response.sendRedirect(xuiBasePath + queryString + xuiHash);

Completed in 28 milliseconds