Documentation Center

ClaimDefinition

This topic describes the ClaimDefinition element.

Attributes

AttributeDescription and useType
Uri(required)anyURI
Scope(optional)

One of the following values:

REQUEST
The Claim is removed when onRequestEnd() has been called. This is the default value if this attribute is not set.
SESSION
The Claim is removed when the session ends, and serialized or deserialized.
STATIC
The Claim is removed when the session ends, but not serialized or deserialized after the microservice first publishes the Claim. This is a performance optimization.
Subject(optional)string
Description(optional)string