Searched refs:desiredNameFormat (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java1004 * @param desiredNameFormat The NameFormat of the Attribute defined in the AttributeQuery request.
1009 private static boolean isNameFormatMatching(String desiredNameFormat, String availableNameFormat) { argument
1010 return desiredNameFormat == null || DEFAULT_ATTRIBUTE_NAME_FORMAT.equals(desiredNameFormat)
1011 || desiredNameFormat.equals(availableNameFormat);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java1006 * @param desiredNameFormat The NameFormat of the Attribute defined in the AttributeQuery request.
1011 private static boolean isNameFormatMatching(String desiredNameFormat, String availableNameFormat) { argument
1012 return desiredNameFormat == null || DEFAULT_ATTRIBUTE_NAME_FORMAT.equals(desiredNameFormat)
1013 || desiredNameFormat.equals(availableNameFormat);

Completed in 26 milliseconds