public abstract class BasePersonAttributeDao extends Object implements IPersonAttributeDao
IPersonAttributeDao that provides implementations of the deprecated methods. This class will be removed
in 1.6| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
WILDCARD, WILDCARD_PATTERN| Constructor and Description |
|---|
BasePersonAttributeDao() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
flattenResults(Map<String,List<Object>> multivaluedUserAttributes)
Deprecated.
This method is just used internally and will be removed with this class in 1.6
|
Map<String,List<Object>> |
getMultivaluedUserAttributes(Map<String,List<Object>> seed) |
Map<String,List<Object>> |
getMultivaluedUserAttributes(String uid) |
Map<String,Object> |
getUserAttributes(Map<String,Object> seed) |
Map<String,Object> |
getUserAttributes(String uid) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAvailableQueryAttributes, getPeople, getPeopleWithMultivaluedAttributes, getPerson, getPossibleUserAttributeNamespublic final Map<String,List<Object>> getMultivaluedUserAttributes(Map<String,List<Object>> seed)
getMultivaluedUserAttributes in interface IPersonAttributeDaopublic final Map<String,List<Object>> getMultivaluedUserAttributes(String uid)
getMultivaluedUserAttributes in interface IPersonAttributeDaopublic final Map<String,Object> getUserAttributes(Map<String,Object> seed)
getUserAttributes in interface IPersonAttributeDaopublic final Map<String,Object> getUserAttributes(String uid)
getUserAttributes in interface IPersonAttributeDao@Deprecated protected Map<String,Object> flattenResults(Map<String,List<Object>> multivaluedUserAttributes)
multivaluedUserAttributes - The attribute map to flatten.Copyright © 2015 Jasig. All Rights Reserved.