T - The type of result.public interface MappingStrategy<T>
IdPAttributes.| Modifier and Type | Method and Description |
|---|---|
Map<String,IdPAttribute> |
map(T results)
Maps the given results to a collection of
IdPAttribute indexed by the attribute's ID. |
@Nullable Map<String,IdPAttribute> map(@Nonnull T results) throws ResolutionException
IdPAttribute indexed by the attribute's ID.results - to mapResolutionException - thrown if there is a problem reading data or mapping itCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.