OASIS eXtensible Access Control Markup Language (XACML) TC

 View Only

RE: [xacml] URI match function

  • 1.  RE: [xacml] URI match function

    Posted 06-17-2004 21:00
     MHonArc v2.5.0b2 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    xacml message

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


    Subject: RE: [xacml] URI match function


    But we can already do such rules - in probably a more efficient manner,
    as target is simpler to evaluate
    GRANT 
    resource match:  (string-equal "/foo" resource_ancestors) 
    condition: (string-match "*.html" resource-id)
    
    Or maybe you can setup your system to use
    Resource match: (Boolean-equal "true" is_static_page_flag) 
    :)
    
    Why more complexity, especially with functions used in target
    matching...
    
    Daniel..