| Package | Description |
|---|---|
| org.jasig.services.persondir.support | |
| org.jasig.services.persondir.support.jdbc | |
| org.jasig.services.persondir.support.ldap |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexStubPersonAttributeDao
Looks up the user's attribute Map in the backingMap.
|
class |
JsonBackedComplexStubPersonAttributeDao
A convenient wrapper around
ComplexStubPersonAttributeDao that reads the configuration for its backingMap
property from an external JSON configuration resource. |
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 |
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. |
Copyright © 2015 Jasig. All Rights Reserved.