Searched defs:setI18NKey (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java387 public void setI18NKey(String i18nKey) throws AMException { method in class:AMAttributeSchema
389 attrSchema.setI18NKey(i18nKey);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java387 public void setI18NKey(String i18nKey) throws AMException { method in class:AMAttributeSchema
389 attrSchema.setI18NKey(i18nKey);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManager.java283 public void setI18NKey(String i18nKey) throws SMSException, SSOException { method in class:ServiceSchemaManager
287 ssm.setI18NKey(i18nKey);
292 ssm.setI18NKey(tmp);
H A DServiceSchemaManagerImpl.java169 void setI18NKey(String fn) throws SMSException, SSOException { method in class:ServiceSchemaManagerImpl
H A DAttributeSchema.java214 public void setI18NKey(String i18nKey) throws SMSException, SSOException { method in class:AttributeSchema
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManager.java281 public void setI18NKey(String i18nKey) throws SMSException, SSOException { method in class:ServiceSchemaManager
285 ssm.setI18NKey(i18nKey);
290 ssm.setI18NKey(tmp);
H A DServiceSchemaManagerImpl.java171 void setI18NKey(String fn) throws SMSException, SSOException { method in class:ServiceSchemaManagerImpl
H A DAttributeSchema.java223 public void setI18NKey(String i18nKey) throws SMSException, SSOException { method in class:AttributeSchema

Completed in 39 milliseconds