Searched refs:filterAttributes (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java350 attributes = filterAttributes(attributes, desiredAttrs);
897 private static List<Attribute> filterAttributes(List<Attribute> attributes, List<Attribute> desiredAttrs) { method in class:AttributeQueryUtil
900 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: attributes are null");
904 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: desired attributes are null");
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java500 PropertyXMLBuilder.filterAttributes(attributeSchemas, show);
511 PropertyXMLBuilder.filterAttributes(attributeSchemas, show);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java500 PropertyXMLBuilder.filterAttributes(attributeSchemas, show);
511 PropertyXMLBuilder.filterAttributes(attributeSchemas, show);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java352 attributes = filterAttributes(attributes, desiredAttrs);
899 private static List<Attribute> filterAttributes(List<Attribute> attributes, List<Attribute> desiredAttrs) { method in class:AttributeQueryUtil
902 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: attributes are null");
906 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: desired attributes are null");
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java241 public static void filterAttributes(Set attributeSchemas, String a[]) { method in class:PropertyXMLBuilderBase
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java241 public static void filterAttributes(Set attributeSchemas, String a[]) { method in class:PropertyXMLBuilderBase

Completed in 99 milliseconds