| Package | Description |
|---|---|
| net.shibboleth.idp.attribute.resolver.dc.impl |
Common functionality used by data connectors.
|
| net.shibboleth.idp.attribute.resolver.dc.ldap.impl |
A
DataConnector implementation that reads data from an LDAP. |
| net.shibboleth.idp.attribute.resolver.dc.rdbms.impl |
A
DataConnector implementation that reads data from a relational
database. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchDataConnector<T extends ExecutableSearch>
A
DataConnector containing functionality common to data connectors that
retrieve attribute data by searching a data source. |
interface |
ExecutableSearchBuilder<T extends ExecutableSearch>
Builder used to created
ExecutableSearch instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutableSearchFilter
A search filter that can be executed against an LDAP to fetch results.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutableStatement
A statement that can be executed against a database to fetch results.
|
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.