public class StubPersonAttributeDao extends AbstractFlatteningPersonAttributeDao
| Property | Description | Required | Default |
|---|---|---|---|
| backingMap | This Map will always be returned for any query. | No | null |
loggerWILDCARD, WILDCARD_PATTERN| Constructor and Description |
|---|
StubPersonAttributeDao() |
StubPersonAttributeDao(Map<String,List<Object>> backingMap) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAvailableQueryAttributes() |
Map<String,List<Object>> |
getBackingMap()
Get the Map which this stub object will return for all legal invocations of
attributesForUser()
|
Set<IPersonAttributes> |
getPeopleWithMultivaluedAttributes(Map<String,List<Object>> query) |
IPersonAttributes |
getPerson(String uid) |
Set<String> |
getPossibleUserAttributeNames() |
void |
setBackingMap(Map<String,List<Object>> backingMap)
Set the Map which this stub object will return for all legal invocations of
attributesForUser().
|
getPeople, toMultivaluedSeedflattenResults, getMultivaluedUserAttributes, getMultivaluedUserAttributes, getUserAttributes, getUserAttributespublic Set<IPersonAttributes> getPeopleWithMultivaluedAttributes(Map<String,List<Object>> query)
public IPersonAttributes getPerson(String uid)
public Map<String,List<Object>> getBackingMap()
Copyright © 2015 Jasig. All Rights Reserved.