Interface NameIDDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface NameIDDocument
    extends XmlObject
    A document containing one NameID(@urn:oasis:names:tc:SAML:2.0:assertion) element. This is a complex type.
    • Method Detail

      • getNameID

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

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

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