Searched defs:locale (Results 1 - 25 of 480) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A Dpackage-info.java21 package com.sun.identity.shared.locale;
H A DAMResourceBundleCache.java29 package com.sun.identity.shared.locale;
68 * @param locale Localeof bundle.
71 public ResourceBundle getResBundle(String name, Locale locale) { argument
76 resBundle = (ResourceBundle)map.get(locale);
80 resBundle = ResourceBundle.getBundle(name, locale);
90 map.put(locale, resBundle);
H A DL10NMessageImpl.java29 package com.sun.identity.shared.locale;
60 * level, the locale of the caller is not known and it is not possible to
70 * ResourceBundle rb = ResourceBunde.getBundle(rbName, locale);
104 * @param locale Locale of the error message.
108 public String getL10NMessage(Locale locale) { argument
114 if (bundleName != null && locale != null) {
115 bundle = amCache.getResBundle(bundleName, locale);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A Dpackage-info.java21 package com.sun.identity.shared.locale;
H A DAMResourceBundleCache.java29 package com.sun.identity.shared.locale;
68 * @param locale Localeof bundle.
71 public ResourceBundle getResBundle(String name, Locale locale) { argument
76 resBundle = (ResourceBundle)map.get(locale);
80 resBundle = ResourceBundle.getBundle(name, locale);
90 map.put(locale, resBundle);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/resource/
H A DLocaleContext.java28 * Determines the locale corresponding to the incoming CREST request by utilizing {@link ISLocaleContext}, and makes
29 * the locale available as a {@link Context}.
33 private Locale locale = null; field in class:LocaleContext
36 super(parent, "locale");
42 * @return The client's preferred locale.
45 if (locale == null) {
49 locale = localeContext.getLocale();
51 return locale;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DLocaleContext.java29 private Locale locale; field in class:LocaleContext
32 return locale;
39 locale = localeContext.getLocale();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DNotifyPassword.java45 * @param locale user locale.
48 void notifyPassword(AMIdentity user, String password, Locale locale) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetResBundleCacher.java31 import com.sun.identity.shared.locale.AMResourceBundleCache;
42 * @param locale of bundle
45 public static ResourceBundle getBundle(String name, Locale locale) { argument
47 ResourceBundle rb = cache.getResBundle(name, locale);
50 rb = cache.getResBundle(PWResetModel.DEFAULT_RB, locale);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMResBundleCacher.java45 * @param locale of bundle
48 public static ResourceBundle getBundle(String name, Locale locale) { argument
50 ResourceBundle rb = cache.getResBundle(name, locale);
53 rb = cache.getResBundle(AMAdminConstants.DEFAULT_RB, locale);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateHostedIDP.java56 * @param locale Locale of the Request
59 public String execute(Locale locale, Map params) argument
71 metadata = getContent(metadataFile, locale);
72 extendedData = getContent(extendedDataFile, locale);
127 return getMessage("idp.configured", locale) + "|||realm=" + realm +
H A DCreateRemoteIDP.java47 * @param locale Locale of the request.
50 public String execute(Locale locale, Map params) argument
55 String metadata = getContent(metadataFile, locale);
68 return getMessage("idp.configured", locale);
H A DGetCircleOfTrusts.java59 * @param locale Locale of the request.
62 public String execute(Locale locale, Map params) argument
70 extendedMetaData, locale));
H A DGetHostedIDPs.java54 public String execute(Locale locale, Map params) argument
H A DITask.java42 * @param locale Locale of the request. Need for providing locale message.
45 String execute(Locale locale, Map mapParams) argument
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/resource/
H A DLocaleContext.java28 * Determines the locale corresponding to the incoming CREST request by utilizing {@link ISLocaleContext}, and makes
29 * the locale available as a {@link Context}.
33 private Locale locale = null; field in class:LocaleContext
36 super(parent, "locale");
42 * @return The client's preferred locale.
45 if (locale == null) {
49 locale = localeContext.getLocale();
51 return locale;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMResBundleCacher.java45 * @param locale of bundle
48 public static ResourceBundle getBundle(String name, Locale locale) { argument
50 ResourceBundle rb = cache.getResBundle(name, locale);
53 rb = cache.getResBundle(AMAdminConstants.DEFAULT_RB, locale);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DLocaleContext.java29 private Locale locale; field in class:LocaleContext
32 return locale;
39 locale = localeContext.getLocale();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DNotifyPassword.java45 * @param locale user locale.
48 void notifyPassword(AMIdentity user, String password, Locale locale) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetResBundleCacher.java31 import com.sun.identity.shared.locale.AMResourceBundleCache;
42 * @param locale of bundle
45 public static ResourceBundle getBundle(String name, Locale locale) { argument
47 ResourceBundle rb = cache.getResBundle(name, locale);
50 rb = cache.getResBundle(PWResetModel.DEFAULT_RB, locale);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateHostedIDP.java56 * @param locale Locale of the Request
59 public String execute(Locale locale, Map params) argument
71 metadata = getContent(metadataFile, locale);
72 extendedData = getContent(extendedDataFile, locale);
127 return getMessage("idp.configured", locale) + "|||realm=" + realm +
H A DCreateRemoteIDP.java47 * @param locale Locale of the request.
50 public String execute(Locale locale, Map params) argument
55 String metadata = getContent(metadataFile, locale);
68 return getMessage("idp.configured", locale);
H A DGetCircleOfTrusts.java59 * @param locale Locale of the request.
62 public String execute(Locale locale, Map params) argument
70 extendedMetaData, locale));
H A DGetHostedIDPs.java54 public String execute(Locale locale, Map params) argument
H A DITask.java42 * @param locale Locale of the request. Need for providing locale message.
45 String execute(Locale locale, Map mapParams) argument

Completed in 73 milliseconds

1234567891011>>