Searched refs:getAllCirclesOfTrust (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DAddProviderToCOT.java50 if (!cotManager.getAllCirclesOfTrust(realm).contains(cot)) {
H A DGetCircleOfTrusts.java80 Set cots = mgr.getAllCirclesOfTrust(realm);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DAddProviderToCOT.java50 if (!cotManager.getAllCirclesOfTrust(realm).contains(cot)) {
H A DGetCircleOfTrusts.java80 Set cots = mgr.getAllCirclesOfTrust(realm);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DListCircleOfTrusts.java72 Set members = cotManager.getAllCirclesOfTrust(realm);
H A DListCircleOfTrustMembers.java76 Set circleOfTrusts = cotManager.getAllCirclesOfTrust(realm);
H A DImportMetaData.java152 if (!cotManager.getAllCirclesOfTrust(realm).contains(cot)) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DListCircleOfTrusts.java72 Set members = cotManager.getAllCirclesOfTrust(realm);
H A DListCircleOfTrustMembers.java76 Set circleOfTrusts = cotManager.getAllCirclesOfTrust(realm);
H A DImportMetaData.java155 if (!cotManager.getAllCirclesOfTrust(realm).contains(cot)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModelImpl.java97 results.addAll(manager.getAllCirclesOfTrust(realm));
119 Set cotSet = manager.getAllCirclesOfTrust(realm);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModelImpl.java97 results.addAll(manager.getAllCirclesOfTrust(realm));
119 Set cotSet = manager.getAllCirclesOfTrust(realm);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java144 if (getAllCirclesOfTrust(realm).contains(name)) {
270 public Set getAllCirclesOfTrust(String realm) method in class:CircleOfTrustManager
998 !getAllCirclesOfTrust(realm).contains(name)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java145 if (getAllCirclesOfTrust(realm).contains(name)) {
271 public Set getAllCirclesOfTrust(String realm) method in class:CircleOfTrustManager
985 !getAllCirclesOfTrust(realm).contains(name)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModelImpl.java131 return mgr.getAllCirclesOfTrust(realm);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModelImpl.java131 return mgr.getAllCirclesOfTrust(realm);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java462 cotSet = cotmgr.getAllCirclesOfTrust(realm);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java464 cotSet = cotmgr.getAllCirclesOfTrust(realm);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIntersiteTransferService.java94 cotSet = cotManager.getAllCirclesOfTrust(realm);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIntersiteTransferService.java94 cotSet = cotManager.getAllCirclesOfTrust(realm);

Completed in 73 milliseconds