Interface IDPListDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getIDPList

        IDPListType getIDPList()
        Gets the "IDPList" element
      • setIDPList

        void setIDPList​(IDPListType idpList)
        Sets the "IDPList" element
      • addNewIDPList

        IDPListType addNewIDPList()
        Appends and returns a new empty "IDPList" element