S - The SAML TypeI - The IdP Typepublic interface AttributeMapperProcessor<S extends Attribute,I extends IdPAttribute>
| Modifier and Type | Method and Description |
|---|---|
void |
populateAttributeMapper(AbstractSAMLAttributeMapper<S,I> mapper)
This populates the attribute mapper to go from a SAML Attribute (or derivative) 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 AbstractSAMLAttributeMapper<S,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.