public interface IPersonAttributeScriptDao
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributesForUser(java.lang.String username)
Given a username, provide additional attributes.
|
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> |
getPersonAttributesFromMultivaluedAttributes(java.util.Map<java.lang.String,java.util.List<java.lang.Object>> attributes)
Given a set of attributes, return additional attributes to add to the user's attributes.
|
java.util.Map<java.lang.String,java.lang.Object> getAttributesForUser(java.lang.String username)
username - username to query forjava.util.Map<java.lang.String,java.util.List<java.lang.Object>> getPersonAttributesFromMultivaluedAttributes(java.util.Map<java.lang.String,java.util.List<java.lang.Object>> attributes)
attributes - Map of attributes to query onMap of attributes that match the query Map. If no matches are found an empty Map is returned. If the query could not be run null is returned.Copyright © 2005-2018. All Rights Reserved.