Searched refs:propertySheet (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-console/src/test/java/com/sun/identity/console/base/
H A DAMPropertySheetTest.java42 private AMPropertySheet propertySheet; field in class:AMPropertySheetTest
52 propertySheet = new AMPropertySheet(mockContainerView, mockModel, NAME);
72 Map<String, Set<String>> result = propertySheet.getAttributeValues(oldValues, true, amModel);
/forgerock/openam/openam-console/src/test/java/com/sun/identity/console/base/
H A DAMPropertySheetTest.java42 private AMPropertySheet propertySheet; field in class:AMPropertySheetTest
52 propertySheet = new AMPropertySheet(mockContainerView, mockModel, NAME);
72 Map<String, Set<String>> result = propertySheet.getAttributeValues(oldValues, true, amModel);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java177 Document propertySheet = getPropertySheet(tabName);
178 Map<String, Set<String>> options = getOptions(propertySheet, tabName);
179 List<String> sectionNames = getSectionNames(propertySheet);
180 Set<String> optionalAttributes = getOptionalAttributes(propertySheet, tabName);
191 for (String attributeName : getAttributeNamesForSection(sectionName, propertySheet)) {
245 private Set<String> getOptionalAttributes(Document propertySheet, String tabName) { argument
251 NodeList optionalValuesList = (NodeList) xPath.compile(expression).evaluate(propertySheet,
346 Document propertySheet = getPropertySheet(tabName);
347 return getValues("/propertysheet/section/property/cc/@name", propertySheet);
350 List<String> getAttributeNamesForSection(String sectionName, Document propertySheet) throw argument
357 getValues(String expression, Document propertySheet) argument
372 getSectionNames(Document propertySheet) argument
387 getOptions(Document propertySheet, String tabName) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java264 Document propertySheet = getPropertySheet();
265 Map<String, List<String>> options = getOptions(propertySheet);
266 Map<String, List<LocalizableString>> optionLabels = getOptionLabels(propertySheet);
267 List<String> sectionNames = getSectionNames(propertySheet);
268 Set<String> optionalAttributes = getOptionalAttributes(propertySheet, tabName);
269 Set<String> passwordFields = getPasswordFields(propertySheet);
284 for (SMSLabel label : getLabels(sectionName, propertySheet, options, optionLabels,
399 private Set<String> getOptionalAttributes(Document propertySheet, String tabName) { argument
405 NodeList optionalValuesList = (NodeList) xPath.compile(expression).evaluate(propertySheet,
494 private List<SMSLabel> getLabels(String sectionName, Document propertySheet, argument
530 getAttributeNamesForSection(String sectionName, Document propertySheet) argument
535 getValues(String expression, Document propertySheet) argument
554 getSectionNames(Document propertySheet) argument
572 getOptionLabels(Document propertySheet) argument
586 getOptions(Document propertySheet) argument
590 getOptions(Document propertySheet, String expressionAttribute) argument
616 getPasswordFields(Document propertySheet) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java103 final AMPropertySheet propertySheet = (AMPropertySheet) getChild(PROPERTY_ATTRIBUTE);
106 if (model != null && propertySheet != null) {
112 propertySheet.setAttributeValues(valueMap, model);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java103 final AMPropertySheet propertySheet = (AMPropertySheet) getChild(PROPERTY_ATTRIBUTE);
106 if (model != null && propertySheet != null) {
112 propertySheet.setAttributeValues(valueMap, model);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCServiceProfileViewBean.java207 AMPropertySheet propertySheet = (AMPropertySheet) getChild(PROPERTY_ATTRIBUTE);
209 propertySheet.setAttributeValues(unsavedAttributeValues, model);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCServiceProfileViewBean.java207 AMPropertySheet propertySheet = (AMPropertySheet) getChild(PROPERTY_ATTRIBUTE);
209 propertySheet.setAttributeValues(unsavedAttributeValues, model);

Completed in 160 milliseconds