/
DateTimeAttributeDefinition
DateTimeAttributeDefinition
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.
Errors in converting data may be fatal or ignored.
Reference
Examples
<AttributeDefinition id="expirationOfSomething" xsi:type="DateTime" epochInSeconds="false">
<InputAttributeDefinition ref="expTimeFromDirectory" />
</AttributeDefinition>
, multiple selections available,
Related content
ExpiringPasswordInterceptConfiguration
ExpiringPasswordInterceptConfiguration
Read with this
DateTimeAttributeDefinition
DateTimeAttributeDefinition
More like this
PredefinedBeans
PredefinedBeans
Read with this
SAML2DateTimeEncoder
SAML2DateTimeEncoder
More like this
WarningInterceptConfiguration
WarningInterceptConfiguration
Read with this
SAML2DateTimeEncoder
SAML2DateTimeEncoder
More like this