InType - the type which is to be inspected and mappedOutType - some sort of representation of an IdP attributepublic interface AttributeMapper<InType,OutType extends IdPAttribute> extends IdentifiedComponent
IdPAttribute. AttributesMapper.| Modifier and Type | Method and Description |
|---|---|
Map<String,OutType> |
mapAttribute(InType input)
Map the SAML attribute to the required output type.
|
getId@Nonnull @NonnullElements Map<String,OutType> mapAttribute(@Nonnull InType input)
If the input contains values to be decoded, failure to decode any values results in a failure to map the input at all.
input - the SAML attributeCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.