Searched defs:samlAttribute (Results 1 - 3 of 3) sorted by relevance

/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/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);

Completed in 31 milliseconds