Interface AuthenticationQueryDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAuthenticationQuery

      AuthenticationQueryType getAuthenticationQuery()
      Gets the "AuthenticationQuery" element
    • setAuthenticationQuery

      void setAuthenticationQuery(AuthenticationQueryType authenticationQuery)
      Sets the "AuthenticationQuery" element
    • addNewAuthenticationQuery

      AuthenticationQueryType addNewAuthenticationQuery()
      Appends and returns a new empty "AuthenticationQuery" element