Searched defs:nameFormat (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java214 String nameFormat = null;
215 // check if samlAttribute has format nameFormat|samlAttribute
218 nameFormat = tokenizer.nextToken();
267 attributes.add(getSAMLAttribute(samlAttribute, nameFormat,
297 * @param nameFormat Name format of the attribute
305 protected Attribute getSAMLAttribute(String name, String nameFormat, argument
316 if (nameFormat != null) {
317 attribute.setNameFormat(nameFormat);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java197 String nameFormat = null;
198 // check if samlAttribute has format nameFormat|samlAttribute
201 nameFormat = tokenizer.nextToken();
236 attributes.add(getSAMLAttribute(samlAttribute, nameFormat,
266 * @param nameFormat Name format of the attribute
274 protected Attribute getSAMLAttribute(String name, String nameFormat, argument
285 if (nameFormat != null) {
286 attribute.setNameFormat(nameFormat);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAttributeImpl.java87 private String nameFormat = null; field in class:AttributeImpl
166 nameFormat = attrValue;
414 return nameFormat;
431 nameFormat = value;
575 if (nameFormat != null && nameFormat.trim().length() != 0) {
576 result.append(" NameFormat=\"").append(nameFormat).append("\"");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAttributeImpl.java87 private String nameFormat = null; field in class:AttributeImpl
166 nameFormat = attrValue;
414 return nameFormat;
431 nameFormat = value;
575 if (nameFormat != null && nameFormat.trim().length() != 0) {
576 result.append(" NameFormat=\"").append(nameFormat).append("\"");

Completed in 44 milliseconds