OASIS eXtensible Access Control Markup Language (XACML) TC

RE: [xacml] Match/No-Match Semantics

  • 1.  RE: [xacml] Match/No-Match Semantics

    Posted 08-27-2002 22:16
     MHonArc v2.5.2 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    xacml message

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


    Subject: RE: [xacml] Match/No-Match Semantics


    On Tue, 27 Aug 2002, Daniel Engovatov wrote:
    
    > I agree that it was a wrong decision..
    >
    > Proposal:
    >
    > Treat Match evaluation as part of the rule evaluation, combined with
    > the condition with an AND, according to the described AND semantics.
    >
    > So for a rule  for(... match()) if condition()
    > evaluated expression is:  match() AND condition()
    >
    > With the result being processed by the rule recombination algorithm.
    > So that Indeterminate in Match() will be treated as Indeterminate()
    > result of a rule, applied.
    
    This approach would work because a rule should be interpreted roughly as
    
    	Target -> (Condition -> Effect)
    
    where "->" is "implies" in classical logic.
    
    And that formula is equivalent to
    
    	(Target AND Condition) -> Effect
    
    in classical logic.
    
    Cheers,
    -Polar
    
    >