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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/
H A DCreateRemoteIDPViewBean.java62 private static final String RADIO_META = "radioMeta"; field in class:CreateRemoteIDPViewBean
136 String value = (String)getDisplayFieldValue(RADIO_META);
138 setDisplayFieldValue(RADIO_META, "url");
H A DCreateHostedIDPViewBean.java73 private static final String RADIO_META = "radioMeta"; field in class:CreateHostedIDPViewBean
258 value = (String)getDisplayFieldValue(RADIO_META);
260 setDisplayFieldValue(RADIO_META, "file");
H A DCreateHostedSPViewBean.java72 private static final String RADIO_META = "radioMeta"; field in class:CreateHostedSPViewBean
259 value = (String)getDisplayFieldValue(RADIO_META);
261 setDisplayFieldValue(RADIO_META, "file");
H A DCreateRemoteSPViewBean.java65 private static final String RADIO_META = "radioMeta"; field in class:CreateRemoteSPViewBean
161 String value = (String)getDisplayFieldValue(RADIO_META);
163 setDisplayFieldValue(RADIO_META, "url");
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DImportEntityViewBean.java68 private static final String RADIO_META = "radioMeta"; field in class:ImportEntityViewBean
114 String value = (String)getDisplayFieldValue(RADIO_META);
116 setDisplayFieldValue(RADIO_META, "url");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DImportEntityViewBean.java68 private static final String RADIO_META = "radioMeta"; field in class:ImportEntityViewBean
114 String value = (String)getDisplayFieldValue(RADIO_META);
116 setDisplayFieldValue(RADIO_META, "url");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/
H A DCreateRemoteIDPViewBean.java62 private static final String RADIO_META = "radioMeta"; field in class:CreateRemoteIDPViewBean
136 String value = (String)getDisplayFieldValue(RADIO_META);
138 setDisplayFieldValue(RADIO_META, "url");
H A DCreateHostedIDPViewBean.java73 private static final String RADIO_META = "radioMeta"; field in class:CreateHostedIDPViewBean
258 value = (String)getDisplayFieldValue(RADIO_META);
260 setDisplayFieldValue(RADIO_META, "file");
H A DCreateHostedSPViewBean.java72 private static final String RADIO_META = "radioMeta"; field in class:CreateHostedSPViewBean
259 value = (String)getDisplayFieldValue(RADIO_META);
261 setDisplayFieldValue(RADIO_META, "file");
H A DCreateRemoteSPViewBean.java65 private static final String RADIO_META = "radioMeta"; field in class:CreateRemoteSPViewBean
161 String value = (String)getDisplayFieldValue(RADIO_META);
163 setDisplayFieldValue(RADIO_META, "url");

Completed in 28 milliseconds