Searched defs:i18nKey (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam/openam-test-utils/src/main/java/org/forgerock/openam/test/apidescriptor/
H A DApiAssertions.java57 private static void assertThatResourceBundleEntryExists(String i18nKey, Class<?> annotatedClass) { argument
58 URI resource = getKeyAsUri(i18nKey);
83 private static URI getKeyAsUri(String i18nKey) { argument
85 return new URI(i18nKey);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DAddPluginSchema.java62 private static final String SCHEMA_4 = "\" i18nKey=\"";
82 String i18nKey = getStringOptionValue(ARGUMENT_I18N_KEY);
102 i18nKey,
110 i18nKey,
154 String i18nKey,
165 pluginSchemaBuffer.append(i18nKey);
151 createPluginSchemaXML(String serviceName, String interfaceName, String pluginName, String i18nKey, String i18nName, String className) argument
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DAddPluginSchema.java62 private static final String SCHEMA_4 = "\" i18nKey=\"";
82 String i18nKey = getStringOptionValue(ARGUMENT_I18N_KEY);
102 i18nKey,
110 i18nKey,
154 String i18nKey,
165 pluginSchemaBuffer.append(i18nKey);
151 createPluginSchemaXML(String serviceName, String interfaceName, String pluginName, String i18nKey, String i18nName, String className) argument
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2ClientStep.java312 private String i18nKey; field in class:UpgradeOAuth2ClientStep.AgentType
315 private AgentType(String i18nKey, String instanceName) { argument
316 this.i18nKey = i18nKey;
322 return BUNDLE.getString(i18nKey);
H A DUpgradeEntitlementsStep.java407 private String i18nKey; field in class:UpgradeEntitlementsStep.PolicyType
409 private PolicyType(String i18nKey) { argument
410 this.i18nKey = i18nKey;
415 return BUNDLE.getString(i18nKey);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2ClientStep.java317 private String i18nKey; field in class:UpgradeOAuth2ClientStep.AgentType
320 private AgentType(String i18nKey, String instanceName) { argument
321 this.i18nKey = i18nKey;
327 return BUNDLE.getString(i18nKey);
H A DUpgradeEntitlementsStep.java408 private String i18nKey; field in class:UpgradeEntitlementsStep.PolicyType
410 private PolicyType(String i18nKey) { argument
411 this.i18nKey = i18nKey;
416 return BUNDLE.getString(i18nKey);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java360 * Given a choice value, this method returns the i18nKey for that choice
383 * @param i18nKey
384 * value of <code>i18nKey</code>.
387 public void setI18NKey(String i18nKey) throws AMException { argument
389 attrSchema.setI18NKey(i18nKey);
450 * @return String i18nKey for TRUE value
468 * @return String i18nKey for FALSE value.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java257 public String getQuoteEscapedLocalizedString(String i18nKey) { argument
258 String value = getLocalizedString(i18nKey);
262 public String getLocalizedString(String i18nKey) { argument
269 localizedValue = Locale.getString(rb, i18nKey, debug);
273 return (localizedValue == null) ? i18nKey : localizedValue;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java360 * Given a choice value, this method returns the i18nKey for that choice
383 * @param i18nKey
384 * value of <code>i18nKey</code>.
387 public void setI18NKey(String i18nKey) throws AMException { argument
389 attrSchema.setI18NKey(i18nKey);
450 * @return String i18nKey for TRUE value
468 * @return String i18nKey for FALSE value.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java260 public String getQuoteEscapedLocalizedString(String i18nKey) { argument
261 String value = getLocalizedString(i18nKey);
265 public String getLocalizedString(String i18nKey) { argument
272 localizedValue = Locale.getString(rb, i18nKey, debug);
276 return (localizedValue == null) ? i18nKey : localizedValue;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java60 String i18nKey; field in class:ServiceSchemaImpl
158 return ((i18nKey == null) && (ssm != null)) ? ssm.getI18NKey()
159 : i18nKey;
372 i18nKey = null;
382 // Get the name and i18nKey
384 i18nKey = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.I18N_KEY);
H A DServiceSchemaManager.java260 * Returns i18nKey of the schema.
262 * @return i18nKey of the schema.
272 * Sets the i18nKey of the schema.
274 * @param i18nKey
275 * <code>i18nKey</code> of the schema.
283 public void setI18NKey(String i18nKey) throws SMSException, SSOException { argument
287 ssm.setI18NKey(i18nKey);
753 * @param i18nKey
758 String i18nKey) throws SMSException, SSOException {
769 if (i18nKey !
757 addPluginInterface(String interfaceName, String interfaceClass, String i18nKey) argument
[all...]
H A DServiceSchemaManagerImpl.java69 private String i18nKey; field in class:ServiceSchemaManagerImpl
163 return (i18nKey);
170 i18nKey = fn;
491 i18nKey = XMLUtils.getNodeAttributeValue(schemaRoot, SMSUtils.I18N_KEY);
H A DAttributeSchema.java206 * @param i18nKey
214 public void setI18NKey(String i18nKey) throws SMSException, SSOException { argument
215 updateXMLDocument(SMSUtils.I18N_KEY, i18nKey);
409 * @param i18nKey
416 public void addChoiceValue(String value, String i18nKey) argument
419 choiceValues.put(value, i18nKey);
843 String i18nKey = (String) choiceValues.get(value);
844 if (i18nKey == null) {
848 vals[0] = i18nKey;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java62 String i18nKey; field in class:ServiceSchemaImpl
162 return ((i18nKey == null) && (ssm != null)) ? ssm.getI18NKey()
163 : i18nKey;
404 i18nKey = null;
414 // Get the name and i18nKey
416 i18nKey = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.I18N_KEY);
H A DServiceSchemaManager.java258 * Returns i18nKey of the schema.
260 * @return i18nKey of the schema.
270 * Sets the i18nKey of the schema.
272 * @param i18nKey
273 * <code>i18nKey</code> of the schema.
281 public void setI18NKey(String i18nKey) throws SMSException, SSOException { argument
285 ssm.setI18NKey(i18nKey);
751 * @param i18nKey
756 String i18nKey) throws SMSException, SSOException {
767 if (i18nKey !
755 addPluginInterface(String interfaceName, String interfaceClass, String i18nKey) argument
[all...]
H A DServiceSchemaManagerImpl.java71 private String i18nKey; field in class:ServiceSchemaManagerImpl
165 return (i18nKey);
172 i18nKey = fn;
493 i18nKey = XMLUtils.getNodeAttributeValue(schemaRoot, SMSUtils.I18N_KEY);
H A DAttributeSchema.java215 * @param i18nKey
223 public void setI18NKey(String i18nKey) throws SMSException, SSOException { argument
224 updateXMLDocument(SMSUtils.I18N_KEY, i18nKey);
443 * @param i18nKey
450 public void addChoiceValue(String value, String i18nKey) argument
453 choiceValues.put(value, i18nKey);
877 String i18nKey = (String) choiceValues.get(value);
878 if (i18nKey == null) {
882 vals[0] = i18nKey;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java334 String i18nKey = schema.getI18NKey();
339 if (StringUtils.isNotEmpty(i18nKey)) {
340 return getSchemaI18N(i18nKey, new LocalizableString(i18nName));
345 private LocalizableString getSchemaI18N(String i18nKey, LocalizableString defaultValue) { argument
347 return new LocalizableString(TRANSLATION_KEY_PREFIX + i18NFileName + "#"+ i18nKey, CLASS_LOADER, defaultValue);
350 private LocalizableString getConsoleI18N(String i18nKey, LocalizableString defaultValue) { argument
351 return new LocalizableString(TRANSLATION_KEY_PREFIX + "amConsole" + "#" + URLEncDec.encode(i18nKey), CLASS_LOADER, defaultValue);

Completed in 301 milliseconds