Interface AttributeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AttributeDocument
    extends XmlObject
    A document containing one Attribute(@urn:oasis:names:tc:SAML:2.0:assertion) element. This is a complex type.
    • Method Detail

      • getAttribute

        AttributeType getAttribute()
        Gets the "Attribute" element
      • setAttribute

        void setAttribute​(AttributeType attribute)
        Sets the "Attribute" element
      • addNewAttribute

        AttributeType addNewAttribute()
        Appends and returns a new empty "Attribute" element