Searched refs:OS_LOCALE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java62 * Priority 0 - OS_LOCALE - value returned by java.util.Locale.getDefault()
102 public static final int OS_LOCALE = 0; field in class:ISLocaleContext
181 initLocaleLevel = OS_LOCALE;
187 // unable to get SSOToken hence fallback to OS_LOCALE
189 initLocaleLevel = OS_LOCALE;
199 * OS_LOCALE, PLATFORM_LOCALE, AUTH_LOCALE and initialize them based on
221 * @param level Possible values are <code>OS_LOCALE,PLATFORM_LOCALE</code>
238 * @param level Possible values are <code>OS_LOCALE,PLATFORM_LOCALE</code>
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java62 * Priority 0 - OS_LOCALE - value returned by java.util.Locale.getDefault()
102 public static final int OS_LOCALE = 0; field in class:ISLocaleContext
181 initLocaleLevel = OS_LOCALE;
187 // unable to get SSOToken hence fallback to OS_LOCALE
189 initLocaleLevel = OS_LOCALE;
199 * OS_LOCALE, PLATFORM_LOCALE, AUTH_LOCALE and initialize them based on
221 * @param level Possible values are <code>OS_LOCALE,PLATFORM_LOCALE</code>
238 * @param level Possible values are <code>OS_LOCALE,PLATFORM_LOCALE</code>

Completed in 46 milliseconds