G I O W

G

getAttributes() - Method in interface org.jasig.services.persondir.IPersonAttributes
 
getAttributeValue(String) - Method in interface org.jasig.services.persondir.IPersonAttributes
The value for the attribute, null if no value exists or the first value is null, if there are multiple values the first is returned.
getAttributeValues(String) - Method in interface org.jasig.services.persondir.IPersonAttributes
All values of the attribute, null if no values exist.
getAvailableQueryAttributes() - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Gets a Set of attribute names that this implementation knows how to use in a query.
getMultivaluedUserAttributes(Map<String, List<Object>>) - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Deprecated. Use getPeople(Map) instead. This method will be removed in 1.6
getMultivaluedUserAttributes(String) - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Deprecated. Use getPerson(String) instead. This method will be removed in 1.6
getPeople(Map<String, Object>) - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Searches for IPersonAttributess that match the set of attributes provided in the query Map.
getPeopleWithMultivaluedAttributes(Map<String, List<Object>>) - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Searches for IPersonAttributess that match the set of attributes provided in the query Map.
getPerson(String) - Method in interface org.jasig.services.persondir.IPersonAttributeDao
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.
getPossibleUserAttributeNames() - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Gets a Set of attribute names that may be returned for an IPersonAttributes.
getUserAttributes(Map<String, Object>) - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Deprecated. Use getPeople(Map) instead. This method will be removed in 1.6
getUserAttributes(String) - Method in interface org.jasig.services.persondir.IPersonAttributeDao
Deprecated. Use getPerson(String) instead. This method will be removed in 1.6

I

IPersonAttributeDao - Interface in org.jasig.services.persondir
Defines methods for finding a IPersonAttributes or Set of IPersons based on a user ID or a Map of user attributes to query with.
IPersonAttributes - Interface in org.jasig.services.persondir
An immutable representation of a person with a uid (userName) and attributes.

O

org.jasig.services.persondir - package org.jasig.services.persondir
 

W

WILDCARD - Static variable in interface org.jasig.services.persondir.IPersonAttributeDao
 
WILDCARD_PATTERN - Static variable in interface org.jasig.services.persondir.IPersonAttributeDao
 

G I O W

Copyright © 2012 Jasig. All Rights Reserved.