Interface AttributeStatementDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface AttributeStatementDocument extends XmlObject
A document containing one AttributeStatement(@urn:oasis:names:tc:SAML:2.0:assertion) element. This is a complex type.
  • Field Details

  • Method Details

    • getAttributeStatement

      AttributeStatementType getAttributeStatement()
      Gets the "AttributeStatement" element
    • setAttributeStatement

      void setAttributeStatement(AttributeStatementType attributeStatement)
      Sets the "AttributeStatement" element
    • addNewAttributeStatement

      AttributeStatementType addNewAttributeStatement()
      Appends and returns a new empty "AttributeStatement" element