Searched refs:nameFormat (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountUtils.java229 String nameFormat = lni.getFormat();
230 if (nameFormat != null && nameFormat.length() > 0 ){
231 fedInfoSB.append(nameFormat);
267 String nameFormat = rni.getFormat();
268 if (nameFormat != null && nameFormat.length() > 0 ){
269 fedInfoSB.append(nameFormat);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountUtils.java229 String nameFormat = lni.getFormat();
230 if (nameFormat != null && nameFormat.length() > 0 ){
231 fedInfoSB.append(nameFormat);
267 String nameFormat = rni.getFormat();
268 if (nameFormat != null && nameFormat.length() > 0 ){
269 fedInfoSB.append(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/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-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("\"");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSFederationTerminationNotification.java756 String nameFormat = request.getParameter(IFSConstants.NAME_FORMAT);
773 new NameIdentifier(name, nameQualifier, nameFormat);
H A DFSLogoutNotification.java847 String nameFormat = request.getParameter(IFSConstants.NAME_FORMAT);
861 new NameIdentifier(name, nameQualifier, nameFormat);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSFederationTerminationNotification.java759 String nameFormat = request.getParameter(IFSConstants.NAME_FORMAT);
776 new NameIdentifier(name, nameQualifier, nameFormat);
H A DFSLogoutNotification.java850 String nameFormat = request.getParameter(IFSConstants.NAME_FORMAT);
864 new NameIdentifier(name, nameQualifier, nameFormat);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3615 String nameFormat = null;
3618 nameFormat = name.substring(0, pipePos);
3626 nameFormat = SAML2Constants.BASIC_NAME_FORMAT;
3629 attribute.setNameFormat(nameFormat);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3640 String nameFormat = null;
3643 nameFormat = name.substring(0, pipePos);
3651 nameFormat = SAML2Constants.BASIC_NAME_FORMAT;
3654 attribute.setNameFormat(nameFormat);

Completed in 52 milliseconds