| Package | Description |
|---|---|
| net.shibboleth.idp.saml.attribute.encoding |
Base classes for encoding
IdPAttribute objects into SAML message components. |
| net.shibboleth.idp.saml.attribute.mapping |
Classes in this package are to do with the import of attributes
as an adjunct to filtering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDesignatorMapperProcessor.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).
|
void |
AbstractSAML1AttributeEncoder.populateAttributeMapper(AbstractSAMLAttributeDesignatorMapper<IdPAttribute> 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).
|
| Constructor and Description |
|---|
AbstractSAMLAttributeDesignatorsMapper(AttributeResolver resolver,
String id,
com.google.common.base.Supplier<AbstractSAMLAttributeDesignatorMapper<OutType>> mapperFactory)
Constructor to create the mapping from an existing resolver.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.