Searched defs:isNameFormatMatching (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.java937 && isNameFormatMatching(desired.getNameFormat(), attribute.getNameFormat());
990 && isNameFormatMatching(desired.getNameFormat(), supported.getNameFormat());
1009 private static boolean isNameFormatMatching(String desiredNameFormat, String availableNameFormat) { method in class:AttributeQueryUtil
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java939 && isNameFormatMatching(desired.getNameFormat(), attribute.getNameFormat());
992 && isNameFormatMatching(desired.getNameFormat(), supported.getNameFormat());
1011 private static boolean isNameFormatMatching(String desiredNameFormat, String availableNameFormat) { method in class:AttributeQueryUtil

Completed in 52 milliseconds