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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java113 ("ServerAttributeTitles") Properties titleProperties, @Named("frRest") Debug logger) {
115 defaultSchema = getSchema(syntaxProperties, titleProperties, true);
116 nonDefaultSchema = getSchema(syntaxProperties, titleProperties, false);
117 directoryConfigSchema = getDirectorySchema(titleProperties, logger);
120 private JsonValue getDirectorySchema(Properties titleProperties, Debug logger) { argument
132 String sectionTitle = titleProperties.getProperty(sectionRawValue);
142 directoryConfigSchema.putPermissive(new JsonPointer(attributePath + "/title"), titleProperties.getProperty(attributeRawName));
148 directoryConfigSchema.putPermissive(new JsonPointer(serverPath + "/title"), titleProperties.get("amconfig.serverconfig.xml.server.table.header"));
161 titleProperties.getProperty(SERVER_TABLE_PROPERTY_PREFIX + columnName));
173 private JsonValue getSchema(Properties syntaxProperties, Properties titleProperties, boolea argument
112 SmsServerPropertiesResource(@amed�) Properties syntaxProperties, @Named (�) Properties titleProperties, @Named(�) Debug logger) argument
[all...]

Completed in 21 milliseconds