Interface AuthorityBindingType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthorityBindingType
    extends XmlObject
    An XML AuthorityBindingType(@urn:oasis:names:tc:SAML:1.0:assertion). This is a complex type.
    • Method Detail

      • getAuthorityKind

        QName getAuthorityKind()
        Gets the "AuthorityKind" attribute
      • xgetAuthorityKind

        XmlQName xgetAuthorityKind()
        Gets (as xml) the "AuthorityKind" attribute
      • setAuthorityKind

        void setAuthorityKind​(QName authorityKind)
        Sets the "AuthorityKind" attribute
      • xsetAuthorityKind

        void xsetAuthorityKind​(XmlQName authorityKind)
        Sets (as xml) the "AuthorityKind" attribute
      • getLocation

        String getLocation()
        Gets the "Location" attribute
      • xgetLocation

        XmlAnyURI xgetLocation()
        Gets (as xml) the "Location" attribute
      • setLocation

        void setLocation​(String location)
        Sets the "Location" attribute
      • xsetLocation

        void xsetLocation​(XmlAnyURI location)
        Sets (as xml) the "Location" attribute
      • getBinding

        String getBinding()
        Gets the "Binding" attribute
      • xgetBinding

        XmlAnyURI xgetBinding()
        Gets (as xml) the "Binding" attribute
      • setBinding

        void setBinding​(String binding)
        Sets the "Binding" attribute
      • xsetBinding

        void xsetBinding​(XmlAnyURI binding)
        Sets (as xml) the "Binding" attribute