Searched refs:cotName (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModel.java70 * @param cotName Name of circle of trust.
74 Set getEntities(String realm, String cotName) argument
81 * @param cotName Name of circle of trust.
85 Set getHostedIDP(String realm, String cotName) argument
92 * @param cotName Name of circle of trust.
96 Set getRemoteIDP(String realm, String cotName) argument
103 * @param cotName Name of circle of trust.
107 Set getHostedSP(String realm, String cotName) argument
114 * @param cotName Name of circle of trust.
118 Set getRemoteSP(String realm, String cotName) argument
[all...]
H A DTaskModelImpl.java141 * @param cotName Name of circle of trust.
145 public Set getEntities(String realm, String cotName) argument
149 Set entities = mgr.listCircleOfTrustMember(realm, cotName,
161 * @param cotName Name of circle of trust.
165 public Set getHostedIDP(String realm, String cotName) argument
167 return getEntities(realm, cotName, true, true);
174 * @param cotName Name of circle of trust.
178 public Set getRemoteIDP(String realm, String cotName) argument
180 return getEntities(realm, cotName, true, false);
187 * @param cotName Nam
191 getHostedSP(String realm, String cotName) argument
204 getRemoteSP(String realm, String cotName) argument
209 getEntities( String realm, String cotName, boolean bIDP, boolean hosted) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModel.java70 * @param cotName Name of circle of trust.
74 Set getEntities(String realm, String cotName) argument
81 * @param cotName Name of circle of trust.
85 Set getHostedIDP(String realm, String cotName) argument
92 * @param cotName Name of circle of trust.
96 Set getRemoteIDP(String realm, String cotName) argument
103 * @param cotName Name of circle of trust.
107 Set getHostedSP(String realm, String cotName) argument
114 * @param cotName Name of circle of trust.
118 Set getRemoteSP(String realm, String cotName) argument
[all...]
H A DTaskModelImpl.java141 * @param cotName Name of circle of trust.
145 public Set getEntities(String realm, String cotName) argument
149 Set entities = mgr.listCircleOfTrustMember(realm, cotName,
161 * @param cotName Name of circle of trust.
165 public Set getHostedIDP(String realm, String cotName) argument
167 return getEntities(realm, cotName, true, true);
174 * @param cotName Name of circle of trust.
178 public Set getRemoteIDP(String realm, String cotName) argument
180 return getEntities(realm, cotName, true, false);
187 * @param cotName Nam
191 getHostedSP(String realm, String cotName) argument
204 getRemoteSP(String realm, String cotName) argument
209 getEntities( String realm, String cotName, boolean bIDP, boolean hosted) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DGetIDPSPPairingInCOT.java63 String cotName = getString(params, ParameterKeys.P_COT);
65 List hostedIDP = getHostedIDP(realm, cotName);
67 List remoteSP = getRemoteSP(realm, cotName);
75 List remoteIDP = getRemoteIDP(realm, cotName);
76 List hostedSP = getHostedSP(realm, cotName);
150 private List getHostedIDP(String realm, String cotName) argument
152 return getEntities(realm, cotName, true, true);
155 private List getRemoteIDP(String realm, String cotName) argument
157 return getEntities(realm, cotName, true, false);
161 private List getHostedSP(String realm, String cotName) argument
166 getRemoteSP(String realm, String cotName) argument
171 getEntities( String realm, String cotName, boolean bIDP, boolean hosted ) argument
206 getEntities(String realm, String cotName) argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DGetIDPSPPairingInCOT.java63 String cotName = getString(params, ParameterKeys.P_COT);
65 List hostedIDP = getHostedIDP(realm, cotName);
67 List remoteSP = getRemoteSP(realm, cotName);
75 List remoteIDP = getRemoteIDP(realm, cotName);
76 List hostedSP = getHostedSP(realm, cotName);
150 private List getHostedIDP(String realm, String cotName) argument
152 return getEntities(realm, cotName, true, true);
155 private List getRemoteIDP(String realm, String cotName) argument
157 return getEntities(realm, cotName, true, false);
161 private List getHostedSP(String realm, String cotName) argument
166 getRemoteSP(String realm, String cotName) argument
171 getEntities( String realm, String cotName, boolean bIDP, boolean hosted ) argument
206 getEntities(String realm, String cotName) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFCOTUtils.java66 * @param cotName the circle of trust name.
73 public void updateEntityConfig(String realm, String cotName,String entityID) argument
94 atype.getValue().add(cotName);
123 realm,spConfigList,cotName,entityConfig,objFactory,idffMetaMgr);
125 realm, idpConfigList,cotName,entityConfig,objFactory,
132 updateCOTAttrInConfig(realm, affiConfigList, cotName,
144 * @param cotName the circle of trust name to be removed.
151 String realm, String cotName,String entityID)
168 removeCOTNameFromConfig(realm, spConfigList,cotName,
170 removeCOTNameFromConfig(realm, idpConfigList,cotName,
150 removeFromEntityConfig( String realm, String cotName,String entityID) argument
210 updateCOTAttrInConfig(String realm, List configList,String cotName, EntityConfigElement entityConfig, ObjectFactory objFactory, IDFFMetaManager idffMetaMgr) argument
247 removeCOTNameFromConfig( String realm, List configList, String cotName, EntityConfigElement entityConfig, IDFFMetaManager idffMetaMgr) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFCOTUtils.java66 * @param cotName the circle of trust name.
73 public void updateEntityConfig(String realm, String cotName,String entityID) argument
94 atype.getValue().add(cotName);
123 realm,spConfigList,cotName,entityConfig,objFactory,idffMetaMgr);
125 realm, idpConfigList,cotName,entityConfig,objFactory,
132 updateCOTAttrInConfig(realm, affiConfigList, cotName,
144 * @param cotName the circle of trust name to be removed.
151 String realm, String cotName,String entityID)
168 removeCOTNameFromConfig(realm, spConfigList,cotName,
170 removeCOTNameFromConfig(realm, idpConfigList,cotName,
150 removeFromEntityConfig( String realm, String cotName,String entityID) argument
210 updateCOTAttrInConfig(String realm, List configList,String cotName, EntityConfigElement entityConfig, ObjectFactory objFactory, IDFFMetaManager idffMetaMgr) argument
247 removeCOTNameFromConfig( String realm, List configList, String cotName, EntityConfigElement entityConfig, IDFFMetaManager idffMetaMgr) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java392 * @param cotName the name of the circle of trust.
399 void updateEntityConfig(String realm, String cotName, String protocolType, argument
402 updateIDFFEntityConfig(realm,cotName,trustedProviders);
404 updateSAML2EntityConfig(realm,cotName,trustedProviders);
406 updateWSFedEntityConfig(realm,cotName,trustedProviders);
419 * @param cotName the name of the circle of trust.
425 void updateEntityConfig(String realm, String cotName, String protocolType, argument
430 realm,cotName,entityID);
437 realm,cotName,entityID);
444 realm,cotName, entityI
464 removeFromEntityConfig( String realm, String cotName, String protocolType, String entityID ) argument
505 updateIDFFEntityConfig(String realm,String cotName, Set trustedProviders) argument
539 updateSAML2EntityConfig(String realm,String cotName, Set trustedProviders) argument
573 updateWSFedEntityConfig(String realm,String cotName, Set trustedProviders) argument
611 addCircleOfTrustMember(String realm, String cotName, String protocolType, String entityId) argument
629 addCircleOfTrustMember(String realm, String cotName, String protocolType, String entityId, boolean addToEntityConfig) argument
700 removeCircleOfTrustMember(String realm,String cotName, String protocolType, String entityId) argument
718 removeCircleOfTrustMember(String realm,String cotName, String protocolType, String entityId, boolean rmEntityConfig) argument
793 listCircleOfTrustMember(String realm, String cotName, String protocolType) argument
832 deleteCircleOfTrust(String realm, String cotName) argument
[all...]
H A DCOTCache.java100 * @param cotName the name of the circle of trust.
103 private static String buildCacheKey(String realm, String cotName) { argument
104 return realm + "//" + cotName;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java393 * @param cotName the name of the circle of trust.
400 void updateEntityConfig(String realm, String cotName, String protocolType, argument
403 updateIDFFEntityConfig(realm,cotName,trustedProviders);
405 updateSAML2EntityConfig(realm,cotName,trustedProviders);
407 updateWSFedEntityConfig(realm,cotName,trustedProviders);
420 * @param cotName the name of the circle of trust.
426 void updateEntityConfig(String realm, String cotName, String protocolType, argument
431 realm,cotName,entityID);
438 realm,cotName,entityID);
445 realm,cotName, entityI
465 removeFromEntityConfig( String realm, String cotName, String protocolType, String entityID ) argument
506 updateIDFFEntityConfig(String realm,String cotName, Set trustedProviders) argument
540 updateSAML2EntityConfig(String realm,String cotName, Set trustedProviders) argument
574 updateWSFedEntityConfig(String realm,String cotName, Set trustedProviders) argument
612 addCircleOfTrustMember(String realm, String cotName, String protocolType, String entityId) argument
630 addCircleOfTrustMember(String realm, String cotName, String protocolType, String entityId, boolean addToEntityConfig) argument
687 removeCircleOfTrustMember(String realm,String cotName, String protocolType, String entityId) argument
705 removeCircleOfTrustMember(String realm,String cotName, String protocolType, String entityId, boolean rmEntityConfig) argument
780 listCircleOfTrustMember(String realm, String cotName, String protocolType) argument
819 deleteCircleOfTrust(String realm, String cotName) argument
[all...]
H A DCOTCache.java100 * @param cotName the name of the circle of trust.
103 private static String buildCacheKey(String realm, String cotName) { argument
104 return realm + "//" + cotName;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DIdentityProviderDiscoveryUtils.cs122 foreach (string cotName in serviceProviderUtility.CircleOfTrusts.Keys)
124 CircleOfTrust cot = (CircleOfTrust)serviceProviderUtility.CircleOfTrusts[cotName];
127 cotList.Add(cotName);
136 string cotName = (string)enumerator.Current;
137 cotList.Remove(cotName);
139 CircleOfTrust cot = (CircleOfTrust)serviceProviderUtility.CircleOfTrusts[cotName];
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DIdentityProviderDiscoveryUtils.cs122 foreach (string cotName in serviceProviderUtility.CircleOfTrusts.Keys)
124 CircleOfTrust cot = (CircleOfTrust)serviceProviderUtility.CircleOfTrusts[cotName];
127 cotList.Add(cotName);
136 string cotName = (string)enumerator.Current;
137 cotList.Remove(cotName);
139 CircleOfTrust cot = (CircleOfTrust)serviceProviderUtility.CircleOfTrusts[cotName];
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModel.java106 * @param cotName Name of circle of trust
109 void deleteAuthenticationDomain(String realm, String cotName) argument
162 * @param cotName Name of circle of trust
166 public void addProviders(String realm, String cotName, Collection names) argument
H A DFSAuthDomainsModelImpl.java121 String cotName = (String)j.next();
123 manager.getCircleOfTrust(realm, cotName);
194 * @param cotName name of the authentication domain.
197 public void deleteAuthenticationDomain(String realm, String cotName) argument
200 String[] param = {realm, cotName};
204 manager.deleteCircleOfTrust(realm, cotName);
208 String[] paramsEx = {realm, cotName, strError};
406 * @param cotName Name of circle of trust
410 public void addProviders(String realm, String cotName, Collection names) argument
416 String[] params = {realm, cotName, providerName
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModel.java106 * @param cotName Name of circle of trust
109 void deleteAuthenticationDomain(String realm, String cotName) argument
162 * @param cotName Name of circle of trust
166 public void addProviders(String realm, String cotName, Collection names) argument
H A DFSAuthDomainsModelImpl.java121 String cotName = (String)j.next();
123 manager.getCircleOfTrust(realm, cotName);
194 * @param cotName name of the authentication domain.
197 public void deleteAuthenticationDomain(String realm, String cotName) argument
200 String[] param = {realm, cotName};
204 manager.deleteCircleOfTrust(realm, cotName);
208 String[] paramsEx = {realm, cotName, strError};
406 * @param cotName Name of circle of trust
410 public void addProviders(String realm, String cotName, Collection names) argument
416 String[] params = {realm, cotName, providerName
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DWSFederationSingleLogoutHandler.java194 String cotName = (String) it.next();
197 + " check COT = " + cotName);
201 cotName, SingleLogoutManager.WS_FED);
206 cotName, protocol);
220 "found IDP " + idpId + " in COT " + cotName);
H A DIDFFSingleLogoutHandler.java277 String cotName = (String) it.next();
280 cotName, SingleLogoutManager.IDFF);
285 cotName, protocol);
299 "found IDP " + idpId + " in COT " + cotName);
H A DSAML2SingleLogoutHandler.java217 String cotName = (String) it.next();
220 + " check COT = " + cotName);
224 cotName, SingleLogoutManager.SAML2);
229 cotName, protocol);
243 "found IDP " + idpId + " in COT " + cotName);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DWSFederationSingleLogoutHandler.java194 String cotName = (String) it.next();
197 + " check COT = " + cotName);
201 cotName, SingleLogoutManager.WS_FED);
206 cotName, protocol);
220 "found IDP " + idpId + " in COT " + cotName);
H A DIDFFSingleLogoutHandler.java277 String cotName = (String) it.next();
280 cotName, SingleLogoutManager.IDFF);
285 cotName, protocol);
299 "found IDP " + idpId + " in COT " + cotName);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/
H A DValidateSAML2SetupViewBean.java163 String cotName = (String)i.next();
168 int nHostedIDP = model.getHostedIDP(realm, cotName).size();
169 int nRemoteIDP = model.getRemoteIDP(realm, cotName).size();
170 int nHostedSP = model.getHostedSP(realm, cotName).size();
171 int nRemoteSP = model.getRemoteSP(realm, cotName).size();
175 tableModel.setValue("NameValue", cotName);
305 String cotName = (String)i.next();
309 .append(cotName)
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/
H A DValidateSAML2SetupViewBean.java163 String cotName = (String)i.next();
168 int nHostedIDP = model.getHostedIDP(realm, cotName).size();
169 int nRemoteIDP = model.getRemoteIDP(realm, cotName).size();
170 int nHostedSP = model.getHostedSP(realm, cotName).size();
171 int nRemoteSP = model.getRemoteSP(realm, cotName).size();
175 tableModel.setValue("NameValue", cotName);
305 String cotName = (String)i.next();
309 .append(cotName)

Completed in 94 milliseconds

12