Searched defs:matchingAuthnContext (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DIDPSSOFederateRequest.java42 private AuthnContext matchingAuthnContext; field in class:IDPSSOFederateRequest
180 * @param matchingAuthnContext context to set.
182 public void setMatchingAuthnContext(AuthnContext matchingAuthnContext) { argument
183 this.matchingAuthnContext = matchingAuthnContext;
192 return matchingAuthnContext;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DIDPSSOFederateRequest.java42 private AuthnContext matchingAuthnContext; field in class:IDPSSOFederateRequest
180 * @param matchingAuthnContext context to set.
182 public void setMatchingAuthnContext(AuthnContext matchingAuthnContext) { argument
183 this.matchingAuthnContext = matchingAuthnContext;
192 return matchingAuthnContext;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java385 * @param matchingAuthnContext the <code>AuthnContext</code> used to find
392 AuthnContext matchingAuthnContext)
471 matchingAuthnContext);
779 * @param matchingAuthnContext the <code>AuthnContext</code> used to find authentication type and scheme.
794 AuthnContext matchingAuthnContext)
814 nameIDFormat, acsURL, affiliationID, matchingAuthnContext);
867 * @param matchingAuthnContext the <code>AuthnContext</code> used to find authentication type and scheme.
882 AuthnContext matchingAuthnContext)
905 matchingAuthnContext);
1133 * @param matchingAuthnContext Th
388 sendResponseToACS(HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnReq, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String relayState, AuthnContext matchingAuthnContext) argument
783 getResponse( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
871 getAssertion( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
1137 getAuthnStatement( HttpServletRequest request, Object session, NewBoolean isNewSessionIndex, AuthnRequest authnReq, String idpEntityID, String realm, AuthnContext matchingAuthnContext) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java389 * @param matchingAuthnContext the <code>AuthnContext</code> used to find
396 AuthnContext matchingAuthnContext)
475 matchingAuthnContext);
788 * @param matchingAuthnContext the <code>AuthnContext</code> used to find authentication type and scheme.
803 AuthnContext matchingAuthnContext)
823 nameIDFormat, acsURL, affiliationID, matchingAuthnContext);
876 * @param matchingAuthnContext the <code>AuthnContext</code> used to find authentication type and scheme.
891 AuthnContext matchingAuthnContext)
914 matchingAuthnContext, idpMetaAlias);
1142 * @param matchingAuthnContext Th
392 sendResponseToACS(HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnReq, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String relayState, AuthnContext matchingAuthnContext) argument
792 getResponse( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
880 getAssertion( HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext) argument
1147 getAuthnStatement( HttpServletRequest request, Object session, NewBoolean isNewSessionIndex, AuthnRequest authnReq, String idpEntityID, String realm, AuthnContext matchingAuthnContext, String metaAlias) argument
[all...]

Completed in 27 milliseconds