Searched defs:trueValueI18nKey (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java566 * @param trueValueI18nKey <code>I18N</code> key for
576 String trueValueI18nKey,
580 updateBooleanValues(trueValue, trueValueI18nKey,
860 String trueValueI18nKey,
870 if ((trueValueI18nKey != null) && (trueValue != null)) {
871 trueVals[0] = trueValueI18nKey;
574 setBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey ) argument
858 updateBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey, Document doc ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java600 * @param trueValueI18nKey <code>I18N</code> key for
610 String trueValueI18nKey,
614 updateBooleanValues(trueValue, trueValueI18nKey,
894 String trueValueI18nKey,
904 if ((trueValueI18nKey != null) && (trueValue != null)) {
905 trueVals[0] = trueValueI18nKey;
608 setBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey ) argument
892 updateBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey, Document doc ) argument

Completed in 25 milliseconds