Searched refs:URL_LOCALE (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetServlet.java62 private static final String URL_LOCALE = "locale"; field in class:PWResetServlet
102 sessLocale = (String) session.getAttribute(URL_LOCALE);
106 lc.setLocale(ISLocaleContext.URL_LOCALE, sessLocale);
110 if (req.getParameter(URL_LOCALE) != null) {
114 session.setAttribute(URL_LOCALE, reqLocale);
H A DPWResetQuestionViewBean.java224 vb.setPageSessionAttribute(URL_LOCALE, locale);
244 String locale = (String)getPageSessionAttribute(URL_LOCALE);
251 vb.setPageSessionAttribute(URL_LOCALE,locale);
H A DPWResetViewBeanBase.java123 protected static final String URL_LOCALE = "locale"; field in class:PWResetViewBeanBase
H A DPWResetUserValidationViewBean.java295 vb.setPageSessionAttribute (URL_LOCALE, locale);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetServlet.java62 private static final String URL_LOCALE = "locale"; field in class:PWResetServlet
102 sessLocale = (String) session.getAttribute(URL_LOCALE);
106 lc.setLocale(ISLocaleContext.URL_LOCALE, sessLocale);
110 if (req.getParameter(URL_LOCALE) != null) {
114 session.setAttribute(URL_LOCALE, reqLocale);
H A DPWResetQuestionViewBean.java224 vb.setPageSessionAttribute(URL_LOCALE, locale);
244 String locale = (String)getPageSessionAttribute(URL_LOCALE);
251 vb.setPageSessionAttribute(URL_LOCALE,locale);
H A DPWResetViewBeanBase.java123 protected static final String URL_LOCALE = "locale"; field in class:PWResetViewBeanBase
H A DPWResetUserValidationViewBean.java295 vb.setPageSessionAttribute (URL_LOCALE, locale);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java71 * Priority 5 - URL_LOCALE - locale value passed as URL parameter
112 public static final int URL_LOCALE = 5; field in class:ISLocaleContext
117 // USER_PREFERRED_LOCALE or URL_LOCALE is defined for any request
223 * <code>USER_PREFERRED_LOCALE</code>, <code>URL_LOCALE</code>.
240 * <code>USER_PREFERRED_LOCALE</code>, <code>URL_LOCALE</code>.
244 if (level < 0 || level > URL_LOCALE) {
266 setLocale(URL_LOCALE, superLocale);
300 setLocale(URL_LOCALE, superLocale);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java71 * Priority 5 - URL_LOCALE - locale value passed as URL parameter
112 public static final int URL_LOCALE = 5; field in class:ISLocaleContext
117 // USER_PREFERRED_LOCALE or URL_LOCALE is defined for any request
223 * <code>USER_PREFERRED_LOCALE</code>, <code>URL_LOCALE</code>.
240 * <code>USER_PREFERRED_LOCALE</code>, <code>URL_LOCALE</code>.
244 if (level < 0 || level > URL_LOCALE) {
266 setLocale(URL_LOCALE, superLocale);
300 setLocale(URL_LOCALE, superLocale);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java5607 localeContext.setLocale(ISLocaleContext.URL_LOCALE, localeStr);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java5482 localeContext.setLocale(ISLocaleContext.URL_LOCALE, localeStr);

Completed in 507 milliseconds