Searched refs:desired (Results 1 - 3 of 3) 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...]
/forgerock/opendj2-jel-hg/resource/bin/
H A Didsconfig2776 get_menu_choice 'Choose desired search scope (1=one, 2=sub, h=help): ' \
2996 [+DESCRIPTION?Ask the user whether to enable shadow update. Set \bINT[LDAP_ENABLE_SHADOW_UPDATE]]\b to 0 if not desired, to 1 otherwise.]

Completed in 62 milliseconds