Searched defs:sloURL (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2PostAuthenticationPlugin.java299 String idpEntityId, String sloURL, String hostEntity) throws SAML2Exception {
323 return (sloURL.contains("?") ? "&" : "?") + signedQueryString;
298 getRedirectURL(String sloRequestXMLString, String relayState, String realm, String idpEntityId, String sloURL, String hostEntity) argument
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2PostAuthenticationPlugin.java299 String idpEntityId, String sloURL, String hostEntity) throws SAML2Exception {
323 return (sloURL.contains("?") ? "&" : "?") + signedQueryString;
298 getRedirectURL(String sloRequestXMLString, String relayState, String realm, String idpEntityId, String sloURL, String hostEntity) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java314 String sloURL,
361 String redirectURL = sloURL + (sloURL.contains("?") ? "&" : "?") +
366 debug.message(method + "LogoutRedirectURL : " + sloURL);
377 * @param sloURL SOAP logout URL on IDP side.
387 String sloURL,
397 + sloRequestXMLString + "\nSOAPURL : " + sloURL);
402 resMsg = SOAPCommunicator.getInstance().sendSOAPMessage(sloRequestXMLString, sloURL,
1128 LogoutResponse sloResponse, String sloURL, String relayState,
1132 sendSLOResponseRedirect(response, sloResponse, sloURL, relayStat
312 doSLOByHttpRedirect( String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response) argument
384 doSLOBySOAP( String requestID, LogoutRequest sloRequest, String sloURL, String realm, String hostEntity, String hostRole, HttpServletRequest request, HttpServletResponse response) argument
1127 sendSLOResponse(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1136 sendSLOResponse(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, String binding) argument
1150 sendSLOResponsePost(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1164 sendSLOResponseRedirect(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1390 doSLOByPOST(String requestID, String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostRole, HttpServletResponse response, HttpServletRequest request) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java316 String sloURL,
363 String redirectURL = sloURL + (sloURL.contains("?") ? "&" : "?") +
368 debug.message(method + "LogoutRedirectURL : " + sloURL);
379 * @param sloURL SOAP logout URL on IDP side.
389 String sloURL,
399 + sloRequestXMLString + "\nSOAPURL : " + sloURL);
404 resMsg = SOAPCommunicator.getInstance().sendSOAPMessage(sloRequestXMLString, sloURL,
1130 LogoutResponse sloResponse, String sloURL, String relayState,
1134 sendSLOResponseRedirect(response, sloResponse, sloURL, relayStat
314 doSLOByHttpRedirect( String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, HttpServletResponse response) argument
386 doSLOBySOAP( String requestID, LogoutRequest sloRequest, String sloURL, String realm, String hostEntity, String hostRole, HttpServletRequest request, HttpServletResponse response) argument
1129 sendSLOResponse(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1138 sendSLOResponse(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity, String binding) argument
1152 sendSLOResponsePost(HttpServletResponse response, HttpServletRequest request, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1166 sendSLOResponseRedirect(HttpServletResponse response, LogoutResponse sloResponse, String sloURL, String relayState, String realm, String hostEntity, String hostEntityRole, String remoteEntity) argument
1392 doSLOByPOST(String requestID, String sloRequestXMLString, String sloURL, String relayState, String realm, String hostEntity, String hostRole, HttpServletResponse response, HttpServletRequest request) argument
[all...]

Completed in 28 milliseconds