NEW ISSUE (3638) Need to be able to specify ordering between assertions

TITLE: Need to be able to specify ordering between assertions

DESCRIPTION:
The Framework spec says "Assertions within an alternative are not ordered, and thus aspects such as the order in which behaviors (indicated by assertions) are applied to a policy_subject are beyond the scope of this specification".   However, the SecurityPolicy spec requires ordering between signing and encryption and defines assertions to control the order between such assertions.

We feel that ordering between assertions may be required in other cases as well and request an ordering mechanism between such assertions.  For example, consider an assertion that adds something to a message.
Perhaps a timestamp.  We may want to say that the timestamp is added before a log record is written.

JUSTIFICATION: See above

TARGET: Framework 

PROPOSAL:
Two possible mechanisms come immediately to mind: an attribute on the assertion to indicate the order and
a special assertion that says one assertions comes before another.  But, clearly other mechanisms are 
possible.  We have a creative WG!

All the best, Ashok

Received on Tuesday, 29 August 2006 14:26:48 UTC