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

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java266 Map<String, List<LocalizableString>> optionLabels = getOptionLabels(propertySheet);
284 for (SMSLabel label : getLabels(sectionName, propertySheet, options, optionLabels,
495 Map<String, List<String>> options, Map<String, List<LocalizableString>> optionLabels,
514 final List<LocalizableString> attributeOptionLabels = getAttributeOptionsLabels(optionLabels, attributeName,
577 List<LocalizableString> optionLabels = new ArrayList<>();
579 optionLabels.add(consoleString(option));
581 allOptionLabels.put(attributeName, optionLabels);
1113 private final List<LocalizableString> optionLabels; field in class:SmsServerPropertiesResource.SMSLabel
1118 List<String> options, List<LocalizableString> optionLabels, boolean isPasswordField) {
1125 this.optionLabels
494 getLabels(String sectionName, Document propertySheet, Map<String, List<String>> options, Map<String, List<LocalizableString>> optionLabels, Set<String> passwordFields) argument
1117 SMSLabel(String defaultValue, String labelFor, LocalizableString displayValue, LocalizableString description, String type, List<String> options, List<LocalizableString> optionLabels, boolean isPasswordField) argument
[all...]

Completed in 28 milliseconds