Searched defs:authnServiceURL (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnQueryUtil.java438 String authnServiceURL, String authnAuthorityEntityID, String realm,
446 "authnServiceURL= " + authnServiceURL);
451 authnServiceURL = SAML2Utils.fillInBasicAuthInfo(config,
452 authnServiceURL);
457 authnServiceURL, true);
437 sendAuthnQuerySOAP(AuthnQuery authnQuery, String authnServiceURL, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnQueryUtil.java440 String authnServiceURL, String authnAuthorityEntityID, String realm,
448 "authnServiceURL= " + authnServiceURL);
453 authnServiceURL = SAML2Utils.fillInBasicAuthInfo(config,
454 authnServiceURL);
459 authnServiceURL, true);
439 sendAuthnQuerySOAP(AuthnQuery authnQuery, String authnServiceURL, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument

Completed in 54 milliseconds