Searched defs:reqInfo (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java227 final AuthnRequestInfo reqInfo = new AuthnRequestInfo(request, response, realm, spEntityID, null,
231 SPCache.requestHash.put(authnRequest.getID(), reqInfo);
234 saveAuthnRequest(authnRequest, reqInfo);
254 private void saveAuthnRequest(final AuthnRequest authnRequest, final AuthnRequestInfo reqInfo) argument
263 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo),
273 SAML2Store.saveTokenWithKey(key, new AuthnRequestInfoCopy(reqInfo));
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java247 final AuthnRequestInfo reqInfo = new AuthnRequestInfo(request, response, realm, spEntityID, null,
251 SPCache.requestHash.put(authnRequest.getID(), reqInfo);
254 saveAuthnRequest(authnRequest, reqInfo);
274 private void saveAuthnRequest(final AuthnRequest authnRequest, final AuthnRequestInfo reqInfo) argument
283 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo),
293 SAML2Store.saveTokenWithKey(key, new AuthnRequestInfoCopy(reqInfo));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java1917 protected void sendQueryInformation(String reqInfo) { argument
1936 .append(reqInfo)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java1917 protected void sendQueryInformation(String reqInfo) { argument
1936 .append(reqInfo)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java295 AuthnRequestInfo reqInfo = null;
298 reqInfo = (AuthnRequestInfo) SPCache.requestHash.get(inRespToResp);
299 if (reqInfo == null) {
312 reqInfo = reqInfoCopy.getAuthnRequestInfo(httpRequest, httpResponse);
334 reqInfo = reqInfoCopy.getAuthnRequestInfo(httpRequest, httpResponse);
349 // reqInfo can remain null and will do for IDP initiated SSO requests
356 if (reqInfo != null) {
357 authnRequest = reqInfo.getAuthnRequest();
613 reqInfo,
877 final AuthnRequestInfo reqInfo,
873 fillMap(final List authnStmts, final Subject subject, final Assertion assertion, final List assertions, final AuthnRequestInfo reqInfo, final String inRespToResp, final String orgName, final String hostEntityId, final String idpEntityId, final SPSSOConfigElement spConfig, final Date notOnOrAfterTime) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java297 AuthnRequestInfo reqInfo = null;
300 reqInfo = (AuthnRequestInfo) SPCache.requestHash.get(inRespToResp);
301 if (reqInfo == null) {
314 reqInfo = reqInfoCopy.getAuthnRequestInfo(httpRequest, httpResponse);
336 reqInfo = reqInfoCopy.getAuthnRequestInfo(httpRequest, httpResponse);
351 // reqInfo can remain null and will do for IDP initiated SSO requests
358 if (reqInfo != null) {
359 authnRequest = reqInfo.getAuthnRequest();
606 reqInfo,
913 final AuthnRequestInfo reqInfo,
909 fillMap(final List authnStmts, final Subject subject, final Assertion assertion, final List assertions, final AuthnRequestInfo reqInfo, final String inRespToResp, final String orgName, final String hostEntityId, final String idpEntityId, final SPSSOConfigElement spConfig, final Date notOnOrAfterTime) argument
[all...]

Completed in 89 milliseconds