Searched defs:supportedAttr (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.java846 AttributeElement supportedAttr = supportedAttrIterator.next();
847 if (isSameAttribute(desiredAttr, supportedAttr)) {
848 if (isValueValid(desiredAttr, supportedAttr)) {
1015 AttributeElement supportedAttr) {
1021 List attrValuesS = supportedAttr.getAttributeValue();
1014 isValueValid(Attribute desiredAttr, AttributeElement supportedAttr) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java848 AttributeElement supportedAttr = supportedAttrIterator.next();
849 if (isSameAttribute(desiredAttr, supportedAttr)) {
850 if (isValueValid(desiredAttr, supportedAttr)) {
1017 AttributeElement supportedAttr) {
1023 List attrValuesS = supportedAttr.getAttributeValue();
1016 isValueValid(Attribute desiredAttr, AttributeElement supportedAttr) argument

Completed in 148 milliseconds