Searched defs:getMappedAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3558 return getMappedAttributes(mappedAttributes);
3572 public static Map<String, String> getMappedAttributes(List<String> mappedAttributes) { method in class:SAML2Utils
3584 debug.message("SAML2Utils.getMappedAttributes: Invalid entry: " + entry);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3583 return getMappedAttributes(mappedAttributes);
3597 public static Map<String, String> getMappedAttributes(List<String> mappedAttributes) { method in class:SAML2Utils
3609 debug.message("SAML2Utils.getMappedAttributes: Invalid entry: " + entry);

Completed in 251 milliseconds