See: Description
| Interface | Description |
|---|---|
| AttributeMapper<InType,OutType extends IdPAttribute> |
This attribute defines the mechanism to go from something into an (IdP)
IdPAttribute. |
| AttributesMapper<InType,OutType extends IdPAttribute> |
This attribute defines the mechanism to go from a list of objects into a collection (IdP)
IdPAttribute, the
representation (a Multimap) being such as is useful to attribute filtering. |
| Class | Description |
|---|---|
| AbstractSAMLAttributeDesignatorMapper<OutType extends IdPAttribute> |
Basis of all classes which map SAML1
AttributeDesignator into an IdP IdPAttribute. |
| AbstractSAMLAttributeDesignatorsMapper<OutType extends IdPAttribute> |
The class contains the mechanics to go from a list of
AttributeDesignators to a Multimap of
String,IdPAttribute (or derived, or null). |
| AbstractSAMLAttributeMapper<InType extends Attribute,OutType extends IdPAttribute> |
Basis of all classes which map SAML2
Attribute into an IdP IdPAttribute. |
| AbstractSAMLAttributesMapper<InType extends Attribute,OutType extends IdPAttribute> |
The class contains the mechanics to go from a list of
Attributes (or derived) to a Multimap of
String,IdPAttribute (or derived, or null). |
| AbstractSAMLAttributeValueMapper |
The base of the classes that map SAML2 attribute values into IdP attribute values.
|
| AttributesMapContainer<OutType extends IdPAttribute> |
Container for reverse mapped attributes.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.