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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java256 IDPAuthnContextInfo idpAuthnContextInfo = null;
258 idpAuthnContextInfo = idpAuthnContextMapper.getIDPAuthnContextInfo(data.getAuthnRequest(),
264 if (idpAuthnContextInfo == null) {
284 data.setMatchingAuthnContext(idpAuthnContextInfo.getAuthnContext());
288 redirectToAuth(spSSODescriptor, binding, idpAuthnContextInfo, data);
297 sessionUpgrade = isSessionUpgrade(idpAuthnContextInfo, data.getSession());
384 redirectAuthentication(request, response, idpAuthnContextInfo, data, true);
429 private static boolean isSessionUpgrade(IDPAuthnContextInfo idpAuthnContextInfo, Object session) { argument
435 String authnClassRef = idpAuthnContextInfo.getAuthnContext().
438 int authnLevel = idpAuthnContextInfo
510 redirectToAuth(SPSSODescriptorElement spSSODescriptor, String binding, IDPAuthnContextInfo idpAuthnContextInfo, IDPSSOFederateRequest data) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java265 IDPAuthnContextInfo idpAuthnContextInfo = null;
267 idpAuthnContextInfo = idpAuthnContextMapper.getIDPAuthnContextInfo(data.getAuthnRequest(),
273 if (idpAuthnContextInfo == null) {
293 data.setMatchingAuthnContext(idpAuthnContextInfo.getAuthnContext());
297 redirectToAuth(spSSODescriptor, binding, idpAuthnContextInfo, data);
306 sessionUpgrade = isSessionUpgrade(idpAuthnContextInfo, data.getSession());
393 redirectAuthentication(request, response, idpAuthnContextInfo, data, true);
439 private static boolean isSessionUpgrade(IDPAuthnContextInfo idpAuthnContextInfo, Object session) { argument
445 String authnClassRef = idpAuthnContextInfo.getAuthnContext().
448 int authnLevel = idpAuthnContextInfo
520 redirectToAuth(SPSSODescriptorElement spSSODescriptor, String binding, IDPAuthnContextInfo idpAuthnContextInfo, IDPSSOFederateRequest data) argument
[all...]

Completed in 28 milliseconds