Searched defs:desired (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.java329 // Addition to support changing of desired attributes list
904 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: desired attributes are null");
935 private static boolean isSameAttribute(Attribute attribute, Attribute desired) { argument
936 return desired.getName().equals(attribute.getName())
937 && isNameFormatMatching(desired.getNameFormat(), attribute.getNameFormat());
988 private static boolean isSameAttribute(Attribute desired, AttributeElement supported) { argument
989 return desired.getName().equals(supported.getName())
990 && isNameFormatMatching(desired.getNameFormat(), supported.getNameFormat());
994 * Determines whether the desired Attribute NameFormat matches with the available attribute's NameFormat. When
1006 * @return <code>true</code> if the desired NameForma
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java331 // Addition to support changing of desired attributes list
906 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: desired attributes are null");
937 private static boolean isSameAttribute(Attribute attribute, Attribute desired) { argument
938 return desired.getName().equals(attribute.getName())
939 && isNameFormatMatching(desired.getNameFormat(), attribute.getNameFormat());
990 private static boolean isSameAttribute(Attribute desired, AttributeElement supported) { argument
991 return desired.getName().equals(supported.getName())
992 && isNameFormatMatching(desired.getNameFormat(), supported.getNameFormat());
996 * Determines whether the desired Attribute NameFormat matches with the available attribute's NameFormat. When
1008 * @return <code>true</code> if the desired NameForma
[all...]

Completed in 30 milliseconds