Uses of Package
net.shibboleth.idp.attribute.resolver.dc.rdbms
Package | Description |
---|---|
net.shibboleth.idp.attribute.resolver.dc.rdbms |
Package for rdbms data connector configuration.
|
net.shibboleth.idp.attribute.resolver.dc.rdbms.impl |
A
DataConnector implementation that reads data from a relational
database. |
-
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms used by net.shibboleth.idp.attribute.resolver.dc.rdbms Class Description AbstractExecutableStatementBuilder Basis of statement builder.ExecutableStatement A statement that can be executed against a database to fetch results.ResultMappingStrategy Strategy for mapping from aResultSet
to a collection ofIdPAttribute
s. -
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms used by net.shibboleth.idp.attribute.resolver.dc.rdbms.impl Class Description AbstractExecutableStatementBuilder Basis of statement builder.ExecutableStatement A statement that can be executed against a database to fetch results.FormatExecutableStatementBuilder ResultMappingStrategy Strategy for mapping from aResultSet
to a collection ofIdPAttribute
s.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
.