Interface SearchResultMappingStrategy

All Superinterfaces:
MappingStrategy<SearchResult>
All Known Implementing Classes:
StringAttributeValueMappingStrategy, StringAttributeValueMappingStrategy

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

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

    map