Searched refs:COT_LIST (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTConstants.java117 static final String COT_LIST = "cotlist"; field in interface:COTConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTConstants.java117 static final String COT_LIST = "cotlist"; field in interface:COTConstants
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFCOTUtils.java51 static final String COT_LIST = COTConstants.COT_LIST; field in class:IDFFCOTUtils
93 atype.setName(COT_LIST);
222 if (avp.getName().trim().equalsIgnoreCase(COT_LIST)) {
235 atype.setName(COT_LIST);
259 if (avp.getName().trim().equalsIgnoreCase(COT_LIST)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFCOTUtils.java51 static final String COT_LIST = COTConstants.COT_LIST; field in class:IDFFCOTUtils
93 atype.setName(COT_LIST);
222 if (avp.getName().trim().equalsIgnoreCase(COT_LIST)) {
235 atype.setName(COT_LIST);
259 if (avp.getName().trim().equalsIgnoreCase(COT_LIST)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationCOTUtils.java98 atype.setName(SAML2Constants.COT_LIST);
131 SAML2Constants.COT_LIST)) {
145 atype.setName(SAML2Constants.COT_LIST);
204 SAML2Constants.COT_LIST)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationCOTUtils.java98 atype.setName(SAML2Constants.COT_LIST);
131 SAML2Constants.COT_LIST)) {
145 atype.setName(SAML2Constants.COT_LIST);
204 SAML2Constants.COT_LIST)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java125 atype.setName(SAML2Constants.COT_LIST);
200 SAML2Constants.COT_LIST)) {
213 atype.setName(SAML2Constants.COT_LIST);
294 SAML2Constants.COT_LIST)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java125 atype.setName(SAML2Constants.COT_LIST);
200 SAML2Constants.COT_LIST)) {
213 atype.setName(SAML2Constants.COT_LIST);
294 SAML2Constants.COT_LIST)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModel.java173 String COT_LIST = "cotlist"; field in interface:WSFedPropertiesModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModel.java175 String COT_LIST = "cotlist"; field in interface:WSFedPropertiesModel
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedIDPViewBean.java110 } else if (entry.getKey().equals(WSFedPropertiesModel.COT_LIST)) {
H A DWSFedSPViewBean.java104 } else if (entry.getKey().equals(WSFedPropertiesModel.COT_LIST)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedSPViewBean.java104 } else if (entry.getKey().equals(WSFedPropertiesModel.COT_LIST)) {
H A DWSFedIDPViewBean.java124 } else if (entry.getKey().equals(WSFedPropertiesModel.COT_LIST)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java1193 public String COT_LIST = COTConstants.COT_LIST; field in interface:SAML2Constants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java1199 public String COT_LIST = COTConstants.COT_LIST; field in interface:SAML2Constants
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSAML2HostedProviderTemplate.java269 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
471 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
715 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
766 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
H A DCreateIDFFMetaDataTemplate.java498 .append(COTConstants.COT_LIST)
710 .append( COTConstants.COT_LIST)
H A DCreateWSFedMetaDataTemplate.java269 { COTConstants.COT_LIST, null },
331 { COTConstants.COT_LIST, null },
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/fedlet/ag/
H A DMetaDataParser.java259 spCOTList = (List) spConfigAttrsMap.get(SAML2Constants.COT_LIST);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSAML2HostedProviderTemplate.java269 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
471 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
715 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
766 " <Attribute name=\"" + COTConstants.COT_LIST + "\">\n" +
H A DCreateIDFFMetaDataTemplate.java498 .append(COTConstants.COT_LIST)
710 .append( COTConstants.COT_LIST)
H A DCreateWSFedMetaDataTemplate.java270 {COTConstants.COT_LIST, null},
332 { COTConstants.COT_LIST, null },
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java2330 public String COT_LIST = COTConstants.COT_LIST; field in interface:IFSConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java2330 public String COT_LIST = COTConstants.COT_LIST; field in interface:IFSConstants

Completed in 572 milliseconds

12