[sunxacml-discuss] multiple AttributeValue inside Attribute for RequestCtx
Brought to you by:
farrukh_najmi,
sethp
|
From: Ashok S. <as...@sf...> - 2005-05-04 22:51:41
|
Hello, I tried to browse throught the archive to see if someone had similar problem but couldnt find similar post. I am converting the SAML Attributes manually to XACML Request. When I try to convert the <saml:Attribute> to <xacml:context:Attribute>, the specification says i have to process all the <saml:AttributeValue> and map it to <xacml-context:AttributeValue>. When I get multiple <saml:AttributeValue> I want to convert each <saml:AttributeValue> to corresponding <xacml-context:AttributeValue>. I was browsing through the API for the XACML, and learnt that the BagAttribute was not designed for this purpose. I was wondering if there is some other way to add multiple <xacml-context:AttributeValue> to <xacml-context:Attribute>. I checked with the XACML 2.0 and 1.1 specification, it looks like the specification allows this type of multiple <xacml-context:AttributeValue>. Please advise if I am reading it wrong. Thanks, Ashok. |