Interface SubjectType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getNameIdentifier

        NameIdentifierType getNameIdentifier()
        Gets the "NameIdentifier" element
      • isSetNameIdentifier

        boolean isSetNameIdentifier()
        True if has "NameIdentifier" element
      • setNameIdentifier

        void setNameIdentifier​(NameIdentifierType nameIdentifier)
        Sets the "NameIdentifier" element
      • addNewNameIdentifier

        NameIdentifierType addNewNameIdentifier()
        Appends and returns a new empty "NameIdentifier" element
      • unsetNameIdentifier

        void unsetNameIdentifier()
        Unsets the "NameIdentifier" element
      • isSetSubjectConfirmation

        boolean isSetSubjectConfirmation()
        True if has "SubjectConfirmation" element
      • setSubjectConfirmation

        void setSubjectConfirmation​(SubjectConfirmationType subjectConfirmation)
        Sets the "SubjectConfirmation" element
      • addNewSubjectConfirmation

        SubjectConfirmationType addNewSubjectConfirmation()
        Appends and returns a new empty "SubjectConfirmation" element
      • unsetSubjectConfirmation

        void unsetSubjectConfirmation()
        Unsets the "SubjectConfirmation" element