Searched refs:getCircleOfTrust (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTCache.java58 static CircleOfTrustDescriptor getCircleOfTrust(String realm, String name) { method in class:COTCache
59 String classMethod = "CircleOfDescriptorCache:getCircleOfTrust:";
H A DCircleOfTrustManager.java882 public CircleOfTrustDescriptor getCircleOfTrust(String realm, String name) method in class:CircleOfTrustManager
884 String classMethod = "COTManager.getCircleOfTrust :";
892 CircleOfTrustDescriptor cotDesc = COTCache.getCircleOfTrust(realm,name);
973 CircleOfTrustDescriptor cotd = getCircleOfTrust(realm, name);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTCache.java58 static CircleOfTrustDescriptor getCircleOfTrust(String realm, String name) { method in class:COTCache
59 String classMethod = "CircleOfDescriptorCache:getCircleOfTrust:";
H A DCircleOfTrustManager.java651 CircleOfTrustDescriptor cotDesc = getCircleOfTrust(realm, cotName);
869 public CircleOfTrustDescriptor getCircleOfTrust(String realm, String name) method in class:CircleOfTrustManager
871 String classMethod = "COTManager.getCircleOfTrust :";
879 CircleOfTrustDescriptor cotDesc = COTCache.getCircleOfTrust(realm,name);
960 CircleOfTrustDescriptor cotd = getCircleOfTrust(realm, name);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModelImpl.java123 manager.getCircleOfTrust(realm, cotName);
239 manager.getCircleOfTrust(realm, name);
282 manager.getCircleOfTrust(realm, name);
388 CircleOfTrustDescriptor desc = manager.getCircleOfTrust(realm, name);
421 manager.getCircleOfTrust(realm,cotName);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModelImpl.java123 manager.getCircleOfTrust(realm, cotName);
239 manager.getCircleOfTrust(realm, name);
282 manager.getCircleOfTrust(realm, name);
388 CircleOfTrustDescriptor desc = manager.getCircleOfTrust(realm, name);
421 manager.getCircleOfTrust(realm,cotName);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyImpl.java124 cotManager.getCircleOfTrust(realm,cotListStr);
H A DSAML2IDPProxyFRImpl.java249 cotManager.getCircleOfTrust(realm, cotListStr);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyImpl.java124 cotManager.getCircleOfTrust(realm,cotListStr);
H A DSAML2IDPProxyFRImpl.java249 cotManager.getCircleOfTrust(realm, cotListStr);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/federation/cli/
H A DSAML2Test.java97 cotManager.getCircleOfTrust("/", NAME_COT);
349 cotManager.getCircleOfTrust("/", NAME_COT);
/forgerock/openam/openam-test/src/test/java/com/sun/identity/federation/cli/
H A DSAML2Test.java97 cotManager.getCircleOfTrust("/", NAME_COT);
349 cotManager.getCircleOfTrust("/", NAME_COT);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java283 cotManager.getCircleOfTrust(realm, cotName);
H A DFSIntersiteTransferService.java130 cotManager.getCircleOfTrust(realm, cotName)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java283 cotManager.getCircleOfTrust(realm, cotName);
H A DFSIntersiteTransferService.java130 cotManager.getCircleOfTrust(realm, cotName)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java376 CircleOfTrustDescriptor cotDesc = cotManager.getCircleOfTrust(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java376 CircleOfTrustDescriptor cotDesc = cotManager.getCircleOfTrust(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java686 cotManager.getCircleOfTrust(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java686 cotManager.getCircleOfTrust(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java865 cotManager.getCircleOfTrust(realm, cotID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java865 cotManager.getCircleOfTrust(realm, cotID);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2623 cotManager.getCircleOfTrust(realm, cotListStr);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java2714 cotManager.getCircleOfTrust(realm, cotName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2648 cotManager.getCircleOfTrust(realm, cotListStr);

Completed in 107 milliseconds

12