Lines Matching defs:spEntityID

284                 String spEntityID = pair.getSPEntityID();
286 debug.message("IDPSingleLogout.initLogoutReq: processing spEntityID " + spEntityID);
290 List<SingleLogoutServiceElement> slosList = getSPSLOServiceEndpoints(realm, spEntityID);
293 SPSSOConfigElement spConfig = sm.getSPSSOConfig(realm, spEntityID);
306 requestID = LogoutUtil.doLogout(metaAlias, spEntityID, extensionsList, logoutEndpoint, relayState,
477 String spEntityID = logoutReq.getIssuer().getValue();
486 debug.message(classMethod + "spEntityID : " + spEntityID);
494 SAML2Constants.IDP_ROLE, spEntityID);
497 spEntityID, idpEntityID, SAML2Constants.IDP_ROLE);
532 realm, idpEntityID, spEntityID, binding);
562 SingleLogoutServiceElement endpoint = getLogoutResponseEndpoint(realm, spEntityID, binding);
585 idpEntityID, spEntityID, relayState, logoutReq.toString(),
606 spEntityID, binding);
611 private static SingleLogoutServiceElement getLogoutResponseEndpoint(String realm, String spEntityID,
614 LogoutUtil.getMostAppropriateSLOServiceLocation(getSPSLOServiceEndpoints(realm, spEntityID), binding);
637 public static String getSingleLogoutLocation(String spEntityID, String realm, String binding)
639 List<SingleLogoutServiceElement> slosList = getSPSLOServiceEndpoints(realm, spEntityID);
752 String spEntityID = logoutRes.getIssuer().getValue();
765 debug.message(method + "spEntityID : " + spEntityID);
772 spEntityID, idpEntityID, SAML2Constants.IDP_ROLE);
777 SAML2Constants.IDP_ROLE, spEntityID);
806 logoutRes, relayState, metaAlias, idpEntityID, spEntityID, realm,
816 String spEntity = (String) logoutResponseMap.get("spEntityID");
833 String spEntityID, String realm, String binding)
894 spEntityID = pair.getSPEntityID();
900 List<SingleLogoutServiceElement> slosList = getSPSLOServiceEndpoints(realm, spEntityID);
902 SPSSOConfigElement spConfig = sm.getSPSSOConfig(realm, spEntityID);
910 StringBuffer requestID = LogoutUtil.doLogout(metaAlias, spEntityID, extensionsList, logoutEndpoint,
1184 String spEntityID = pair.getSPEntityID();
1187 + spEntityID);
1189 List<SingleLogoutServiceElement> slosList = getSPSLOServiceEndpoints(realm, spEntityID);
1193 spConfig = SAML2Utils.getSAML2MetaManager().getSPSSOConfig(realm, spEntityID);
1206 requestID = LogoutUtil.doLogout(metaAlias, spEntityID, null, logoutEndpoint, relayState,
1582 * @param spEntityID The entity id of the remote SP.
1589 String realm, String idpEntityID, String spEntityID,
1599 SingleLogoutServiceElement endpoint = getLogoutResponseEndpoint(realm, spEntityID, binding);
1606 spEntityID, binding);
1761 * @param spEntityID the id for the service provider configuration entity
1767 final String spEntityID) throws SAML2Exception {
1769 SPSSODescriptorElement spsso = sm.getSPSSODescriptor(realm, spEntityID);
1772 String[] data = {spEntityID};