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 D | FSAccountUtils.java | 229 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 D | FSAccountUtils.java | 229 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 D | DefaultLibraryIDPAttributeMapper.java | 197 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 D | DefaultLibraryIDPAttributeMapper.java | 214 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 D | AttributeImpl.java | 87 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 D | AttributeImpl.java | 87 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 D | FSFederationTerminationNotification.java | 756 String nameFormat = request.getParameter(IFSConstants.NAME_FORMAT); 773 new NameIdentifier(name, nameQualifier, nameFormat);
|
H A D | FSLogoutNotification.java | 847 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 D | FSFederationTerminationNotification.java | 759 String nameFormat = request.getParameter(IFSConstants.NAME_FORMAT); 776 new NameIdentifier(name, nameQualifier, nameFormat);
|
H A D | FSLogoutNotification.java | 850 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 D | SAML2Utils.java | 3615 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 D | SAML2Utils.java | 3640 String nameFormat = null; 3643 nameFormat = name.substring(0, pipePos); 3651 nameFormat = SAML2Constants.BASIC_NAME_FORMAT; 3654 attribute.setNameFormat(nameFormat);
|
Completed in 1845 milliseconds