Interface SubjectConfirmationType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getConfirmationMethodArray

        String[] getConfirmationMethodArray()
        Gets array of all "ConfirmationMethod" elements
      • getConfirmationMethodArray

        String getConfirmationMethodArray​(int i)
        Gets ith "ConfirmationMethod" element
      • xgetConfirmationMethodArray

        XmlAnyURI[] xgetConfirmationMethodArray()
        Gets (as xml) array of all "ConfirmationMethod" elements
      • xgetConfirmationMethodArray

        XmlAnyURI xgetConfirmationMethodArray​(int i)
        Gets (as xml) ith "ConfirmationMethod" element
      • sizeOfConfirmationMethodArray

        int sizeOfConfirmationMethodArray()
        Returns number of "ConfirmationMethod" element
      • setConfirmationMethodArray

        void setConfirmationMethodArray​(String[] confirmationMethodArray)
        Sets array of all "ConfirmationMethod" element
      • setConfirmationMethodArray

        void setConfirmationMethodArray​(int i,
                                        String confirmationMethod)
        Sets ith "ConfirmationMethod" element
      • xsetConfirmationMethodArray

        void xsetConfirmationMethodArray​(XmlAnyURI[] confirmationMethodArray)
        Sets (as xml) array of all "ConfirmationMethod" element
      • xsetConfirmationMethodArray

        void xsetConfirmationMethodArray​(int i,
                                         XmlAnyURI confirmationMethod)
        Sets (as xml) ith "ConfirmationMethod" element
      • insertConfirmationMethod

        void insertConfirmationMethod​(int i,
                                      String confirmationMethod)
        Inserts the value as the ith "ConfirmationMethod" element
      • addConfirmationMethod

        void addConfirmationMethod​(String confirmationMethod)
        Appends the value as the last "ConfirmationMethod" element
      • insertNewConfirmationMethod

        XmlAnyURI insertNewConfirmationMethod​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ConfirmationMethod" element
      • addNewConfirmationMethod

        XmlAnyURI addNewConfirmationMethod()
        Appends and returns a new empty value (as xml) as the last "ConfirmationMethod" element
      • removeConfirmationMethod

        void removeConfirmationMethod​(int i)
        Removes the ith "ConfirmationMethod" element
      • getSubjectConfirmationData

        XmlObject getSubjectConfirmationData()
        Gets the "SubjectConfirmationData" element
      • isSetSubjectConfirmationData

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

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

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

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

        KeyInfoType getKeyInfo()
        Gets the "KeyInfo" element
      • isSetKeyInfo

        boolean isSetKeyInfo()
        True if has "KeyInfo" element
      • setKeyInfo

        void setKeyInfo​(KeyInfoType keyInfo)
        Sets the "KeyInfo" element
      • addNewKeyInfo

        KeyInfoType addNewKeyInfo()
        Appends and returns a new empty "KeyInfo" element
      • unsetKeyInfo

        void unsetKeyInfo()
        Unsets the "KeyInfo" element