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: RE: [xacml] VariableDefinition scope


Policy element of PolicyType type can not include other policies and PolicySet that can include other policy sets and policy does not include variables

Quoted example is invalid.

 


From: Argyn [mailto:jawabean@gmail.com]
Sent: Wednesday, October 12, 2005 11:37 AM
To: xacml@lists.oasis-open.org
Subject: [xacml] 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]