Interface ResultMappingStrategy

All Superinterfaces:
MappingStrategy<ResultSet>
All Known Implementing Classes:
StringResultMappingStrategy, StringResultMappingStrategy

public interface ResultMappingStrategy extends MappingStrategy<ResultSet>
Strategy for mapping from a ResultSet to a collection of IdPAttributes.
  • Method Summary

    Methods inherited from interface net.shibboleth.idp.attribute.resolver.dc.MappingStrategy

    map