nl.surfnet.coin.selfservice.util
Class PersonMainAttributes
java.lang.Object
nl.surfnet.coin.selfservice.util.PersonMainAttributes
public class PersonMainAttributes
- extends Object
Simple pojo containing the main attributes of a person. These main attributes
will be displayed to the normal user by default.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_ATTRIBUTE_DISPLAY_NAME
public static final String USER_ATTRIBUTE_DISPLAY_NAME
- See Also:
- Constant Field Values
USER_ATTRIBUTE_MAIL
public static final String USER_ATTRIBUTE_MAIL
- See Also:
- Constant Field Values
USER_ATTRIBUTE_SCHAC_HOME_ORGANISATIONS
public static final String USER_ATTRIBUTE_SCHAC_HOME_ORGANISATIONS
- See Also:
- Constant Field Values
PersonMainAttributes
public PersonMainAttributes(Map<String,List<String>> attributeMap)
- Constructor that initializes the object with fields from the given attributeMap
- Parameters:
attributeMap - the map with attributes
getMail
public String getMail()
setMail
public void setMail(String mail)
getDisplayName
public String getDisplayName()
setDisplayName
public void setDisplayName(String displayName)
getSchacHomeOrganization
public String getSchacHomeOrganization()
setSchacHomeOrganization
public void setSchacHomeOrganization(String schacHomeOrganization)
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.