Searched refs:authenticationRealm (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/
H A DXuiRedirectHelper.java55 * @param authenticationRealm The realm to which the user is authenticated.
58 public static void redirectToXui(HttpServletRequest request, String administeredRealm, String authenticationRealm, argument
63 String redirect = MessageFormat.format(XUI_CONSOLE_BASE_PAGE, deploymentUri, authenticationRealm, xuiHash);
78 * @param authenticationRealm The realm to which the user is authenticated.
80 public static void redirectToXui(HttpServletRequest request, String xuiHash, String authenticationRealm) { argument
84 String redirect = MessageFormat.format(XUI_CONSOLE_BASE_PAGE, deploymentUri, authenticationRealm, xuiHash);
115 String authenticationRealm = (String) viewBean.getPageSessionAttribute(AMAdminConstants.CURRENT_PROFILE);
116 if (authenticationRealm == "") {
117 authenticationRealm = DEFAULT_REALM;
119 return authenticationRealm;
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCConfigAuthViewBean.java66 String authenticationRealm = getAuthenticationRealm(this);
67 redirectToXui(getRequestContext().getRequest(), XuiRedirectHelper.GLOBAL_SERVICES, authenticationRealm);
102 String authenticationRealm = getAuthenticationRealm(this);
103 redirectToXui(getRequestContext().getRequest(), XUI_AUTHENTICATION_LOCATION, authenticationRealm);
H A DServerSiteViewBean.java172 String authenticationRealm = getAuthenticationRealm(this);
173 redirectToXui(getRequestContext().getRequest(), XuiRedirectHelper.DEPLOYMENT_SERVERS, authenticationRealm);
530 String authenticationRealm = getAuthenticationRealm(this);
531 redirectToXui(getRequestContext().getRequest(), XuiRedirectHelper.SERVER_DEFAULT_LOCATION, authenticationRealm);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/
H A DHomeViewBean.java70 String authenticationRealm = getAuthenticationRealm(this);
71 redirectToXui(getRequestContext().getRequest(), redirectRealm, authenticationRealm, "realms");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/
H A DRealmPropertiesViewBean.java119 String authenticationRealm = getAuthenticationRealm(this);
120 redirectToXui(getRequestContext().getRequest(), redirectRealm, authenticationRealm,
H A DRMRealmViewBean.java134 String authenticationRealm = getAuthenticationRealm(this);
135 redirectToXui(getRequestContext().getRequest(), redirectRealm, authenticationRealm, "realms/");
H A DServicesViewBean.java137 String authenticationRealm = getAuthenticationRealm(this);
138 redirectToXui(getRequestContext().getRequest(), redirectRealm, authenticationRealm,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/session/
H A DSMProfileViewBean.java195 String authenticationRealm = getAuthenticationRealm(this);
196 redirectToXui(getRequestContext().getRequest(), XuiRedirectHelper.TOP_LEVEL_REALM_SESSIONS, authenticationRealm);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java150 String authenticationRealm =
153 eCondition.setAuthenticateToRealm(authenticationRealm);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthPropertiesViewBean.java196 String authenticationRealm = getAuthenticationRealm(this);
197 redirectToXui(getRequestContext().getRequest(), redirectRealm, authenticationRealm,
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java151 String authenticationRealm =
154 eCondition.setAuthenticateToRealm(authenticationRealm);

Completed in 39 milliseconds