Searched refs:cot (Results 101 - 118 of 118) sorted by relevance

12345

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java42 import com.sun.identity.cot.CircleOfTrustManager;
43 import com.sun.identity.cot.COTConstants;
44 import com.sun.identity.cot.COTException;
625 // Add the entity to cot
691 // Remove the entity from cot
694 // end of remove entity from cot
1154 // Remove the entity from cot
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java45 import com.sun.identity.cot.CircleOfTrustManager;
46 import com.sun.identity.cot.COTConstants;
47 import com.sun.identity.cot.COTException;
628 // Add the entity to cot
694 // Remove the entity from cot
697 // end of remove entity from cot
1153 // Remove the entity from cot
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateIDFFMetaDataTemplate.java31 import com.sun.identity.cot.COTConstants;
H A DCreateWSFedMetaDataTemplate.java31 import com.sun.identity.cot.COTConstants;
H A DCreateSAML2HostedProviderTemplate.java32 import com.sun.identity.cot.COTConstants;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java32 import com.sun.identity.cot.COTConstants;
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateIDFFMetaDataTemplate.java31 import com.sun.identity.cot.COTConstants;
H A DCreateWSFedMetaDataTemplate.java31 import com.sun.identity.cot.COTConstants;
H A DCreateSAML2HostedProviderTemplate.java32 import com.sun.identity.cot.COTConstants;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java32 import com.sun.identity.cot.COTConstants;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFederationViewBean.java57 import com.sun.identity.cot.CircleOfTrustDescriptor;
89 // cot table properties
438 // get cot status
470 tableModel.setActionValue ("addCOTButton", "cot.new.button");
471 tableModel.setActionValue ("deleteCOTButton", "cot.delete.button");
472 tableModel.setActionValue ("cotNameColumn", "cot.name.column.label");
473 tableModel.setActionValue ("cotEntityColumn", "cot.entity.column.label");
474 tableModel.setActionValue ("realmColumn", "cot.realm.column.label");
475 tableModel.setActionValue ("statusColumn", "cot.status.column.label");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java28 package com.sun.identity.cot;
60 private static final String SUBCONFIG_ID = "cot";
167 // create the cot node
652 // add the cot to the entity config descriptor
656 // add the entityid to the cot
713 * @param rmEntityConfig flag indicate needs to remove cot from
740 // Remove the cot from the cotlist attribute in
746 // Remove entity id from the cot
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFederationViewBean.java57 import com.sun.identity.cot.CircleOfTrustDescriptor;
89 // cot table properties
438 // get cot status
470 tableModel.setActionValue ("addCOTButton", "cot.new.button");
471 tableModel.setActionValue ("deleteCOTButton", "cot.delete.button");
472 tableModel.setActionValue ("cotNameColumn", "cot.name.column.label");
473 tableModel.setActionValue ("cotEntityColumn", "cot.entity.column.label");
474 tableModel.setActionValue ("realmColumn", "cot.realm.column.label");
475 tableModel.setActionValue ("statusColumn", "cot.status.column.label");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustManager.java29 package com.sun.identity.cot;
61 private static final String SUBCONFIG_ID = "cot";
168 // create the cot node
653 // add the cot to the entity config descriptor
700 * @param rmEntityConfig flag indicate needs to remove cot from
727 // Remove the cot from the cotlist attribute in
733 // Remove entity id from the cot
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java33 import com.sun.identity.cot.COTException;
34 import com.sun.identity.cot.CircleOfTrustDescriptor;
35 import com.sun.identity.cot.CircleOfTrustManager;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java46 import com.sun.identity.cot.CircleOfTrustManager;
47 import com.sun.identity.cot.CircleOfTrustDescriptor;
48 import com.sun.identity.cot.COTException;
2677 // get cot list of the idp
2693 // get cot list of the sp
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java35 import com.sun.identity.cot.COTException;
36 import com.sun.identity.cot.CircleOfTrustDescriptor;
37 import com.sun.identity.cot.CircleOfTrustManager;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java48 import com.sun.identity.cot.CircleOfTrustManager;
49 import com.sun.identity.cot.CircleOfTrustDescriptor;
50 import com.sun.identity.cot.COTException;
2710 // get cot list of the idp
2726 // get cot list of the sp

Completed in 1688 milliseconds

12345