Uploaded image for project: 'WSS4J'
  1. WSS4J
  2. WSS-295

org.apache.ws.security.saml.ext.bean.AttributeBean attributeValues is not correct

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6
    • 1.6.2
    • WSS4J Core, WSS4J Handlers
    • Eclipse, Maven, Tomcat, Glassfish

    Description

      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.

      Attachments

        1. Saml2ComponentBuilder.java
          28 kB
          Srinivasa Kukatla
        2. AttributeBean.java
          5 kB
          Srinivasa Kukatla

        Activity

          People

            coheigea Colm O hEigeartaigh
            skukatla Srinivasa Kukatla
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: