Interface AuthnQueryDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAuthnQuery

      AuthnQueryType getAuthnQuery()
      Gets the "AuthnQuery" element
    • setAuthnQuery

      void setAuthnQuery(AuthnQueryType authnQuery)
      Sets the "AuthnQuery" element
    • addNewAuthnQuery

      AuthnQueryType addNewAuthnQuery()
      Appends and returns a new empty "AuthnQuery" element