Interface IDPList

All Superinterfaces:
XmlSerializable

@SupportedAll public interface IDPList extends XmlSerializable
This interface specifies the identity providers trusted by the requester to authenticate the presenter.
  • Method Details

    • getIDPEntries

      List<IDPEntry> getIDPEntries()
      Returns the list of IDPEntry Objects.
      Returns:
      the list IDPEntry objects.
      See Also:
    • setIDPEntries

      void setIDPEntries(List<IDPEntry> idpEntryList) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the IDPEntry Object.
      Parameters:
      idpEntryList - the list of IDPEntry objects.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also:
    • getGetComplete

      GetComplete getGetComplete()
      Returns the GetComplete Object.
      Returns:
      the GetComplete object.
      See Also:
    • setGetComplete

      void setGetComplete(GetComplete getComplete) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the GetComplete Object.
      Parameters:
      getComplete - the new GetComplete object.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also:
    • makeImmutable

      void makeImmutable()
      Makes this object immutable.
    • isMutable

      boolean isMutable()
      Returns true if object is mutable.
      Returns:
      true if the object is mutable.