Uses of Package
net.shibboleth.idp.attribute.resolver.dc.rdbms
Packages that use net.shibboleth.idp.attribute.resolver.dc.rdbms
Package
Description
Package for rdbms data connector configuration.
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.rdbmsClassDescriptionBasis of statement builder.A statement that can be executed against a database to fetch results.Strategy for mapping from a
ResultSetto a collection ofIdPAttributes. -
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms used by net.shibboleth.idp.attribute.resolver.dc.rdbms.implClassDescriptionBasis of statement builder.A statement that can be executed against a database to fetch results.Strategy for mapping from a
ResultSetto a collection ofIdPAttributes.A simpleResultMappingStrategythat assumes all columns in the result set should be mapped and that all values are strings.AnExecutableSearchBuilderthat generates the SQL statement to be executed by evaluating aTemplateagainst the currently resolved attributes within aAttributeResolutionContext.