Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo fix (encoder to decoder)

The encoderdecoder, indicated by xsi:type="DOMAttributeDecoder", processes SAML attribute values as an arbitrary XML DOM tree.

...

Name

Cardinality

Description

<Mapping >0 or 1

Allows an XML attribute or element to be "mapped" into a shorter or qualified name in the resulting structured representation of the data. The purpose of this feature is to allow for namespace-qualified XML by allowing qualified names to be turned into local "tags" that don't require the two part structure of a qualified name.
Attributes

Name

Type

Default

Description

from QNAMERequiredA required XML attribute identifying the qualified attribute or element name to map
to stringRequiredA required XML attribute identifying the internal name to use when storing the mapped attribute or element.

Example

As an example, consider this rich SAML 1.1 attribute:

...