| Modifier and Type | Method and Description |
|---|---|
IPersonAttributes |
IPersonAttributeDao.getPerson(String uid)
Searches for a single
IPersonAttributes using the specified uid (userName).This method returns according to the following rules: If the user exists and has attributes a populated IPersonAttributes is returned.
If the user exists and has no attributes an IPersonAttributes with an empty attributes Map is returned.
If the user doesn't exist null is returned.
If an error occurs while find the person an appropriate exception will be thrown.
|
| Modifier and Type | Method and Description |
|---|---|
Set<IPersonAttributes> |
IPersonAttributeDao.getPeople(Map<String,Object> query)
Searches for
IPersonAttributess that match the set of attributes provided in the query Map. |
Set<IPersonAttributes> |
IPersonAttributeDao.getPeopleWithMultivaluedAttributes(Map<String,List<Object>> query)
Searches for
IPersonAttributess that match the set of attributes provided in the query Map. |
Copyright © 2015 Jasig. All Rights Reserved.