public final class PersonAttributeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<String>> |
getAttributesAsMap(org.opensaml.saml2.core.Assertion assertion)
Takes the SAML assertion and returns the user attributes as a Map
|
public static Map<String,List<String>> getAttributesAsMap(org.opensaml.saml2.core.Assertion assertion)
assertion - SAML AssertionMap with the attribute name as key and a List of String values as valueCopyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.