Searched refs:tabledAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLServiceViewBean.java77 private static Set tabledAttributes = new HashSet(6); field in class:FSSAMLServiceViewBean
95 tabledAttributes.add(TABLE_SITE_ID);
96 tabledAttributes.add(TABLE_TARGET_URLS);
238 if (tabledAttributes.contains(name)) {
477 AMAdminUtils.removeMapEntries(origNonTableValues, tabledAttributes);
486 if (tabledAttributes.contains(attrName)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLServiceViewBean.java77 private static Set tabledAttributes = new HashSet(6); field in class:FSSAMLServiceViewBean
95 tabledAttributes.add(TABLE_SITE_ID);
96 tabledAttributes.add(TABLE_TARGET_URLS);
238 if (tabledAttributes.contains(name)) {
477 AMAdminUtils.removeMapEntries(origNonTableValues, tabledAttributes);
486 if (tabledAttributes.contains(attrName)) {

Completed in 30 milliseconds