Interface IDPList

  • All Superinterfaces:
    SAMLObject, org.opensaml.core.xml.XMLObject

    public interface IDPList
    extends SAMLObject
    SAML 2.0 Core IDPList.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GetComplete getGetComplete()
      Gets the GetComplete URI.
      List<IDPEntry> getIDPEntrys()
      Gets the IDPEntry list.
      void setGetComplete​(GetComplete newGetComplete)
      Sets the GetComplete URI.
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getIDPEntrys

        List<IDPEntry> getIDPEntrys()
        Gets the IDPEntry list.
        Returns:
        the IDPEntry list
      • getGetComplete

        GetComplete getGetComplete()
        Gets the GetComplete URI.
        Returns:
        GetComplete URI
      • setGetComplete

        void setGetComplete​(GetComplete newGetComplete)
        Sets the GetComplete URI.
        Parameters:
        newGetComplete - the new GetComplete URI