Searched refs:IDPSingleLogout (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleLogoutServiceSOAP.java42 import com.sun.identity.saml2.profile.IDPSingleLogout;
198 loRes = IDPSingleLogout.processLogoutRequest(logoutReq, request,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleLogoutServiceSOAP.java42 import com.sun.identity.saml2.profile.IDPSingleLogout;
198 loRes = IDPSingleLogout.processLogoutRequest(logoutReq, request, response, response.getWriter(),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java875 String location = IDPSingleLogout.getSingleLogoutLocation(remoteEntity, realm, SAML2Constants.HTTP_REDIRECT);
1049 IDPSingleLogout.initiateLogoutRequest(request, response, out, binding, paramsMap);
H A DIDPSingleLogout.java25 * $Id: IDPSingleLogout.java,v 1.28 2009/11/25 01:20:47 madan_ranganath Exp $
83 public class IDPSingleLogout { class
116 private IDPSingleLogout() { method in class:IDPSingleLogout
209 debug.message("IDPSingleLogout.initiateLogoutRequest: "
228 debug.error("IDPSingleLogout.initiateLogoutReq: Error while deleting token from " +
242 debug.message("IDPSingleLogout.initiateLogoutReq:" +
260 debug.error("IDPSingleLogout.initiateLogoutReq: Error while deleting token from " +
286 debug.message("IDPSingleLogout.initLogoutReq: processing spEntityID " + spEntityID);
311 "IDPSingleLogout.initiateLogoutRequest:" , ex);
373 debug.message("IDPSingleLogout
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java935 String location = IDPSingleLogout.getSingleLogoutLocation(remoteEntity, realm, SAML2Constants.HTTP_REDIRECT);
1109 IDPSingleLogout.initiateLogoutRequest(request, response, out, binding, paramsMap);
H A DIDPSingleLogout.java25 * $Id: IDPSingleLogout.java,v 1.28 2009/11/25 01:20:47 madan_ranganath Exp $
84 public class IDPSingleLogout { class
117 private IDPSingleLogout() { method in class:IDPSingleLogout
210 debug.message("IDPSingleLogout.initiateLogoutRequest: "
229 debug.error("IDPSingleLogout.initiateLogoutReq: Error while deleting token from " +
243 debug.message("IDPSingleLogout.initiateLogoutReq:" +
261 debug.error("IDPSingleLogout.initiateLogoutReq: Error while deleting token from " +
287 debug.message("IDPSingleLogout.initLogoutReq: processing spEntityID " + spEntityID);
312 "IDPSingleLogout.initiateLogoutRequest:" , ex);
374 debug.message("IDPSingleLogout
[all...]

Completed in 493 milliseconds