Interface SubjectConfirmationType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • isSetBaseID

        boolean isSetBaseID()
        True if has "BaseID" element
      • addNewBaseID

        BaseIDAbstractType addNewBaseID()
        Appends and returns a new empty "BaseID" element
      • unsetBaseID

        void unsetBaseID()
        Unsets the "BaseID" element
      • getNameID

        NameIDType getNameID()
        Gets the "NameID" element
      • isSetNameID

        boolean isSetNameID()
        True if has "NameID" element
      • setNameID

        void setNameID​(NameIDType nameID)
        Sets the "NameID" element
      • addNewNameID

        NameIDType addNewNameID()
        Appends and returns a new empty "NameID" element
      • unsetNameID

        void unsetNameID()
        Unsets the "NameID" element
      • isSetEncryptedID

        boolean isSetEncryptedID()
        True if has "EncryptedID" element
      • setEncryptedID

        void setEncryptedID​(EncryptedElementType encryptedID)
        Sets the "EncryptedID" element
      • addNewEncryptedID

        EncryptedElementType addNewEncryptedID()
        Appends and returns a new empty "EncryptedID" element
      • unsetEncryptedID

        void unsetEncryptedID()
        Unsets the "EncryptedID" element
      • isSetSubjectConfirmationData

        boolean isSetSubjectConfirmationData()
        True if has "SubjectConfirmationData" element
      • setSubjectConfirmationData

        void setSubjectConfirmationData​(SubjectConfirmationDataType subjectConfirmationData)
        Sets the "SubjectConfirmationData" element
      • addNewSubjectConfirmationData

        SubjectConfirmationDataType addNewSubjectConfirmationData()
        Appends and returns a new empty "SubjectConfirmationData" element
      • unsetSubjectConfirmationData

        void unsetSubjectConfirmationData()
        Unsets the "SubjectConfirmationData" element
      • getMethod

        String getMethod()
        Gets the "Method" attribute
      • xgetMethod

        XmlAnyURI xgetMethod()
        Gets (as xml) the "Method" attribute
      • setMethod

        void setMethod​(String method)
        Sets the "Method" attribute
      • xsetMethod

        void xsetMethod​(XmlAnyURI method)
        Sets (as xml) the "Method" attribute