Searched defs:sendLastResponse (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 DIDPSingleLogout.java886 return sendLastResponse(idpSession, logoutRes, request, response, idpSessionIndex, session, realm,
929 return sendLastResponse(idpSession, logoutRes, request, response, idpSessionIndex, session, realm,
1237 sendLastResponse(idpSession, null, request, response, sessionIndex, session, realm, idpEntityID,
1609 private static boolean sendLastResponse(IDPSession idpSession, LogoutResponse logoutRes, HttpServletRequest request, method in class:IDPSingleLogout
1632 debug.error("IDPSingleLogout.sendLastResponse: Error while deleting token from " +
1646 debug.message("IDPSingleLogout.sendLastResponse: MP/Http");
1655 debug.error("IDPSIngleLogout.sendLastResponse: MP/IDP initiated HTTP", ex);
1699 debug.error("IDPSingleLogout.sendLastResponse: Error while deleting token from " +
1719 debug.message("IDPSingleLogout.sendLastResponse: MP/Http");
1726 debug.message("IDPSingleLogout.sendLastResponse
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSingleLogout.java881 return sendLastResponse(idpSession, logoutRes, request, response, out, idpSessionIndex, session, realm,
924 return sendLastResponse(idpSession, logoutRes, request, response, out, idpSessionIndex, session, realm,
1230 sendLastResponse(idpSession, null, request, response, out, sessionIndex, session, realm, idpEntityID,
1602 private static boolean sendLastResponse(IDPSession idpSession, LogoutResponse logoutRes, HttpServletRequest request, method in class:IDPSingleLogout
1631 debug.error("IDPSingleLogout.sendLastResponse: Error while deleting token from " +
1645 debug.message("IDPSingleLogout.sendLastResponse: MP/Http");
1654 debug.error("IDPSIngleLogout.sendLastResponse: MP/IDP initiated HTTP", ex);
1698 debug.error("IDPSingleLogout.sendLastResponse: Error while deleting token from " +
1718 debug.message("IDPSingleLogout.sendLastResponse: MP/Http");
1725 debug.message("IDPSingleLogout.sendLastResponse
[all...]

Completed in 35 milliseconds