Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This feature requires V4.3 of the IdP software, currently unreleased.

Namespace: urn:mace:shibboleth:2.0:resolver
Schema: http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd

...

Overview

The DateTime AttributeDefinition converts one or more input values into a Java Instant (an unambiguous timestamp based on the Unix epoch) . The resulting attribute's values are of type DateTimeAttributeValue. This definition type can convert string values that are either numeric, or that match a supplied DateTimeFormatter formatting string. Numeric values may be processed in seconds or in milliseconds since the Unix epoch. It is allowed to mix numeric and formatted string inputs.

...

Expand
titleCommon XML Attributes
Include Page
IDP5:AttributeDefinitionCommonAttributesIDP5:
AttributeDefinitionCommonAttributes
Expand
titleCommon XML Elements
Include Page
IDP5:AttributeDefinitionCommonChildElementsIDP5:
AttributeDefinitionCommonChildElements

...