Searched defs:isSameAttribute (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.java847 if (isSameAttribute(desiredAttr, supportedAttr)) {
912 if (isSameAttribute(attr, attrD) ) {
935 private static boolean isSameAttribute(Attribute attribute, Attribute desired) { method in class:AttributeQueryUtil
988 private static boolean isSameAttribute(Attribute desired, AttributeElement supported) { method in class:AttributeQueryUtil
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java849 if (isSameAttribute(desiredAttr, supportedAttr)) {
914 if (isSameAttribute(attr, attrD) ) {
937 private static boolean isSameAttribute(Attribute attribute, Attribute desired) { method in class:AttributeQueryUtil
990 private static boolean isSameAttribute(Attribute desired, AttributeElement supported) { method in class:AttributeQueryUtil

Completed in 35 milliseconds