Interface AuthenticatingAuthorityDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAuthenticatingAuthority

      String getAuthenticatingAuthority()
      Gets the "AuthenticatingAuthority" element
    • xgetAuthenticatingAuthority

      XmlAnyURI xgetAuthenticatingAuthority()
      Gets (as xml) the "AuthenticatingAuthority" element
    • setAuthenticatingAuthority

      void setAuthenticatingAuthority(String authenticatingAuthority)
      Sets the "AuthenticatingAuthority" element
    • xsetAuthenticatingAuthority

      void xsetAuthenticatingAuthority(XmlAnyURI authenticatingAuthority)
      Sets (as xml) the "AuthenticatingAuthority" element