Searched defs:getI18NFileName (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java136 public String getI18NFileName() { method in class:PluginSchema
138 return (psi.getI18NFileName());
235 append("\n\tI18N File name: ").append(getI18NFileName()).
H A DPluginSchemaImpl.java141 String getI18NFileName() { method in class:PluginSchemaImpl
H A DServiceSchema.java249 public String getI18NFileName() { method in class:ServiceSchema
250 String i18nFileName = ss.getI18NFileName();
251 return i18nFileName == null ? ssm.getI18NFileName() : i18nFileName;
472 String i18nFileName = (ssm != null) ? ssm.getI18NFileName()
H A DServiceSchemaImpl.java552 String i18nFileName = (ssm != null) ? ssm.getI18NFileName() : null;
555 String i18nFileName = (ssm != null) ? ssm.getI18NFileName() : null;
688 String i18nFileName = (ssm != null) ? ssm.getI18NFileName() : null;
714 String getI18NFileName() { method in class:ServiceSchemaImpl
H A DServiceSchemaManager.java149 public String getI18NFileName() { method in class:ServiceSchemaManager
151 return (ssm.getI18NFileName());
169 String tmpS = ssm.getI18NFileName();
H A DServiceSchemaManagerImpl.java196 String getI18NFileName() { method in class:ServiceSchemaManagerImpl
311 sb.append("\nI18n file name: ").append(getI18NFileName());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java136 public String getI18NFileName() { method in class:PluginSchema
138 return (psi.getI18NFileName());
235 append("\n\tI18N File name: ").append(getI18NFileName()).
H A DPluginSchemaImpl.java140 String getI18NFileName() { method in class:PluginSchemaImpl
H A DServiceSchema.java251 public String getI18NFileName() { method in class:ServiceSchema
252 String i18nFileName = ss.getI18NFileName();
253 return i18nFileName == null ? ssm.getI18NFileName() : i18nFileName;
478 String i18nFileName = (ssm != null) ? ssm.getI18NFileName()
H A DServiceSchemaImpl.java590 String i18nFileName = (ssm != null) ? ssm.getI18NFileName() : null;
593 String i18nFileName = (ssm != null) ? ssm.getI18NFileName() : null;
733 String i18nFileName = (ssm != null) ? ssm.getI18NFileName() : null;
759 String getI18NFileName() { method in class:ServiceSchemaImpl
H A DServiceSchemaManager.java147 public String getI18NFileName() { method in class:ServiceSchemaManager
149 return (ssm.getI18NFileName());
167 String tmpS = ssm.getI18NFileName();
H A DServiceSchemaManagerImpl.java198 String getI18NFileName() { method in class:ServiceSchemaManagerImpl
313 sb.append("\nI18n file name: ").append(getI18NFileName());

Completed in 38 milliseconds