| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAggregatingDefaultQueryPersonAttributeDao
Provides a base set of implementations and properties for IPersonAttributeDao
implementations that aggregate results from a sub List of IPersonAttributeDaos.
|
class |
AbstractDefaultAttributePersonAttributeDao
Abstract class implementing the IPersonAttributeDao method
IPersonAttributeDao.getPerson(String)
by delegation to IPersonAttributeDao.getPeopleWithMultivaluedAttributes(Map) using a configurable
default attribute name. |
class |
AbstractQueryPersonAttributeDao<QB>
Provides common functionality for DAOs using a set of attribute values from the seed to
perform a query.
|
class |
AdditionalDescriptorsPersonAttributeDao
/**
Implementation of
IPersonAttributeDao that allows other subsystems
and components to push attributes to the IPersonAttributeDao
stack. |
class |
CachingPersonAttributeDaoImpl
A configurable caching implementation of
IPersonAttributeDao
which caches results from a wrapped IPersonAttributeDao. |
class |
CascadingPersonAttributeDao
This
IPersonAttributeDao
implementation iterates through an ordered List of
IPersonAttributeDao impls
when getting user attributes. |
class |
ComplexStubPersonAttributeDao
Looks up the user's attribute Map in the backingMap.
|
class |
EchoPersonAttributeDaoImpl
Simply returns the seed it is passed.
|
class |
JsonBackedComplexStubPersonAttributeDao
A convenient wrapper around
ComplexStubPersonAttributeDao that reads the configuration for its backingMap
property from an external JSON configuration resource. |
class |
MergingPersonAttributeDaoImpl
A
IPersonAttributeDao implementation which iterates over children
IPersonAttributeDaos queries each with the same data and merges their
reported attributes in a configurable way. |
class |
MessageFormatPersonAttributeDao
Provides creation of attributes via a
MessageFormat string using other user attributes as the arguments to
the format string. |
class |
NamedStubPersonAttributeDao
An extension of the
StubPersonAttributeDao that is able to identify itself
by populating the backing map with the received username. |
class |
RegexGatewayPersonAttributeDao
This DAO wraps another DAO and only executes the wrapped DAO if the data in the seed matches
criteria set out by the configured
patterns Map. |
class |
StubPersonAttributeDao
A stub IPersonAttributeDao to be used for testing.
|
class |
TomlLdapPersonAttributeDao
This is an implementation of the
LdaptivePersonAttributeDao that is able
to insert the ldap and context source settings from an external Toml file. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJdbcPersonAttributeDao<R>
Provides common logic for executing a JDBC based query including building the WHERE clause SQL string.
|
class |
MultiRowJdbcPersonAttributeDao
An
IPersonAttributeDao
implementation that maps attribute names and values from name and value column
pairs. |
class |
NamedParameterJdbcPersonAttributeDao
Implementation of PersonAttributeDao based on Spring's
NamedParameterJdbcTemplate. |
class |
SingleRowJdbcPersonAttributeDao
An
IPersonAttributeDao
implementation that maps from column names in the result of a SQL query
to attribute names. |
| Modifier and Type | Class and Description |
|---|---|
class |
LdapPersonAttributeDao
LDAP implementation of
IPersonAttributeDao. |
class |
LdaptivePersonAttributeDao
Person directory
IPersonAttribute implementation that queries an LDAP directory
with ldaptive components to populate person attributes. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeclaredRulePersonAttributeDao
Implementation of uPortal's
IPersonAttributeDao that evaluates
person directory information based on configurable rules. |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlPersonAttributeDao
XML backed person attribute DAO that supports wildcard searching.
|
Copyright © 2015 Jasig. All Rights Reserved.