Searched refs:TF_DISPNAME (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedGeneralViewBean.java142 WSFedPropertiesModel.TF_DISPNAME, getDisplayName(spmap));
155 WSFedPropertiesModel.TF_DISPNAME,
162 WSFedPropertiesModel.TF_DISPNAME,
178 if (map.get(WSFedPropertiesModel.TF_DISPNAME) != null) {
179 List list = (List)map.get(WSFedPropertiesModel.TF_DISPNAME);
H A DWSFedIDPViewBean.java107 if (entry.getKey().equals(WSFedPropertiesModel.TF_DISPNAME)) {
H A DWSFedSPViewBean.java101 if (entry.getKey().equals(WSFedPropertiesModel.TF_DISPNAME)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedGeneralViewBean.java145 WSFedPropertiesModel.TF_DISPNAME, getDisplayName(spmap));
158 WSFedPropertiesModel.TF_DISPNAME,
165 WSFedPropertiesModel.TF_DISPNAME,
181 if (map.get(WSFedPropertiesModel.TF_DISPNAME) != null) {
182 List list = (List)map.get(WSFedPropertiesModel.TF_DISPNAME);
H A DWSFedSPViewBean.java101 if (entry.getKey().equals(WSFedPropertiesModel.TF_DISPNAME)) {
H A DWSFedIDPViewBean.java121 if (entry.getKey().equals(WSFedPropertiesModel.TF_DISPNAME)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java72 GEN_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
78 GEN_DUAL_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
85 SPEX_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
107 IDPEX_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
329 } else if (key.equals(TF_DISPNAME)) {
335 tmpMap.put(TF_DISPNAME, set);
342 tmpMap.put(TF_DISPNAME, set);
349 tmpMap.put(TF_DISPNAME, set);
355 tmpMap.put(TF_DISPNAME, set);
416 SPEX_DATA_MAP.put(TF_DISPNAME, Collection
[all...]
H A DWSFedPropertiesModel.java51 String TF_DISPNAME ="displayName"; field in interface:WSFedPropertiesModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java72 GEN_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
78 GEN_DUAL_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
85 SPEX_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
107 IDPEX_DATA_MAP.put(TF_DISPNAME, Collections.EMPTY_SET);
333 } else if (key.equals(TF_DISPNAME)) {
339 tmpMap.put(TF_DISPNAME, set);
346 tmpMap.put(TF_DISPNAME, set);
353 tmpMap.put(TF_DISPNAME, set);
359 tmpMap.put(TF_DISPNAME, set);
420 SPEX_DATA_MAP.put(TF_DISPNAME, Collection
[all...]
H A DWSFedPropertiesModel.java49 String TF_DISPNAME ="displayName"; field in interface:WSFedPropertiesModel

Completed in 42 milliseconds