ClaimDefinitions element
The <ClaimDefinition> is an optional element that defines the Claims that the Claim Processors in the cartridge deal with so that you can refer to a Claim in the <ClaimProcessorDefinition> element by specifying the URI of the Claim instead of specifying it in full.
<ClaimDefinitions>
<ClaimDefinition Uri="tcd:Claim:userid" Scope="SESSION" Description="The user's unique identifier." />
<ClaimDefinition Uri="tcd:Claim:username" Scope="SESSION" Description="The user's full name." />
<ClaimDefinition Uri="tcd:Claim:usergender" Scope="SESSION" Description="The user's sex (M or F)." />
<ClaimDefinition Uri="tcd:Claim:userage" Scope="SESSION" Description="The user's age in years." />
</ClaimDefinitions>
- <ClaimDefinition>
-
The
<ClaimDefinition>element defines a single Claim that can be used by a Claim Processor. The<ClaimDefinition>element has the following attributes: