public interface IPersonAttributeScriptDao
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributesForUser(String username)
Given a username, provide additional attributes.
|
Map<String,List<Object>> |
getPersonAttributesFromMultivaluedAttributes(Map<String,List<Object>> attributes)
Given a set of attributes, return additional attributes to add to the user's attributes.
|
Map<String,Object> getAttributesForUser(String username)
username - username to query forCopyright © 2015 Jasig. All Rights Reserved.