Interface AuthnStatementDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAuthnStatement

      AuthnStatementType getAuthnStatement()
      Gets the "AuthnStatement" element
    • setAuthnStatement

      void setAuthnStatement(AuthnStatementType authnStatement)
      Sets the "AuthnStatement" element
    • addNewAuthnStatement

      AuthnStatementType addNewAuthnStatement()
      Appends and returns a new empty "AuthnStatement" element