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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DInvalidAttributeValueException.java46 private String attributeI18nKey; field in class:InvalidAttributeValueException
92 this.attributeI18nKey = (String) args[2];
107 if ((resourceBundleName == null) || (locale == null) || (attributeI18nKey == null) || (rbName == null)) {
113 String localizedAttributeName = Locale.getString(serviceResouceBundle, attributeI18nKey, debug);
114 if (localizedAttributeName.equals(attributeI18nKey)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DInvalidAttributeValueException.java46 private String attributeI18nKey; field in class:InvalidAttributeValueException
92 this.attributeI18nKey = (String) args[2];
107 if ((resourceBundleName == null) || (locale == null) || (attributeI18nKey == null) || (rbName == null)) {
113 String localizedAttributeName = Locale.getString(serviceResouceBundle, attributeI18nKey, debug);
114 if (localizedAttributeName.equals(attributeI18nKey)) {

Completed in 43 milliseconds