OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: VariableDefinition scope


Hello

can someone confirm that VariableDefinition's scope is the containing policy only, and doesn't include policies within the policy?

Example:
<Policy PolicyId="P">

  <VariableDefinition VariableId="V">...
  <VariableDefinition>

  <Policy PolicyId="C">...
  </Policy>

</Policy>

So, the variable V can be referenced only from within rules and target of policy P, not policy C.

thanks,
argyn


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]