Interface IDPList


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

      • toXMLString

        String toXMLString()
                    throws SAML2Exception
        Returns a String representation of this Object.
        Returns:
        a String representation of this Object.
        Throws:
        SAML2Exception - cannot create String object.
      • toXMLString

        String toXMLString​(boolean includeNSPrefix,
                           boolean declareNS)
                    throws SAML2Exception
        Returns a String representation of this Object.
        Parameters:
        includeNSPrefix - determines whether or not the namespace qualifier is prepended to the Element when converted
        declareNS - determines whether or not the namespace is declared within the Element.
        Returns:
        the String representation of this Object.
        Throws:
        SAML2Exception - cannot create String object.
      • makeImmutable

        void makeImmutable()
        Makes this object immutable.
      • isMutable

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