Hi all,

The Attribute Object defined in the API contains the following method:

https://git-wip-us.apache.org/repos/asf?p=incubator-openaz.git;a=blob;f=openaz-xacml/src/main/java/org/apache/openaz/xacml/api/Attribute.java;h=741a73f4525e3544ee45fc35f872766969adbb57;hb=HEAD

Identifier getCategory();

However, unless I'm missing something, there is no Category directly
associated with an Attribute in the 3.0 spec:

<xs:complexType name="AttributeType">
<xs:sequence>
<xs:element ref="xacml:AttributeValue" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="AttributeId" type="xs:anyURI" use="required"/>
<xs:attribute name="Issuer" type="xs:string" use="optional"/>
<xs:attribute name="IncludeInResult" type="xs:boolean" use="required"/>
</xs:complexType>

The Category is associated with the "Attributes" Element instead:

<xs:attribute name="Category" type="xs:anyURI" use="required"/>

Should Attribute have a getCategory method?

Colm.

-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to