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

12345

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DAddProviderToCOT.java31 import com.sun.identity.cot.COTConstants;
32 import com.sun.identity.cot.COTException;
33 import com.sun.identity.cot.CircleOfTrustDescriptor;
34 import com.sun.identity.cot.CircleOfTrustManager;
46 String cot,
50 if (!cotManager.getAllCirclesOfTrust(realm).contains(cot)) {
52 cot, realm, COTConstants.ACTIVE,"", null, null, null, null,
56 cotManager.addCircleOfTrustMember(realm, cot, COTConstants.SAML2,
44 addToCOT( String realm, String cot, String entityId ) argument
H A DCreateRemoteIDP.java31 import com.sun.identity.cot.COTException;
59 String cot = getString(params, ParameterKeys.P_COT);
60 if ((cot != null) && (cot.length() > 0)) {
63 AddProviderToCOT.addToCOT(realm, cot, entityId);
H A DGetHostedIDPs.java35 import com.sun.identity.cot.COTConstants;
36 import com.sun.identity.cot.CircleOfTrustManager;
37 import com.sun.identity.cot.COTException;
57 String cot = getString(params, ParameterKeys.P_COT);
60 Set entities = cotMgr.listCircleOfTrustMember(realm, cot,
H A DConfigureGoogleApps.java34 import com.sun.identity.cot.COTException;
68 String cot = getString(params, ParameterKeys.P_COT);
77 updateSPMeta(realm, cot, st.nextToken().trim());
116 private void updateSPMeta(String realm, String cot, String domainId) argument
150 if ((cot != null) && (cot.length() > 0)) {
152 AddProviderToCOT.addToCOT(realm, cot, entityId);
H A DConfigureSalesForceApps.java34 import com.sun.identity.cot.COTException;
79 String cot = getString(params, ParameterKeys.P_COT);
90 updateSPMeta(entityId, realm, cot, attrMapping);
97 private void updateSPMeta(String entityId, String realm, String cot, List attrMapping) argument
121 if ((cot != null) && (cot.length() > 0)) {
123 AddProviderToCOT.addToCOT(realm, cot, configuredEntityId);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DAddProviderToCOT.java31 import com.sun.identity.cot.COTConstants;
32 import com.sun.identity.cot.COTException;
33 import com.sun.identity.cot.CircleOfTrustDescriptor;
34 import com.sun.identity.cot.CircleOfTrustManager;
46 String cot,
50 if (!cotManager.getAllCirclesOfTrust(realm).contains(cot)) {
52 cot, realm, COTConstants.ACTIVE,"", null, null, null, null,
56 cotManager.addCircleOfTrustMember(realm, cot, COTConstants.SAML2,
44 addToCOT( String realm, String cot, String entityId ) argument
H A DCreateRemoteIDP.java31 import com.sun.identity.cot.COTException;
59 String cot = getString(params, ParameterKeys.P_COT);
60 if ((cot != null) && (cot.length() > 0)) {
63 AddProviderToCOT.addToCOT(realm, cot, entityId);
H A DGetHostedIDPs.java35 import com.sun.identity.cot.COTConstants;
36 import com.sun.identity.cot.CircleOfTrustManager;
37 import com.sun.identity.cot.COTException;
57 String cot = getString(params, ParameterKeys.P_COT);
60 Set entities = cotMgr.listCircleOfTrustMember(realm, cot,
H A DConfigureGoogleApps.java34 import com.sun.identity.cot.COTException;
68 String cot = getString(params, ParameterKeys.P_COT);
77 updateSPMeta(realm, cot, st.nextToken().trim());
116 private void updateSPMeta(String realm, String cot, String domainId) argument
150 if ((cot != null) && (cot.length() > 0)) {
152 AddProviderToCOT.addToCOT(realm, cot, entityId);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DDeleteCircleOfTrust.java36 import com.sun.identity.cot.CircleOfTrustManager;
37 import com.sun.identity.cot.COTException;
46 private String cot; field in class:DeleteCircleOfTrust
61 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
63 String[] params = {realm, cot};
70 cotManager.deleteCircleOfTrust(realm, cot);
72 Object[] obj = {cot};
79 String[] args = {realm, cot, e.getMessage()};
H A DCreateCircleOfTrust.java37 import com.sun.identity.cot.CircleOfTrustDescriptor;
38 import com.sun.identity.cot.COTConstants;
39 import com.sun.identity.cot.COTUtils;
40 import com.sun.identity.cot.COTException;
41 import com.sun.identity.cot.CircleOfTrustManager;
55 private String cot; field in class:CreateCircleOfTrust
71 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
82 String[] params = {realm, cot, providers.toString(), prefix};
89 new CircleOfTrustDescriptor(cot, realm,
92 new CircleOfTrustDescriptor(cot, real
[all...]
H A DListCircleOfTrustMembers.java37 import com.sun.identity.cot.CircleOfTrustManager;
38 import com.sun.identity.cot.COTException;
49 private String cot; field in class:ListCircleOfTrustMembers
65 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
69 String[] params = {realm, cot, spec};
77 if (!circleOfTrusts.contains(cot)){
78 Object[] obj = {cot};
79 String[] args = {realm, cot, spec, MessageFormat.format(
81 "list-circle-of-trust-members-cot-does-not-exists"), obj)};
86 "list-circle-of-trust-members-cot
[all...]
H A DRemoveCircleOfTrustMembers.java36 import com.sun.identity.cot.CircleOfTrustManager;
37 import com.sun.identity.cot.COTException;
46 private String cot; field in class:RemoveCircleOfTrustMembers
63 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
67 String[] params = {realm, cot, entityID, spec};
74 cotManager.removeCircleOfTrustMember(realm,cot,spec,entityID);
76 Object[] objs = {cot, entityID, realm};
84 String[] args = {realm, cot, entityID, spec, e.getMessage()};
H A DAddCircleOfTrustMembers.java36 import com.sun.identity.cot.COTException;
37 import com.sun.identity.cot.CircleOfTrustManager;
47 private String cot; field in class:AddCircleOfTrustMembers
62 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
67 String[] params = {realm, entityID, cot, spec};
73 cotManager.addCircleOfTrustMember(realm, cot, spec,entityID);
75 Object[] objs = {spec, cot ,entityID, realm};
84 String[] args = {realm, entityID, cot, spec,
95 String[] args = {realm, entityID, cot, spec, e.getMessage()};
H A DListCircleOfTrusts.java37 import com.sun.identity.cot.CircleOfTrustManager;
38 import com.sun.identity.cot.COTException;
85 String cot = (String)i.next();
86 outputWriter.printlnMessage(" " + cot);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DDeleteCircleOfTrust.java36 import com.sun.identity.cot.CircleOfTrustManager;
37 import com.sun.identity.cot.COTException;
46 private String cot; field in class:DeleteCircleOfTrust
61 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
63 String[] params = {realm, cot};
70 cotManager.deleteCircleOfTrust(realm, cot);
72 Object[] obj = {cot};
79 String[] args = {realm, cot, e.getMessage()};
H A DCreateCircleOfTrust.java37 import com.sun.identity.cot.CircleOfTrustDescriptor;
38 import com.sun.identity.cot.COTConstants;
39 import com.sun.identity.cot.COTUtils;
40 import com.sun.identity.cot.COTException;
41 import com.sun.identity.cot.CircleOfTrustManager;
55 private String cot; field in class:CreateCircleOfTrust
71 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
82 String[] params = {realm, cot, providers.toString(), prefix};
89 new CircleOfTrustDescriptor(cot, realm,
92 new CircleOfTrustDescriptor(cot, real
[all...]
H A DListCircleOfTrustMembers.java37 import com.sun.identity.cot.CircleOfTrustManager;
38 import com.sun.identity.cot.COTException;
49 private String cot; field in class:ListCircleOfTrustMembers
65 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
69 String[] params = {realm, cot, spec};
77 if (!circleOfTrusts.contains(cot)){
78 Object[] obj = {cot};
79 String[] args = {realm, cot, spec, MessageFormat.format(
81 "list-circle-of-trust-members-cot-does-not-exists"), obj)};
86 "list-circle-of-trust-members-cot
[all...]
H A DRemoveCircleOfTrustMembers.java36 import com.sun.identity.cot.CircleOfTrustManager;
37 import com.sun.identity.cot.COTException;
46 private String cot; field in class:RemoveCircleOfTrustMembers
63 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
67 String[] params = {realm, cot, entityID, spec};
74 cotManager.removeCircleOfTrustMember(realm,cot,spec,entityID);
76 Object[] objs = {cot, entityID, realm};
84 String[] args = {realm, cot, entityID, spec, e.getMessage()};
H A DAddCircleOfTrustMembers.java36 import com.sun.identity.cot.COTException;
37 import com.sun.identity.cot.CircleOfTrustManager;
47 private String cot; field in class:AddCircleOfTrustMembers
62 cot = getStringOptionValue(FedCLIConstants.ARGUMENT_COT);
67 String[] params = {realm, entityID, cot, spec};
73 cotManager.addCircleOfTrustMember(realm, cot, spec,entityID);
75 Object[] objs = {spec, cot ,entityID, realm};
84 String[] args = {realm, entityID, cot, spec,
95 String[] args = {realm, entityID, cot, spec, e.getMessage()};
H A DListCircleOfTrusts.java37 import com.sun.identity.cot.CircleOfTrustManager;
38 import com.sun.identity.cot.COTException;
85 String cot = (String)i.next();
86 outputWriter.printlnMessage(" " + cot);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTException.java30 package com.sun.identity.cot;
H A DCOTServiceListener.java28 package com.sun.identity.cot;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTException.java30 package com.sun.identity.cot;
H A DCOTServiceListener.java28 package com.sun.identity.cot;

Completed in 105 milliseconds

12345