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