Searched defs:availableNameFormat (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.java1005 * @param availableNameFormat The NameFormat of the Attribute defined in the server configuration.
1009 private static boolean isNameFormatMatching(String desiredNameFormat, String availableNameFormat) { argument
1011 || desiredNameFormat.equals(availableNameFormat);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java1007 * @param availableNameFormat The NameFormat of the Attribute defined in the server configuration.
1011 private static boolean isNameFormatMatching(String desiredNameFormat, String availableNameFormat) { argument
1013 || desiredNameFormat.equals(availableNameFormat);

Completed in 35 milliseconds