Searched defs:acsURL (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 DIDPSSOUtil.java396 String acsURL = IDPSSOUtil.getACSurl(
400 if ((acsURL == null) || (acsURL.trim().length() == 0)) {
470 idpMetaAlias, realm, nameIDFormat, acsURL, affiliationID,
501 idpEntityID, idpMetaAlias, realm, relayState, acsURL, res,
526 idpMetaAlias, realm, relayState, acsURL, res, session);
545 String acsURL,
565 cacheList.add(6, acsURL);
631 String acsURL = IDPSSOUtil.getACSurl(spEntityID, realm, authnReq, request, returnedBinding);
634 acsURL, re
536 setCOTCookie( HttpServletRequest request, HttpServletResponse response, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) argument
692 sendResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) 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
1449 getSubject(Object session, AuthnRequest authnReq, String acsURL, String nameIDFormat, String realm, String idpEntityID, String recipientEntityID, int effectiveTime, String affiliationID) argument
1637 getSubjectConfirmation( String inResponseTo, String acsURL, int effectiveTime) argument
1766 getACSurl(String spEntityID, String realm, String acsURL, String binding, Integer index, HttpServletRequest request, StringBuffer rBinding) argument
1858 getBindingForAcsUrl( String spEntityID, String realm, String acsURL) argument
2034 sendResponseArtifact(HttpServletRequest request, HttpServletResponse response, String idpEntityID, String spEntityID, String realm, String acsURL, String relayState, Response res, Object session, Map props) argument
2170 sendResponseECP(HttpServletRequest request, HttpServletResponse response, PrintWriter out, String idpEntityID, String realm, String acsURL, Response res) argument
2938 isACSurlValidInMetadataSP(String acsURL, String spEntityID, String realm) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java400 String acsURL = IDPSSOUtil.getACSurl(
404 if ((acsURL == null) || (acsURL.trim().length() == 0)) {
474 idpMetaAlias, realm, nameIDFormat, acsURL, affiliationID,
505 idpEntityID, idpMetaAlias, realm, relayState, acsURL, res,
530 idpMetaAlias, realm, relayState, acsURL, res, session);
549 String acsURL,
569 cacheList.add(6, acsURL);
640 String acsURL = IDPSSOUtil.getACSurl(spEntityID, realm, authnReq, request, returnedBinding);
643 acsURL, re
540 setCOTCookie( HttpServletRequest request, HttpServletResponse response, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) argument
701 sendResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session) 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
1480 getSubject(Object session, AuthnRequest authnReq, String acsURL, String nameIDFormat, String realm, String idpEntityID, String recipientEntityID, int effectiveTime, String affiliationID) argument
1670 getSubjectConfirmation( String inResponseTo, String acsURL, int effectiveTime) argument
1799 getACSurl(String spEntityID, String realm, String acsURL, String binding, Integer index, HttpServletRequest request, StringBuffer rBinding) argument
1891 getBindingForAcsUrl( String spEntityID, String realm, String acsURL) argument
2067 sendResponseArtifact(HttpServletRequest request, HttpServletResponse response, String idpEntityID, String spEntityID, String realm, String acsURL, String relayState, Response res, Object session, Map props) argument
2203 sendResponseECP(HttpServletRequest request, HttpServletResponse response, PrintWriter out, String idpEntityID, String realm, String acsURL, Response res) argument
2971 isACSurlValidInMetadataSP(String acsURL, String spEntityID, String realm) argument
[all...]

Completed in 25 milliseconds