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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java93 templates.put(SAMLConstants.AUTHTYPE,
94 "<property><label name=\"lblAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.label\" labelFor=\"" + SAMLConstants.AUTHTYPE + "\" /><cc name=\"" + SAMLConstants.AUTHTYPE + "\" tagclass=\"com.sun.web.ui.taglib.html.CCRadioButtonTag\"><option label=\"saml.profile.trustedPartners.authenticationType.option.none\" value=\"" + SAMLConstants.NOAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.basic\" value=\"" + SAMLConstants.BASICAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.ssl\" value=\"" + SAMLConstants.SSL + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.sslWithBasic\" value=\"" + SAMLConstants.SSLWITHBASICAUTH + "\" /></cc><fieldhelp name=\"helpAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.help\" /></property>");
95 readonlyTemplates.put(SAMLConstants.AUTHTYPE,
96 "<property><label name=\"lblAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.label\" labelFor=\"" + SAMLConstants.AUTHTYPE + "\" /><cc name=\"" + SAMLConstants.AUTHTYPE + "\" tagclass=\"com.sun.web.ui.taglib.html.CCStaticTextFieldTag\" /><fieldhelp name=\"helpAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.help\" /></property>");
H A DFSSAMLTrustedPartnersViewBeanBase.java117 exactAttributeNames.put(SAMLConstants.AUTHTYPE.toLowerCase(),
118 SAMLConstants.AUTHTYPE);
H A DSAMLPropertyXMLBuilder.java112 SAMLConstants.AUTHTYPE,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java93 templates.put(SAMLConstants.AUTHTYPE,
94 "<property><label name=\"lblAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.label\" labelFor=\"" + SAMLConstants.AUTHTYPE + "\" /><cc name=\"" + SAMLConstants.AUTHTYPE + "\" tagclass=\"com.sun.web.ui.taglib.html.CCRadioButtonTag\"><option label=\"saml.profile.trustedPartners.authenticationType.option.none\" value=\"" + SAMLConstants.NOAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.basic\" value=\"" + SAMLConstants.BASICAUTH + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.ssl\" value=\"" + SAMLConstants.SSL + "\" /><option label=\"saml.profile.trustedPartners.authenticationType.option.sslWithBasic\" value=\"" + SAMLConstants.SSLWITHBASICAUTH + "\" /></cc><fieldhelp name=\"helpAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.help\" /></property>");
95 readonlyTemplates.put(SAMLConstants.AUTHTYPE,
96 "<property><label name=\"lblAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.label\" labelFor=\"" + SAMLConstants.AUTHTYPE + "\" /><cc name=\"" + SAMLConstants.AUTHTYPE + "\" tagclass=\"com.sun.web.ui.taglib.html.CCStaticTextFieldTag\" /><fieldhelp name=\"helpAuthenticationType\" defaultValue=\"saml.profile.trustedPartners.authenticationType.help\" /></property>");
H A DFSSAMLTrustedPartnersViewBeanBase.java117 exactAttributeNames.put(SAMLConstants.AUTHTYPE.toLowerCase(),
118 SAMLConstants.AUTHTYPE);
H A DSAMLPropertyXMLBuilder.java112 SAMLConstants.AUTHTYPE,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java642 public static final String AUTHTYPE = "AUTHTYPE"; field in class:SAMLConstants
H A DSAMLServiceManager.java1004 SAMLConstants.AUTHTYPE)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java642 public static final String AUTHTYPE = "AUTHTYPE"; field in class:SAMLConstants
H A DSAMLServiceManager.java1004 SAMLConstants.AUTHTYPE)) {

Completed in 56 milliseconds