Interface ECPResponse


  • @SupportedAll
    public interface ECPResponse
    The ECPResponse interface defines methods for properties required by an ECP response.
    • Method Detail

      • isMustUnderstand

        Boolean isMustUnderstand()
        Returns value of mustUnderstand attribute.
        Returns:
        value of mustUnderstand attribute.
      • setMustUnderstand

        void setMustUnderstand​(Boolean mustUnderstand)
                        throws SAML2Exception
        Sets the value of the mustUnderstand attribute.
        Parameters:
        mustUnderstand - the value of mustUnderstand attribute.
        Throws:
        SAML2Exception - if the object is immutable.
      • getActor

        String getActor()
        Returns value of actor attribute.
        Returns:
        value of actor attribute
      • setActor

        void setActor​(String actor)
               throws SAML2Exception
        Sets the value of actor attribute.
        Parameters:
        actor - the value of actor attribute
        Throws:
        SAML2Exception - if the object is immutable.
      • getAssertionConsumerServiceURL

        String getAssertionConsumerServiceURL()
        Returns the value of the AssertionConsumerServiceURL attribute.
        Returns:
        the value of AssertionConsumerServiceURL attribute.
        See Also:
        setAssertionConsumerServiceURL(String)
      • setAssertionConsumerServiceURL

        void setAssertionConsumerServiceURL​(String url)
                                     throws SAML2Exception
        Sets the value of the AssertionConsumerServiceURL attribute.
        Parameters:
        url - the value of AssertionConsumerServiceURL attribute.
        Throws:
        SAML2Exception - if the object is immutable.
        See Also:
        getAssertionConsumerServiceURL()
      • toXMLString

        String toXMLString()
                    throws SAML2Exception
        Returns a String representation of this Object.
        Returns:
        a String representation of this Object.
        Throws:
        SAML2Exception - if 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 - if cannot create String object.
      • makeImmutable

        void makeImmutable()
        Makes this object immutable.
      • isMutable

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