InType - the type which is to be inspected and mappedOutType - some sort of representation of an IdP attributepublic interface AttributesMapper<InType,OutType extends IdPAttribute>
IdPAttribute, the
representation (a Multimap) being such as is useful to attribute filtering. AttributeMapper.| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,OutType> |
mapAttributes(List<InType> prototypes)
Map the input objects into IdP attributes.
|
@Nonnull @NonnullElements com.google.common.collect.Multimap<String,OutType> mapAttributes(@Nonnull@NonnullElements List<InType> prototypes)
prototypes - the SAML attributesCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.