Searched refs:HOST_LIST (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java127 templates.put(SAMLConstants.HOST_LIST,
128 "<property required=\"true\"><label name=\"lblHostlist\" defaultValue=\"saml.profile.trustedPartners.hostList.label\" labelFor=\"" + SAMLConstants.HOST_LIST + "\" /><cc name=\"" + SAMLConstants.HOST_LIST + "\" tagclass=\"com.sun.web.ui.taglib.html.CCTextFieldTag\"><attribute name=\"size\" value=\"75\" /><attribute name=\"autoSubmit\" value=\"false\"/></cc><fieldhelp name=\"helpHostList\" defaultValue=\"saml.profile.trustedPartners.hostList.help\" /></property>");
129 readonlyTemplates.put(SAMLConstants.HOST_LIST,
130 "<property><label name=\"lblHostlist\" defaultValue=\"saml.profile.trustedPartners.hostList.label\" labelFor=\"" + SAMLConstants.HOST_LIST + "\" /><cc name=\"" + SAMLConstants.HOST_LIST + "\" tagclass=\"com.sun.web.ui.taglib.html.CCStaticTextFieldTag\" /><fieldhelp name=\"helpHostList\" defaultValue=\"saml.profile.trustedPartners.hostList.help\" /></property>");
H A DSAMLProperty.java55 mandatoryAttributeNames.add (SAMLConstants.HOST_LIST);
H A DSAMLPropertyXMLBuilder.java63 SAMLConstants.HOST_LIST,
73 SAMLConstants.HOST_LIST
158 SAMLConstants.HOST_LIST,
168 SAMLConstants.HOST_LIST
H A DFSSAMLTrustedPartnersViewBeanBase.java88 errorMessages.put(SAMLConstants.HOST_LIST,
103 exactAttributeNames.put(SAMLConstants.HOST_LIST.toLowerCase(),
104 SAMLConstants.HOST_LIST);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java127 templates.put(SAMLConstants.HOST_LIST,
128 "<property required=\"true\"><label name=\"lblHostlist\" defaultValue=\"saml.profile.trustedPartners.hostList.label\" labelFor=\"" + SAMLConstants.HOST_LIST + "\" /><cc name=\"" + SAMLConstants.HOST_LIST + "\" tagclass=\"com.sun.web.ui.taglib.html.CCTextFieldTag\"><attribute name=\"size\" value=\"75\" /><attribute name=\"autoSubmit\" value=\"false\"/></cc><fieldhelp name=\"helpHostList\" defaultValue=\"saml.profile.trustedPartners.hostList.help\" /></property>");
129 readonlyTemplates.put(SAMLConstants.HOST_LIST,
130 "<property><label name=\"lblHostlist\" defaultValue=\"saml.profile.trustedPartners.hostList.label\" labelFor=\"" + SAMLConstants.HOST_LIST + "\" /><cc name=\"" + SAMLConstants.HOST_LIST + "\" tagclass=\"com.sun.web.ui.taglib.html.CCStaticTextFieldTag\" /><fieldhelp name=\"helpHostList\" defaultValue=\"saml.profile.trustedPartners.hostList.help\" /></property>");
H A DSAMLProperty.java55 mandatoryAttributeNames.add (SAMLConstants.HOST_LIST);
H A DSAMLPropertyXMLBuilder.java63 SAMLConstants.HOST_LIST,
73 SAMLConstants.HOST_LIST
158 SAMLConstants.HOST_LIST,
168 SAMLConstants.HOST_LIST
H A DFSSAMLTrustedPartnersViewBeanBase.java88 errorMessages.put(SAMLConstants.HOST_LIST,
103 exactAttributeNames.put(SAMLConstants.HOST_LIST.toLowerCase(),
104 SAMLConstants.HOST_LIST);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java734 public static final String HOST_LIST = "hostlist"; field in class:SAMLConstants
H A DSAMLServiceManager.java1181 SAMLConstants.HOST_LIST)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java734 public static final String HOST_LIST = "hostlist"; field in class:SAMLConstants
H A DSAMLServiceManager.java1181 SAMLConstants.HOST_LIST)) {

Completed in 2197 milliseconds