Interface IDPList

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
IDPListImpl

public interface IDPList extends SAMLObject
SAML 2.0 Core IDPList.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element Local Name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

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

    • 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