← Prev in month ← Prev in thread
Next in thread → Next in month →

how to enfoce perorities in Policies in XACML.

From
Muhammad Masoom Alam <>
Date
2005-06-09T11:30:37+00:00
ID
012301c56ce6$9afd0c00$2142a8c0@shahbaz
Thread
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.
← Prev in month ← Prev in thread
Next in thread → Next in month →