You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2011/08/12 11:42:27 UTC

[jira] [Closed] (WSS-295) org.apache.ws.security.saml.ext.bean.AttributeBean attributeValues is not correct

     [ https://issues.apache.org/jira/browse/WSS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh closed WSS-295.
-----------------------------------


> org.apache.ws.security.saml.ext.bean.AttributeBean attributeValues is not correct
> ---------------------------------------------------------------------------------
>
>                 Key: WSS-295
>                 URL: https://issues.apache.org/jira/browse/WSS-295
>             Project: WSS4J
>          Issue Type: Bug
>          Components: WSS4J Core, WSS4J Handlers
>    Affects Versions: 1.6
>         Environment: Eclipse, Maven, Tomcat, Glassfish
>            Reporter: Srinivasa Kukatla
>            Assignee: Colm O hEigeartaigh
>              Labels: api-change
>             Fix For: 1.6.2
>
>         Attachments: AttributeBean.java, Saml2ComponentBuilder.java
>
>
> org.apache.ws.security.saml.ext.bean.AttributeBean has the attributeValues defined as below:
> private List<String> attributeValues;
> AttributeStatement can have an attribute, whose value may not be strng. 
> As per the SAML2Core specification Attribute Value is defined as below:
> <element name="AttributeValue" type="anyType" nillable="true" />
> Hence the dataType of attributeValues needs to be changed from String to XMLObject.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org