OASIS eXtensible Access Control Markup Language (XACML) TC

Re: [xacml] [Polar] PH09: New section 7.4.2 Attributes

  • 1.  Re: [xacml] [Polar] PH09: New section 7.4.2 Attributes

    Posted 11-04-2002 12:44
     MHonArc v2.5.2 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    xacml message

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


    Subject: Re: [xacml] [Polar] PH09: New section 7.4.2 Attributes


    > how are functions that expect
    > single values supposed to deal with the bags that are required to be
    returned
    > from AD/AS types?
    
    use type-one-and-only function:
    
    apply string-equal
        apply string-one-and-only
            subj-attr-desig attrid string-uri issuer must-be-present
        attr-val string-uri hello
    
    Simon