DataConnector implementation that reads data from a relational
database.See: Description
| Interface | Description |
|---|---|
| ExecutableStatement |
A statement that can be executed against a database to fetch results.
|
| ResultMappingStrategy |
Strategy for mapping from a
ResultSet to a collection of IdPAttributes. |
| Class | Description |
|---|---|
| AbstractExecutableStatementBuilder |
Basis of statement builder.
|
| DataSourceValidator |
Validator implementation that invokes
DataSource.getConnection() to determine if the DataSource is properly
configured. |
| FormatExecutableStatementBuilder | |
| RDBMSDataConnector |
A
DataConnector that queries a relation database in order to retrieve
attribute data. |
| StringResultMappingStrategy |
A simple
ResultMappingStrategy that assumes all columns in the result set should be mapped and that all
values are strings. |
| TemplatedExecutableStatementBuilder |
An
ExecutableSearchBuilder that generates the SQL statement to
be executed by evaluating a Template against the currently resolved attributes within a
AttributeResolutionContext. |
| TemplatedExecutableStatementBuilder.EscapingReferenceInsertionEventHandler |
Escapes SQL values added to the template context.
|
DataConnector implementation that reads data from a relational
database.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.