Interface GetComplete

  • All Superinterfaces:
    XmlSerializable

    @SupportedAll
    public interface GetComplete
    extends XmlSerializable
    This interface contains methods for the GetComplete Element in the SAMLv2 Protocol Schema. GetComplete Element specifies a URI which resolves to the complete IDPList.
    • Method Detail

      • getValue

        String getValue()
        Returns the value of the GetComplete URI.
        Returns:
        value of the GetComplete URI.
        See Also:
        setValue(String)
      • setValue

        void setValue​(String value)
               throws SAML2Exception
        Sets the value of the GetComplete URI.
        Parameters:
        value - new value of the GetComplete URI.
        Throws:
        SAML2Exception - if the object is immutable.
        See Also:
        getValue()
      • makeImmutable

        void makeImmutable()
        Makes this object immutable.
      • isMutable

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