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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java112 public SmsServerPropertiesResource(@Named("ServerAttributeSyntax") Properties syntaxProperties, @Named argument
115 defaultSchema = getSchema(syntaxProperties, titleProperties, true);
116 nonDefaultSchema = getSchema(syntaxProperties, titleProperties, false);
173 private JsonValue getSchema(Properties syntaxProperties, Properties titleProperties, boolean isDefault) { argument
193 String property = syntaxProperties.getProperty(attributeName);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java168 private final Properties syntaxProperties; field in class:SmsServerPropertiesResource
175 public SmsServerPropertiesResource(@Named("ServerAttributeSyntax") Properties syntaxProperties, argument
178 this.syntaxProperties = syntaxProperties;
832 final String syntax = syntaxProperties.getProperty(attributeName);

Completed in 24 milliseconds