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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfo.java58 * @param authnReq the Authentication Request Object
68 AuthnRequest authnReq,
73 authnRequest = authnReq;
63 AuthnRequestInfo(HttpServletRequest request, HttpServletResponse response, String realm, String spEntityID, String idpEntityID, AuthnRequest authnReq, String relayState, Map paramsMap) argument
H A DIDPSSOUtil.java177 * @param authnReq the <code>AuthnRequest</code> object
188 AuthnRequest authnReq,
195 doSSOFederate(request, response, out, authnReq,
206 * @param authnReq the <code>AuthnRequest</code> object
218 AuthnRequest authnReq,
249 if (authnReq != null) {
250 authnRequestStr = authnReq.toXMLString();
251 auditor.setRequestId(authnReq.getID());
290 if (authnReq == null) {
309 if (authnReq
185 doSSOFederate(HttpServletRequest request, HttpServletResponse response, PrintWriter out, AuthnRequest authnReq, String spEntityID, String idpMetaAlias, String nameIDFormat, String relayState, SAML2EventLogger auditor) argument
215 doSSOFederate(HttpServletRequest request, HttpServletResponse response, PrintWriter out, AuthnRequest authnReq, String spEntityID, String idpMetaAlias, String nameIDFormat, String relayState, Object newSession, SAML2EventLogger auditor) argument
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
625 sendNoPassiveResponse(HttpServletRequest request, HttpServletResponse response, PrintWriter out, String idpMetaAlias, String idpEntityID, String realm, AuthnRequest authnReq, String relayState, String spEntityID) 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
1449 getSubject(Object session, AuthnRequest authnReq, String acsURL, String nameIDFormat, String realm, String idpEntityID, String recipientEntityID, int effectiveTime, String affiliationID) argument
1734 getACSurl(String spEntityID, String realm, AuthnRequest authnReq, HttpServletRequest request, StringBuffer rBinding) argument
2336 redirectAuthentication( HttpServletRequest request, HttpServletResponse response, AuthnRequest authnReq, String reqID, String realm, String idpEntityID, String spEntityID) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfo.java60 * @param authnReq the Authentication Request Object
70 AuthnRequest authnReq,
75 authnRequest = authnReq;
65 AuthnRequestInfo(HttpServletRequest request, HttpServletResponse response, String realm, String spEntityID, String idpEntityID, AuthnRequest authnReq, String relayState, Map paramsMap) argument
H A DIDPSSOUtil.java181 * @param authnReq the <code>AuthnRequest</code> object
192 AuthnRequest authnReq,
199 doSSOFederate(request, response, out, authnReq,
210 * @param authnReq the <code>AuthnRequest</code> object
222 AuthnRequest authnReq,
253 if (authnReq != null) {
254 authnRequestStr = authnReq.toXMLString();
255 auditor.setRequestId(authnReq.getID());
294 if (authnReq == null) {
313 if (authnReq
189 doSSOFederate(HttpServletRequest request, HttpServletResponse response, PrintWriter out, AuthnRequest authnReq, String spEntityID, String idpMetaAlias, String nameIDFormat, String relayState, SAML2EventLogger auditor) argument
219 doSSOFederate(HttpServletRequest request, HttpServletResponse response, PrintWriter out, AuthnRequest authnReq, String spEntityID, String idpMetaAlias, String nameIDFormat, String relayState, Object newSession, SAML2EventLogger auditor) argument
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
632 sendResponseWithStatus(HttpServletRequest request, HttpServletResponse response, PrintWriter out, String idpMetaAlias, String idpEntityID, String realm, AuthnRequest authnReq, String relayState, String spEntityID, String firstlevelStatusCodeValue, String secondlevelStatusCodeValue) 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
1480 getSubject(Object session, AuthnRequest authnReq, String acsURL, String nameIDFormat, String realm, String idpEntityID, String recipientEntityID, int effectiveTime, String affiliationID) argument
1767 getACSurl(String spEntityID, String realm, AuthnRequest authnReq, HttpServletRequest request, StringBuffer rBinding) argument
2369 redirectAuthentication( HttpServletRequest request, HttpServletResponse response, AuthnRequest authnReq, String reqID, String realm, String idpEntityID, String spEntityID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DIDPSSOFederateRequest.java41 private AuthnRequest authnReq; field in class:IDPSSOFederateRequest
123 * @param authnReq the authentication request.
125 public void setAuthnRequest(AuthnRequest authnReq) { argument
126 this.authnReq = authnReq;
135 return authnReq;
144 if (null == reqID && null != authnReq) {
145 return authnReq.getID();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DIDPSSOFederateRequest.java41 private AuthnRequest authnReq; field in class:IDPSSOFederateRequest
123 * @param authnReq the authentication request.
125 public void setAuthnRequest(AuthnRequest authnReq) { argument
126 this.authnReq = authnReq;
135 return authnReq;
144 if (null == reqID && null != authnReq) {
145 return authnReq.getID();

Completed in 318 milliseconds