nl.surfnet.coin.csa.util
Class PersonAttributeUtil

java.lang.Object
  extended by nl.surfnet.coin.csa.util.PersonAttributeUtil

public final class PersonAttributeUtil
extends Object

Util class for person Attributes


Method Summary
static Map<String,List<String>> getAttributesAsMap(org.opensaml.saml2.core.Assertion assertion)
          Takes the SAML assertion and returns the user attributes as a Map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttributesAsMap

public static Map<String,List<String>> getAttributesAsMap(org.opensaml.saml2.core.Assertion assertion)
Takes the SAML assertion and returns the user attributes as a Map

Parameters:
assertion - SAML Assertion
Returns:
Map with the attribute name as key and a List of String values as value


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.