See: Description
| Class | Description |
|---|---|
| ByteAttributeValueMapper |
Mapping extract a
ByteAttributeValue from an AttributeValue. |
| RequestedAttributeMapper |
A class that maps a SAML2
RequestedAttribute into an IdP IdPRequestedAttribute. |
| RequestedAttributesMapper |
This class conceptually represents the content of a attribute-map file, hence it describes (and then does) the
mappings from a
List of SAML2 RequestedAttribute into a
Multimap going from (SAML2) attributeId to IdPRequestedAttributes. |
| SAML1AttributeDesignatorMapper |
A class that maps a SAML1
AttributeDesignator into an IdP IdPAttribute. |
| SAML1AttributeDesignatorsMapper |
This class conceptually represents the content of a attribute-map file, hence it describes (and then does) the
mappings from a
List of SAML1 AttributeDesignator into a
Multimap going from (SAML1) attributeId to IdPAttributes. |
| SAML1AttributeDesignatorsMapperService |
An implementation of
SAML1AttributeDesignatorsMapper for use by objects that
can't just store a constructed mapper themselves, such as action beans. |
| SAML2AttributeMapper |
A class that maps a SAML2
Attribute into an IdP IdPAttribute. |
| SAML2AttributesMapper |
This class conceptually represents the content of a attribute-map file, hence it describes (and then does) the
mappings from a
List of SAML2 Attribute into a Multimap
going from (SAML2) attributeId to IdPAttributes. |
| SAML2AttributesMapperService |
An implementation of
SAML2AttributesMapper for use by objects that can't just store a constructed mapper
themselves, such as action beans. |
| ScopedStringAttributeValueMapper |
Mapping to extract a
ScopedStringAttributeValue from an AttributeValue. |
| StringAttributeValueMapper |
Mapping extract a
XSString from an IdPAttributeValue. |
| XMLObjectAttributeValueMapper |
Decoder for
XMLObject into XMLObjectAttributeValue. |
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.