Searched defs:trustedProviders (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateCircleOfTrust.java56 private List trustedProviders; field in class:CreateCircleOfTrust
74 trustedProviders = (List)rc.getOption(
78 if (trustedProviders != null) {
79 providers.addAll(trustedProviders);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DCreateCircleOfTrust.java56 private List trustedProviders; field in class:CreateCircleOfTrust
74 trustedProviders = (List)rc.getOption(
78 if (trustedProviders != null) {
79 providers.addAll(trustedProviders);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustDescriptor.java56 private Set trustedProviders = null; field in class:CircleOfTrustDescriptor
456 trustedProviders = Collections.unmodifiableSet(
467 if (trustedProviders == null) {
471 ret.addAll(trustedProviders);
520 if (trustedProviders != null) {
521 ret.addAll(trustedProviders);
550 if (trustedProviders != null) {
551 ret.addAll(trustedProviders);
592 attrMap.put(COTConstants.COT_TRUSTED_PROVIDERS, trustedProviders);
H A DCircleOfTrustManager.java400 Set trustedProviders) throws COTException {
402 updateIDFFEntityConfig(realm,cotName,trustedProviders);
404 updateSAML2EntityConfig(realm,cotName,trustedProviders);
406 updateWSFedEntityConfig(realm,cotName,trustedProviders);
502 * @param trustedProviders set of trusted provider names.
506 Set trustedProviders) throws COTException {
510 if (trustedProviders != null && !trustedProviders.isEmpty()) {
512 trustedProviders.iterator();iter.hasNext();) {
536 * @param trustedProviders se
399 updateEntityConfig(String realm, String cotName, String protocolType, Set trustedProviders) 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
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCircleOfTrustDescriptor.java56 private Set trustedProviders = null; field in class:CircleOfTrustDescriptor
456 trustedProviders = Collections.unmodifiableSet(
467 if (trustedProviders == null) {
471 ret.addAll(trustedProviders);
520 if (trustedProviders != null) {
521 ret.addAll(trustedProviders);
550 if (trustedProviders != null) {
551 ret.addAll(trustedProviders);
592 attrMap.put(COTConstants.COT_TRUSTED_PROVIDERS, trustedProviders);
H A DCircleOfTrustManager.java401 Set trustedProviders) throws COTException {
403 updateIDFFEntityConfig(realm,cotName,trustedProviders);
405 updateSAML2EntityConfig(realm,cotName,trustedProviders);
407 updateWSFedEntityConfig(realm,cotName,trustedProviders);
503 * @param trustedProviders set of trusted provider names.
507 Set trustedProviders) throws COTException {
511 if (trustedProviders != null && !trustedProviders.isEmpty()) {
513 trustedProviders.iterator();iter.hasNext();) {
537 * @param trustedProviders se
400 updateEntityConfig(String realm, String cotName, String protocolType, Set trustedProviders) 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
[all...]

Completed in 27 milliseconds