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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLServiceViewBean.java90 protected static final String TABLE_TARGET_URLS = field in class:FSSAMLServiceViewBean
96 tabledAttributes.add(TABLE_TARGET_URLS);
261 if (name.equals(TABLE_TARGET_URLS)) {
362 propertySheetModel.setModel(TABLE_TARGET_URLS, tblTargetURLsModel);
388 tabledAttributesModel.put(TABLE_TARGET_URLS, tblTargetURLsModel);
585 CCActionTable tbl = (CCActionTable)getChild(TABLE_TARGET_URLS);
591 TABLE_TARGET_URLS);
593 modifiedValues.put(TABLE_TARGET_URLS, tblValues);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLServiceViewBean.java90 protected static final String TABLE_TARGET_URLS = field in class:FSSAMLServiceViewBean
96 tabledAttributes.add(TABLE_TARGET_URLS);
261 if (name.equals(TABLE_TARGET_URLS)) {
362 propertySheetModel.setModel(TABLE_TARGET_URLS, tblTargetURLsModel);
388 tabledAttributesModel.put(TABLE_TARGET_URLS, tblTargetURLsModel);
585 CCActionTable tbl = (CCActionTable)getChild(TABLE_TARGET_URLS);
591 TABLE_TARGET_URLS);
593 modifiedValues.put(TABLE_TARGET_URLS, tblValues);

Completed in 224 milliseconds