Interface AuthenticationStatementDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAuthenticationStatement

      AuthenticationStatementType getAuthenticationStatement()
      Gets the "AuthenticationStatement" element
    • setAuthenticationStatement

      void setAuthenticationStatement(AuthenticationStatementType authenticationStatement)
      Sets the "AuthenticationStatement" element
    • addNewAuthenticationStatement

      AuthenticationStatementType addNewAuthenticationStatement()
      Appends and returns a new empty "AuthenticationStatement" element