Searched refs:supportedAttrs (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.java832 private static List<Attribute> verifyDesiredAttributes(List<AttributeElement> supportedAttrs, argument
834 if (supportedAttrs == null || supportedAttrs.isEmpty()) {
839 return convertAttributes(supportedAttrs);
844 Iterator<AttributeElement> supportedAttrIterator = supportedAttrs.iterator();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java834 private static List<Attribute> verifyDesiredAttributes(List<AttributeElement> supportedAttrs, argument
836 if (supportedAttrs == null || supportedAttrs.isEmpty()) {
841 return convertAttributes(supportedAttrs);
846 Iterator<AttributeElement> supportedAttrIterator = supportedAttrs.iterator();

Completed in 240 milliseconds