Uses of Package
net.shibboleth.idp.attribute.resolver.dc.rdbms
-
Packages that use 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 ADataConnectorimplementation 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 aResultSetto a collection ofIdPAttributes. -
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 aResultSetto a collection ofIdPAttributes.StringResultMappingStrategy A simpleResultMappingStrategythat assumes all columns in the result set should be mapped and that all values are strings.TemplatedExecutableStatementBuilder AnExecutableSearchBuilderthat generates the SQL statement to be executed by evaluating aTemplateagainst the currently resolved attributes within aAttributeResolutionContext.