Searched refs:messageTranslations (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/config/beans/
H A DForgottenPasswordConsoleConfig.java44 private final Map<Locale, String> messageTranslations; field in class:ForgottenPasswordConsoleConfig
60 messageTranslations = builder.messageTranslations;
148 return messageTranslations;
174 private final Map<Locale, String> messageTranslations; field in class:ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
184 messageTranslations = new HashMap<>();
259 * @param messageTranslations
264 public void setMessageTranslations(Map<Locale, String> messageTranslations) { argument
265 this.messageTranslations.putAll(messageTranslations);
[all...]
H A DForgottenUsernameConsoleConfig.java44 private final Map<Locale, String> messageTranslations; field in class:ForgottenUsernameConsoleConfig
60 messageTranslations = builder.messageTranslations;
129 return messageTranslations;
173 private final Map<Locale, String> messageTranslations; field in class:ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
183 messageTranslations = new HashMap<>();
246 * @param messageTranslations
251 public void setMessageTranslations(Map<Locale, String> messageTranslations) { argument
252 this.messageTranslations.putAll(messageTranslations);
[all...]
H A DUserRegistrationConsoleConfig.java42 private final Map<Locale, String> messageTranslations; field in class:UserRegistrationConsoleConfig
57 messageTranslations = builder.messageTranslations;
125 return messageTranslations;
160 private final Map<Locale, String> messageTranslations; field in class:UserRegistrationConsoleConfig.UserRegistrationBuilder
169 messageTranslations = new HashMap<>();
231 * @param messageTranslations
236 public void setMessageTranslations(Map<Locale, String> messageTranslations) { argument
237 this.messageTranslations.putAll(messageTranslations);
[all...]
H A DLocaleMessageTransformer.java43 Map<Locale, String> messageTranslations = new HashMap<>();
56 messageTranslations.put(getLocale(localeString), message);
59 return messageTranslations;
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/config/beans/
H A DForgottenPasswordConsoleConfig.java44 private final Map<Locale, String> messageTranslations; field in class:ForgottenPasswordConsoleConfig
60 messageTranslations = builder.messageTranslations;
150 return messageTranslations;
176 private final Map<Locale, String> messageTranslations; field in class:ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
186 messageTranslations = new HashMap<>();
261 * @param messageTranslations
266 public void setMessageTranslations(Map<Locale, String> messageTranslations) { argument
267 this.messageTranslations.putAll(messageTranslations);
[all...]
H A DForgottenUsernameConsoleConfig.java44 private final Map<Locale, String> messageTranslations; field in class:ForgottenUsernameConsoleConfig
60 messageTranslations = builder.messageTranslations;
129 return messageTranslations;
173 private final Map<Locale, String> messageTranslations; field in class:ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
183 messageTranslations = new HashMap<>();
246 * @param messageTranslations
251 public void setMessageTranslations(Map<Locale, String> messageTranslations) { argument
252 this.messageTranslations.putAll(messageTranslations);
[all...]
H A DUserRegistrationConsoleConfig.java42 private final Map<Locale, String> messageTranslations; field in class:UserRegistrationConsoleConfig
58 messageTranslations = builder.messageTranslations;
127 return messageTranslations;
173 private final Map<Locale, String> messageTranslations; field in class:UserRegistrationConsoleConfig.UserRegistrationBuilder
183 messageTranslations = new HashMap<>();
245 * @param messageTranslations
250 public void setMessageTranslations(Map<Locale, String> messageTranslations) { argument
251 this.messageTranslations.putAll(messageTranslations);
[all...]
H A DLocaleMessageTransformer.java43 Map<Locale, String> messageTranslations = new HashMap<>();
56 messageTranslations.put(getLocale(localeString), message);
59 return messageTranslations;

Completed in 44 milliseconds