|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
IPersonAttributeDao.getUserAttributes(String) by delegation to
IPersonAttributeDao.getUserAttributes(Map) using a configurable
default attribute name.Map, creating multi-valued
values when appropriate.
DeclaredRulePersonAttributeDao.IPersonAttributeDao
which caches results from a wrapped IPersonAttributeDao.org.jasig.portal.services.persondir.IPersonAttributeDao
implementation iterates through an ordered List of
org.jasig.portal.services.persondir.IPersonAttributeDao impls
when getting user attributes.IPersonAttributeDao that evaluates
person directory information based on configurable rules.AbstractDefaultAttributePersonAttributeDao.setDefaultAttributeName(String) and the List of AttributeRules
to pass to #setRules(AttributeRule[])
Collection and creates a flattened Collection out
of it.
IPersonAttributeDao.
AbstractDefaultAttributePersonAttributeDao.setDefaultAttributeName(String) or
if it has not been called the default value "uid" is returned.
List of delegates which we will poll for attributes.
Set of attribute names that may be returned by the
IPersonAttributeDao.getUserAttributes(Map).
null.
evaluate.
getPossibleUserAttributeNames()
on each AttributeRule instance in the rules array.
Map from attribute names to values for
the given query seed which is an immutable Map.
Map of user
attributes.
List of IPersonAttributeDao
instances.
AbstractQueryPersonAttributeDao.getUserAttributes(Map) if the attributes required for the query, as defined
by the values of the queryAttributes property, are available in the seed.
AbstractJdbcPersonAttributeDao.getAttributeQuery() method.AbstractJdbcPersonAttributeDao.parseAttributeMapFromResults(List) with the query results.AbstractJdbcPersonAttributeDao.parseAttributeMapFromResults(List) link.Map of query
data, returns a Map from attribute names to attribute
values.org.jasig.portal.services.persondir.IPersonAttributeDao.dest map is modified.
IPersonAttributeDao implementation which iterates over children
IPersonAttributeDaos queries each with the same data and merges their
reported attributes in a configurable way.org.jasig.portal.services.persondir.IPersonAttributeDao
implementation that maps attribute names and values from name and value column
pairs.List from the AbstractPersonAttributeMappingQuery implementation
and passes it to the implementing the class for parsing into the returned user attribute Map.
Map will have values of String or a
List of String.
Map will have values of String or a
List of String.
patterns Map.Map must have keys of type String and values
of type String or a Set of String.
Map to use for mapping from a column name to a attribute
name or Set of attribute names.
AbstractDefaultAttributePersonAttributeDao.getUserAttributes(String) queries.
Map to use for mapping from a ldap attribute name to a
portal attribute name or Set of portal attribute names.
Map of columns from a name column to value columns.
List of delegates which we will poll for attributes.
org.jasig.portal.services.persondir.IPersonAttributeDao
implementation that maps from column names in the result of a SQL query
to attribute names.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||