Searched defs:authnQuery (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.java96 * @param authnQuery the <code>AuthnQuery</code> object
106 public static Response sendAuthnQuery(AuthnQuery authnQuery, argument
148 signAuthnQuery(authnQuery, realm, false);
149 return sendAuthnQuerySOAP(authnQuery, location,
161 * @param authnQuery the <code>AuthnQuery</code> object
170 public static Response processAuthnQuery(AuthnQuery authnQuery, argument
175 verifyAuthnQuery(authnQuery, authnAuthorityEntityID, realm);
178 return SAML2Utils.getErrorResponse(authnQuery,
182 Issuer issuer = authnQuery.getIssuer();
191 return SAML2Utils.getErrorResponse(authnQuery,
348 signAuthnQuery(AuthnQuery authnQuery, String realm, boolean includeCert) argument
372 verifyAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm) argument
437 sendAuthnQuerySOAP(AuthnQuery authnQuery, String authnServiceURL, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
480 verifyResponse(Response response, AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnQueryUtil.java98 * @param authnQuery the <code>AuthnQuery</code> object
108 public static Response sendAuthnQuery(AuthnQuery authnQuery, argument
150 signAuthnQuery(authnQuery, realm, false);
151 return sendAuthnQuerySOAP(authnQuery, location,
163 * @param authnQuery the <code>AuthnQuery</code> object
172 public static Response processAuthnQuery(AuthnQuery authnQuery, argument
177 verifyAuthnQuery(authnQuery, authnAuthorityEntityID, realm);
180 return SAML2Utils.getErrorResponse(authnQuery,
184 Issuer issuer = authnQuery.getIssuer();
193 return SAML2Utils.getErrorResponse(authnQuery,
350 signAuthnQuery(AuthnQuery authnQuery, String realm, boolean includeCert) argument
374 verifyAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm) argument
439 sendAuthnQuerySOAP(AuthnQuery authnQuery, String authnServiceURL, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
482 verifyResponse(Response response, AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
[all...]

Completed in 22 milliseconds