Searched refs:cotList (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DIdentityProviderDiscoveryUtils.cs116 ArrayList cotList = (ArrayList)session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute];
117 if (cotList == null)
121 cotList = new ArrayList();
127 cotList.Add(cotName);
132 IEnumerator enumerator = cotList.GetEnumerator();
137 cotList.Remove(cotName);
138 session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute] = cotList;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DIdentityProviderDiscoveryUtils.cs116 ArrayList cotList = (ArrayList)session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute];
117 if (cotList == null)
121 cotList = new ArrayList();
127 cotList.Add(cotName);
132 IEnumerator enumerator = cotList.GetEnumerator();
137 cotList.Remove(cotName);
138 session[IdentityProviderDiscoveryUtils.CommonDomainDiscoverySessionAttribute] = cotList;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyImpl.java120 List cotList = (List) spConfigAttrsMap.get("cotlist");
121 String cotListStr = (String) cotList.iterator().next();
H A DSAML2IDPProxyFRImpl.java245 List cotList = (List) spConfigAttrsMap.get("cotlist");
246 String cotListStr = (String) cotList.iterator().next();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyImpl.java120 List cotList = (List) spConfigAttrsMap.get("cotlist");
121 String cotListStr = (String) cotList.iterator().next();
H A DSAML2IDPProxyFRImpl.java245 List cotList = (List) spConfigAttrsMap.get("cotlist");
246 String cotListStr = (String) cotList.iterator().next();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java693 List cotList = new ArrayList(cotAttr);
694 if ((cotList != null) && !cotList.isEmpty()) {
695 for (Iterator iter = cotList.iterator();
859 List cotList = new ArrayList(cotAttr) ;
860 if ((cotList != null) && !cotList.isEmpty()) {
861 for (Iterator iter = cotList.iterator();
1258 List<String> cotList = attr.get(SAML2Constants.COT_LIST);
1259 if ((cotList !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java1358 List cotList = (List) attr.get(IDFFCOTUtils.COT_LIST);
1359 if ((cotList != null) && !cotList.isEmpty()) {
1360 for (Iterator iter = cotList.iterator(); iter.hasNext();) {
1387 List cotList = new ArrayList(cotAttr);
1388 if ((cotList != null) && !cotList.isEmpty()) {
1389 for (Iterator iter = cotList.iterator();
1424 List cotList = new ArrayList(cotAttr) ;
1425 if ((cotList !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java1358 List cotList = (List) attr.get(IDFFCOTUtils.COT_LIST);
1359 if ((cotList != null) && !cotList.isEmpty()) {
1360 for (Iterator iter = cotList.iterator(); iter.hasNext();) {
1387 List cotList = new ArrayList(cotAttr);
1388 if ((cotList != null) && !cotList.isEmpty()) {
1389 for (Iterator iter = cotList.iterator();
1424 List cotList = new ArrayList(cotAttr) ;
1425 if ((cotList !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java693 List cotList = new ArrayList(cotAttr);
694 if ((cotList != null) && !cotList.isEmpty()) {
695 for (Iterator iter = cotList.iterator();
859 List cotList = new ArrayList(cotAttr) ;
860 if ((cotList != null) && !cotList.isEmpty()) {
861 for (Iterator iter = cotList.iterator();
1258 List<String> cotList = attr.get(SAML2Constants.COT_LIST);
1259 if ((cotList !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java241 List cotList = null;
245 cotList = IDFFMetaUtils.getAttributeValueFromConfig(
248 if (cotList != null) {
250 tmpCotSet.addAll(cotList);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java241 List cotList = null;
245 cotList = IDFFMetaUtils.getAttributeValueFromConfig(
248 if (cotList != null) {
250 tmpCotSet.addAll(cotList);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java1107 List cotList = new ArrayList(cotAttr);
1108 if ((cotList != null) && !cotList.isEmpty()) {
1109 for (Iterator iter = cotList.iterator();
1205 List cotList = new ArrayList(cotAttr);
1206 if ((cotList != null) && !cotList.isEmpty()) {
1207 for (Iterator iter = cotList.iterator(); iter.hasNext();) {
1768 List cotList = (List) attr.get(SAML2Constants.COT_LIST);
1769 if ((cotList !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java1109 List cotList = (List) attr.get(SAML2Constants.COT_LIST);
1110 if (CollectionUtils.isNotEmpty(cotList)) {
1111 for (Iterator iter = cotList.iterator(); iter.hasNext();) {
1204 List cotList = new ArrayList(cotAttr);
1205 if ((cotList != null) && !cotList.isEmpty()) {
1206 for (Iterator iter = cotList.iterator(); iter.hasNext();) {
1767 List cotList = (List) attr.get(SAML2Constants.COT_LIST);
1768 if ((cotList != null) && !cotList
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java84 private List cotList = null; field in class:FSLoginHelper
159 cotList = IDFFMetaUtils.getAttributeValueFromConfig(
669 if ((cotList == null) || (cotList.isEmpty())){
673 if (cotList.size() > 1) {
682 Iterator iter = cotList.iterator();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java84 private List cotList = null; field in class:FSLoginHelper
159 cotList = IDFFMetaUtils.getAttributeValueFromConfig(
669 if ((cotList == null) || (cotList.isEmpty())){
673 if (cotList.size() > 1) {
682 Iterator iter = cotList.iterator();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2620 List cotList = (List) spConfigAttrsMap.get("cotlist");
2621 String cotListStr = (String) cotList.iterator().next();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2645 List cotList = (List) spConfigAttrsMap.get("cotlist");
2646 String cotListStr = (String) cotList.iterator().next();

Completed in 73 milliseconds