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

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml-users message

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


Subject: how to enfoce perorities in Policies in XACML.


Dear Seth and all,


<PolicySet PolicySetId="RPS:managerRole" Combining Algorithm = "deny-overrides">
 
            <PolicySet Combining Algorithm = "permit-overrides">
 
                    <PolicySetIdReference>PPPS:managerA</PolicySetIdReference>
 
                    <PolicySetIdReference>DenyPolicy</PolicySetIdReference>
 
            </PolicySet>
 
 
            <Target>
 
                Role Definition
 
            </Target>
 
                    <PolicySetIdReference>NPPS:managerA</PolicySetIdReference>
 
 
 </PolicySet>

Now in the above policy i really want to execute the policy (NPPS:managerA) shall be executed first without exceuting PPPS:managerA and DenyPolicy ??

is this possible ?

regards
Muhammad.


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