Searched refs:cotm (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.java81 private CircleOfTrustManager cotm; field in class:WSFederationMetaManager
115 cotm = cotmStatic;
116 if ((configInst == null) || (cotm == null)) {
133 cotm = new CircleOfTrustManager(callerToken);
134 if ((configInst == null) || (cotm == null)) {
697 cotm.addCircleOfTrustMember(realm, (String)iter.next(),
865 cotm.removeCircleOfTrustMember(realm,
1261 if (cotm.isInCircleOfTrust(realm, cot,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java81 private CircleOfTrustManager cotm; field in class:WSFederationMetaManager
115 cotm = cotmStatic;
116 if ((configInst == null) || (cotm == null)) {
133 cotm = new CircleOfTrustManager(callerToken);
134 if ((configInst == null) || (cotm == null)) {
697 cotm.addCircleOfTrustMember(realm, (String)iter.next(),
865 cotm.removeCircleOfTrustMember(realm,
1261 if (cotm.isInCircleOfTrust(realm, cot,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java87 private CircleOfTrustManager cotm; field in class:SAML2MetaManager
130 cotm = cotmStatic;
143 cotm = new CircleOfTrustManager(callerToken);
1113 cotm.addCircleOfTrustMember(realm,
1210 cotm.removeCircleOfTrustMember(realm,
1773 if (cotm.isInCircleOfTrust(realm,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java90 private CircleOfTrustManager cotm; field in class:SAML2MetaManager
133 cotm = cotmStatic;
146 cotm = new CircleOfTrustManager(callerToken);
1114 cotm.addCircleOfTrustMember(realm, cotName, COTConstants.SAML2, entityId, false);
1209 cotm.removeCircleOfTrustMember(realm,
1772 if (cotm.isInCircleOfTrust(realm,

Completed in 40 milliseconds