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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java1225 * @param trustedEntityId The ID of the entity
1230 String trustedEntityId)
1238 trustedEntityId);
1247 trustedEntityId));
1253 String realm, String trustedEntityId) {
1262 COTConstants.WS_FED, trustedEntityId)) {
1229 isTrustedProvider(String realm, String federationId, String trustedEntityId) argument
1252 isSameCircleOfTrust(BaseConfigType config, String realm, String trustedEntityId) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java1225 * @param trustedEntityId The ID of the entity
1230 String trustedEntityId)
1238 trustedEntityId);
1247 trustedEntityId));
1253 String realm, String trustedEntityId) {
1262 COTConstants.WS_FED, trustedEntityId)) {
1229 isTrustedProvider(String realm, String federationId, String trustedEntityId) argument
1252 isSameCircleOfTrust(BaseConfigType config, String realm, String trustedEntityId) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java1699 * @param trustedEntityId The ID of the entity
1704 String trustedEntityId)
1712 trustedEntityId);
1721 trustedEntityId));
1735 * @param trustedEntityId the remote entity identifier (PEP or PDP).
1741 String trustedEntityId,String role)
1752 trustedEntityId);
1757 result = isSameCircleOfTrust(pepConfig,realm,trustedEntityId);
1764 String trustedEntityId) {
1774 a, COTConstants.SAML2, trustedEntityId)) {
1703 isTrustedProvider(String realm, String entityId, String trustedEntityId) argument
1740 isTrustedXACMLProvider(String realm, String entityId, String trustedEntityId,String role) argument
1763 isSameCircleOfTrust(BaseConfigType config, String realm, String trustedEntityId) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java1698 * @param trustedEntityId The ID of the entity
1703 String trustedEntityId)
1711 trustedEntityId);
1720 trustedEntityId));
1734 * @param trustedEntityId the remote entity identifier (PEP or PDP).
1740 String trustedEntityId,String role)
1751 trustedEntityId);
1756 result = isSameCircleOfTrust(pepConfig,realm,trustedEntityId);
1763 String trustedEntityId) {
1773 a, COTConstants.SAML2, trustedEntityId)) {
1702 isTrustedProvider(String realm, String entityId, String trustedEntityId) argument
1739 isTrustedXACMLProvider(String realm, String entityId, String trustedEntityId,String role) argument
1762 isSameCircleOfTrust(BaseConfigType config, String realm, String trustedEntityId) argument
[all...]

Completed in 43 milliseconds