Searched defs:setI18NFileName (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java264 public void setI18NFileName(String url) throws SMSException, SSOException { method in class:ServiceSchema
265 ssm.setI18NFileName(url);
H A DServiceSchemaManager.java166 public void setI18NFileName(String url) throws SMSException, SSOException { method in class:ServiceSchemaManager
170 ssm.setI18NFileName(url);
174 ssm.setI18NFileName(tmpS);
H A DServiceSchemaManagerImpl.java200 void setI18NFileName(String fn) throws SMSException, SSOException { method in class:ServiceSchemaManagerImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java266 public void setI18NFileName(String url) throws SMSException, SSOException { method in class:ServiceSchema
267 ssm.setI18NFileName(url);
H A DServiceSchemaManager.java164 public void setI18NFileName(String url) throws SMSException, SSOException { method in class:ServiceSchemaManager
168 ssm.setI18NFileName(url);
172 ssm.setI18NFileName(tmpS);
H A DServiceSchemaManagerImpl.java202 void setI18NFileName(String fn) throws SMSException, SSOException { method in class:ServiceSchemaManagerImpl

Completed in 32 milliseconds