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

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java195 String samlAttribute = entry.getKey();
198 // check if samlAttribute has format nameFormat|samlAttribute
199 StringTokenizer tokenizer = new StringTokenizer(samlAttribute, "|");
202 samlAttribute = tokenizer.nextToken();
211 localAttribute, samlAttribute);
216 attributeValues = getBinaryAttributeValues(samlAttribute, localAttribute, binaryValueMap);
236 attributes.add(getSAMLAttribute(samlAttribute, nameFormat,
318 * @param samlAttribute the SAML attribute that will be assigned these values
322 private Set<String> getBinaryAttributeValues(String samlAttribute, Strin argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAttributeMapper.java159 String samlAttribute = entry.getKey();
160 StringTokenizer tokenizer = new StringTokenizer(samlAttribute, "|");
163 samlAttribute = tokenizer.nextToken();
171 attributeValues = getBinaryAttributeValues(samlAttribute, localAttribute, binaryValueMap);
197 attributes.add(getSAMLAttribute(namespace, samlAttribute, attributeValues));
254 * @param samlAttribute the SAML attribute that will be assigned these values
258 private Set<String> getBinaryAttributeValues(String samlAttribute, String localAttribute, argument
274 " as binary for attribute named '{}'.", localAttribute, samlAttribute);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java212 String samlAttribute = entry.getKey();
215 // check if samlAttribute has format nameFormat|samlAttribute
216 StringTokenizer tokenizer = new StringTokenizer(samlAttribute, "|");
219 samlAttribute = tokenizer.nextToken();
231 " for attribute named " + samlAttribute);
237 attributeValues = getBinaryAttributeValues(samlAttribute, localAttribute, binaryValueMap);
267 attributes.add(getSAMLAttribute(samlAttribute, nameFormat,
348 * @param samlAttribute the SAML attribute that will be assigned these values
352 private Set<String> getBinaryAttributeValues(String samlAttribute, Strin argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAttributeMapper.java138 String samlAttribute = (String)iter.next();
139 String localAttribute = (String)configMap.get(samlAttribute);
170 getSAMLAttribute(samlAttribute, localAttributeValues));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAttributeQueryResponse.cs294 XmlNode samlAttribute = (XmlNode)nodes.Current;
295 string name = samlAttribute.Attributes["Name"].Value.Trim();
297 XmlNodeList samlAttributeValues = samlAttribute.SelectNodes("descendant::saml:AttributeValue", this.nsMgr);
H A DAuthnResponse.cs350 XmlNode samlAttribute = (XmlNode)nodes.Current;
351 string name = samlAttribute.Attributes["Name"].Value.Trim();
353 XmlNodeList samlAttributeValues = samlAttribute.SelectNodes("descendant::saml:AttributeValue", this.nsMgr);
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAttributeQueryResponse.cs294 XmlNode samlAttribute = (XmlNode)nodes.Current;
295 string name = samlAttribute.Attributes["Name"].Value.Trim();
297 XmlNodeList samlAttributeValues = samlAttribute.SelectNodes("descendant::saml:AttributeValue", this.nsMgr);
H A DAuthnResponse.cs350 XmlNode samlAttribute = (XmlNode)nodes.Current;
351 string name = samlAttribute.Attributes["Name"].Value.Trim();
353 XmlNodeList samlAttributeValues = samlAttribute.SelectNodes("descendant::saml:AttributeValue", this.nsMgr);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java694 String samlAttribute = (String)iter.next();
695 String localAttribute = (String)configMap.get(samlAttribute);
722 Attribute attr = SAML2Utils.getSAMLAttribute(samlAttribute,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java696 String samlAttribute = (String)iter.next();
697 String localAttribute = (String)configMap.get(samlAttribute);
724 Attribute attr = SAML2Utils.getSAMLAttribute(samlAttribute,

Completed in 43 milliseconds