Package net.shibboleth.idp.attribute.resolver.dc.rdbms
Package for rdbms data connector configuration.
-
Interface Summary Interface Description ExecutableStatement A statement that can be executed against a database to fetch results.ResultMappingStrategy Strategy for mapping from aResultSet
to a collection ofIdPAttribute
s. -
Class Summary Class Description AbstractExecutableStatementBuilder Basis of statement builder.FormatExecutableStatementBuilder StringResultMappingStrategy A simpleResultMappingStrategy
that assumes all columns in the result set should be mapped and that all values are strings.TemplatedExecutableStatementBuilder AnExecutableSearchBuilder
that generates the SQL statement to be executed by evaluating aTemplate
against the currently resolved attributes within aAttributeResolutionContext
.TemplatedExecutableStatementBuilder.EscapingReferenceInsertionEventHandler Escapes SQL values added to the template context.