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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java633 * BASICAUTH
637 * If BASICAUTH or SSLWITHBASICAUTH is specified, the User parameter is
896 public static final String BASICAUTH= "BASICAUTH"; field in class:SAMLConstants
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java94 "<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>");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java94 "<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>");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java633 * BASICAUTH
637 * If BASICAUTH or SSLWITHBASICAUTH is specified, the User parameter is
896 public static final String BASICAUTH= "BASICAUTH"; field in class:SAMLConstants
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java516 if (authtype.equalsIgnoreCase(IFSConstants.BASICAUTH) ||
551 if (authtype.equalsIgnoreCase(IFSConstants.BASICAUTH) ||
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java516 if (authtype.equalsIgnoreCase(IFSConstants.BASICAUTH) ||
551 if (authtype.equalsIgnoreCase(IFSConstants.BASICAUTH) ||
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java422 if (authtype.equalsIgnoreCase(SAMLConstants.BASICAUTH) ||
457 // If the authentication type is BASICAUTH or SSLWITHBASICAUTH,
460 if (authtype.equalsIgnoreCase(SAMLConstants.BASICAUTH) ||
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java422 if (authtype.equalsIgnoreCase(SAMLConstants.BASICAUTH) ||
457 // If the authentication type is BASICAUTH or SSLWITHBASICAUTH,
460 if (authtype.equalsIgnoreCase(SAMLConstants.BASICAUTH) ||
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java242 public static final String BASICAUTH= "BASICAUTH"; field in interface:IFSConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java242 public static final String BASICAUTH= "BASICAUTH"; field in interface:IFSConstants

Completed in 48 milliseconds