Searched refs:samlResponse (Results 26 - 36 of 36) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java507 * @param samlResponse <code>LogoutResponse</code> in the
519 String samlResponse,
523 debug.message(method + "samlResponse : " + samlResponse);
566 logoutRes = LogoutUtil.getLogoutResponseFromPost(samlResponse,
569 String decodedStr = SAML2Utils.decodeFromRedirect(samlResponse);
516 processLogoutResponse( HttpServletRequest request, HttpServletResponse response, String samlResponse, String relayState) argument
H A DLogoutUtil.java1407 static LogoutResponse getLogoutResponseFromPost(String samlResponse, argument
1410 if (samlResponse == null) {
1418 byte[] raw = Base64.decode(samlResponse);
H A DDoManageNameID.java2321 static String getMNIResponseFromPost(String samlResponse, argument
2324 if (samlResponse == null) {
2332 byte[] raw = Base64.decode(samlResponse);
H A DSPACSUtils.java890 String samlResponse = request.getParameter(
892 if (samlResponse == null) {
909 byte[] raw = Base64.decode(samlResponse);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSingleLogout.java691 * @param samlResponse <code>LogoutResponse</code> in the
702 PrintWriter out, String samlResponse, String relayState) throws SAML2Exception, SessionException {
705 debug.message(method + "samlResponse : " + samlResponse);
729 logoutRes = LogoutUtil.getLogoutResponseFromPost(samlResponse,
733 SAML2Utils.decodeFromRedirect(samlResponse);
701 processLogoutResponse(HttpServletRequest request, HttpServletResponse response, PrintWriter out, String samlResponse, String relayState) argument
H A DSPSingleLogout.java507 * @param samlResponse <code>LogoutResponse</code> in the
519 String samlResponse,
523 debug.message(method + "samlResponse : " + samlResponse);
566 logoutRes = LogoutUtil.getLogoutResponseFromPost(samlResponse,
569 String decodedStr = SAML2Utils.decodeFromRedirect(samlResponse);
516 processLogoutResponse( HttpServletRequest request, HttpServletResponse response, String samlResponse, String relayState) argument
H A DLogoutUtil.java1409 static LogoutResponse getLogoutResponseFromPost(String samlResponse, argument
1412 if (samlResponse == null) {
1420 byte[] raw = Base64.decode(samlResponse);
H A DDoManageNameID.java2323 static String getMNIResponseFromPost(String samlResponse, argument
2326 if (samlResponse == null) {
2334 byte[] raw = Base64.decode(samlResponse);
H A DSPACSUtils.java893 String samlResponse = request.getParameter(
895 if (samlResponse == null) {
912 byte[] raw = Base64.decode(samlResponse);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java148 protected FSResponse samlResponse = null; field in class:FSAssertionArtifactHandler
469 authnResponse, (FSResponse)samlResponse,
1732 authnRequest, authnResponse, (FSResponse)samlResponse))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java150 protected FSResponse samlResponse = null; field in class:FSAssertionArtifactHandler
471 authnResponse, (FSResponse)samlResponse,
1734 authnRequest, authnResponse, (FSResponse)samlResponse))

Completed in 86 milliseconds

12