Searched refs:getRemoteEntityID (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSessionListener.java235 IDPSSODescriptorElement idpsso = sm.getIDPSSODescriptor(realm, nameIdInfoKey.getRemoteEntityID());
238 String[] data = {nameIdInfoKey.getRemoteEntityID()};
249 + nameIdInfoKey.getRemoteEntityID() + "\" since the IdP does not have SOAP SLO endpoint "
255 IDPSSOConfigElement idpConfig = sm.getIDPSSOConfig(realm, nameIdInfoKey.getRemoteEntityID());
257 LogoutUtil.doLogout(metaAlias, nameIdInfoKey.getRemoteEntityID(), slosList, null, binding, null,
H A DSPSingleLogout.java392 nameID.setNameQualifier(nameIdInfoKey.getRemoteEntityID());
439 sm.getIDPSSODescriptor(realm,nameIdInfoKey.getRemoteEntityID());
442 String[] data = {nameIdInfoKey.getRemoteEntityID()};
451 String[] data = {nameIdInfoKey.getRemoteEntityID()};
462 nameIdInfoKey.getRemoteEntityID()
468 nameIdInfoKey.getRemoteEntityID(),
H A DSPACSUtils.java1475 info.getRemoteEntityID())).toValueString();
1554 info.getRemoteEntityID());
1557 info.getRemoteEntityID(), true));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSessionListener.java235 IDPSSODescriptorElement idpsso = sm.getIDPSSODescriptor(realm, nameIdInfoKey.getRemoteEntityID());
238 String[] data = {nameIdInfoKey.getRemoteEntityID()};
249 + nameIdInfoKey.getRemoteEntityID() + "\" since the IdP does not have SOAP SLO endpoint "
255 IDPSSOConfigElement idpConfig = sm.getIDPSSOConfig(realm, nameIdInfoKey.getRemoteEntityID());
257 LogoutUtil.doLogout(metaAlias, nameIdInfoKey.getRemoteEntityID(), slosList, null, binding, null,
H A DSPSingleLogout.java392 nameID.setNameQualifier(nameIdInfoKey.getRemoteEntityID());
439 sm.getIDPSSODescriptor(realm,nameIdInfoKey.getRemoteEntityID());
442 String[] data = {nameIdInfoKey.getRemoteEntityID()};
451 String[] data = {nameIdInfoKey.getRemoteEntityID()};
462 nameIdInfoKey.getRemoteEntityID()
468 nameIdInfoKey.getRemoteEntityID(),
H A DSPACSUtils.java1472 info.getRemoteEntityID())).toValueString();
1525 SAML2Utils.debug.message("Add Session Partner: {}", info.getRemoteEntityID());
1526 idpSess.addSessionPartner(new SAML2SessionPartner(info.getRemoteEntityID(), true));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfoKey.java115 public String getRemoteEntityID() { method in class:NameIDInfoKey
H A DAccountUtils.java167 info.getHostEntityID(), info.getRemoteEntityID());
176 info.getRemoteEntityID() + DELIM;
250 infoKey = new NameIDInfoKey(info.getNameIDValue(), info.getHostEntityID(), info.getRemoteEntityID());
H A DNameIDInfo.java205 public String getRemoteEntityID() { method in class:NameIDInfo
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNameIDInfoKey.java115 public String getRemoteEntityID() { method in class:NameIDInfoKey
H A DAccountUtils.java167 info.getHostEntityID(), info.getRemoteEntityID());
176 info.getRemoteEntityID() + DELIM;
250 infoKey = new NameIDInfoKey(info.getNameIDValue(), info.getHostEntityID(), info.getRemoteEntityID());
H A DNameIDInfo.java205 public String getRemoteEntityID() { method in class:NameIDInfo
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java166 info.getHostEntityID(), info.getRemoteEntityID());
175 info.getRemoteEntityID() + DELIM;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DAccountUtils.java166 info.getHostEntityID(), info.getRemoteEntityID());
175 info.getRemoteEntityID() + DELIM;

Completed in 41 milliseconds