I - The IdP Typepublic interface AttributeDesignatorMapperProcessor<I extends IdPAttribute>
| Modifier and Type | Method and Description |
|---|---|
void |
populateAttributeMapper(AbstractSAMLAttributeDesignatorMapper<I> mapper)
This populates the attribute mapper to go from a SAML AttributeDesignator to an IdP Attribute (or
derivative) such that applying the output of the mapper to the encoder will produce the name attribute
(and vice versa).
|
@Nonnull void populateAttributeMapper(@Nonnull AbstractSAMLAttributeDesignatorMapper<I> mapper)
The populated mapper must not have any associated (IdP) Attribute names and must implement
Object.equals(Object) and Object.hashCode().
mapper - the mapper.Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.