Interface ResultMappingStrategy
-
- All Superinterfaces:
MappingStrategy<ResultSet>
- All Known Implementing Classes:
StringResultMappingStrategy,StringResultMappingStrategy
public interface ResultMappingStrategy extends MappingStrategy<ResultSet>
Strategy for mapping from aResultSetto a collection ofIdPAttributes.
-
-
Method Summary
-
Methods inherited from interface net.shibboleth.idp.attribute.resolver.dc.MappingStrategy
map
-
-