Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.rdbms.ResultMappingStrategy
-
Packages that use ResultMappingStrategy 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. -
-
Uses of ResultMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms that implement ResultMappingStrategy Modifier and Type Class Description classStringResultMappingStrategyA simpleResultMappingStrategythat assumes all columns in the result set should be mapped and that all values are strings. -
Uses of ResultMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl that implement ResultMappingStrategy Modifier and Type Class Description classStringResultMappingStrategyDeprecated.Replaced by api class.Methods in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl with parameters of type ResultMappingStrategy Modifier and Type Method Description voidRDBMSDataConnector. setMappingStrategy(ResultMappingStrategy strategy)Sets the strategy for mapping from search results to a collection ofIdPAttributes.
-