Interface IDPEntryDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getIDPEntry

        IDPEntryType getIDPEntry()
        Gets the "IDPEntry" element
      • setIDPEntry

        void setIDPEntry​(IDPEntryType idpEntry)
        Sets the "IDPEntry" element
      • addNewIDPEntry

        IDPEntryType addNewIDPEntry()
        Appends and returns a new empty "IDPEntry" element