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

Re: [xacml-users] Modelling task partitions in XACML

From
Rich.Levinson <>
Date
2009-03-02T16:30:26+00:00
ID
Thread
Re: [xacml-users] Modelling task partitions in XACML
Hi,

I want to use XACML to implement access control in a workflow system. A
workflow is separated into several tasks. Some of these tasks will be
split into partitions, and now the fun begins: If a user has executed a
task from one of the partitions, he must not execute any task from all
the other partitions. For example:

    workflow = (t1, t2, t3, t4, t5, sign1, sign2)

    partitioning = {{t1, t2, t3, t4, t5}, {sign1}, {sign2}}

Assuming that there is an environment attribute called "history" that
returns all the tasks that the user has already executed, can I
implement this restriction using only plain XACML 1.0 or 2.0?

Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: 
For additional commands, e-mail: 
← Prev in month ← Prev in thread
Next in thread → Next in month →