Searched refs:bctype (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java123 BaseConfigType bctype = null;
133 bctype = objFactory.createAffiliationConfigElement();
134 bctype.getAttribute().add(atype);
135 ele.setAffiliationConfig(bctype);
146 bctype = objFactory.createSPSSOConfigElement();
147 bctype.getAttribute().add(atype);
148 ll.add(bctype);
150 bctype = objFactory.createIDPSSOConfigElement();
151 bctype.getAttribute().add(atype);
152 ll.add(bctype);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2COTUtils.java123 BaseConfigType bctype = null;
133 bctype = objFactory.createAffiliationConfigElement();
134 bctype.getAttribute().add(atype);
135 ele.setAffiliationConfig(bctype);
146 bctype = objFactory.createSPSSOConfigElement();
147 bctype.getAttribute().add(atype);
148 ll.add(bctype);
150 bctype = objFactory.createIDPSSOConfigElement();
151 bctype.getAttribute().add(atype);
152 ll.add(bctype);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationCOTUtils.java96 BaseConfigType bctype = null;
112 bctype = objFactory.createIDPSSOConfigElement();
113 bctype.getAttribute().add(atype);
114 ll.add(bctype);
116 bctype = objFactory.createSPSSOConfigElement();
117 bctype.getAttribute().add(atype);
118 ll.add(bctype);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationCOTUtils.java96 BaseConfigType bctype = null;
112 bctype = objFactory.createIDPSSOConfigElement();
113 bctype.getAttribute().add(atype);
114 ll.add(bctype);
116 bctype = objFactory.createSPSSOConfigElement();
117 bctype.getAttribute().add(atype);
118 ll.add(bctype);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java684 BaseConfigType bctype = null;
706 bctype = objFactory.createIDPSSOConfigElement();
707 //bctype.getAttribute().add(atype);
708 bctype = createAttributeElement(keys, bctype);
709 ll.add(bctype);
711 bctype = objFactory.createSPSSOConfigElement();
712 bctype = createAttributeElement(keys, bctype);
713 ll.add(bctype);
[all...]
H A DIDFFModelImpl.java1181 private BaseConfigType addAttributeType(Map values, BaseConfigType bctype) argument
1190 bctype.getAttribute().add(avp);
1192 return bctype;
H A DSAMLv2ModelImpl.java1878 private BaseConfigType addAttributeType(Map values, BaseConfigType bctype) argument
1887 bctype.getAttribute().add(avp);
1889 return bctype;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java688 BaseConfigType bctype = null;
710 bctype = objFactory.createIDPSSOConfigElement();
711 //bctype.getAttribute().add(atype);
712 bctype = createAttributeElement(keys, bctype);
713 ll.add(bctype);
715 bctype = objFactory.createSPSSOConfigElement();
716 bctype = createAttributeElement(keys, bctype);
717 ll.add(bctype);
[all...]
H A DIDFFModelImpl.java1181 private BaseConfigType addAttributeType(Map values, BaseConfigType bctype) argument
1190 bctype.getAttribute().add(avp);
1192 return bctype;
H A DSAMLv2ModelImpl.java1878 private BaseConfigType addAttributeType(Map values, BaseConfigType bctype) argument
1887 bctype.getAttribute().add(avp);
1889 return bctype;

Completed in 65 milliseconds