Interface ECPRequest

    • Method Detail

      • getIssuer

        Issuer getIssuer()
        Returns the value of the issuer attribute.
        Returns:
        the value of the issuer attribute
        See Also:
        setIssuer(Issuer)
      • setIssuer

        void setIssuer​(Issuer issuer)
                throws SAML2Exception
        Sets the value of the issuer attribute.
        Parameters:
        issuer - the value of the issuer attribute to be set
        Throws:
        SAML2Exception - if the object is immutable
        See Also:
        getIssuer()
      • 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.
      • getProviderName

        String getProviderName()
        Returns the ProviderName attribute value.
        Returns:
        value of the ProviderName attribute value.
        See Also:
        setProviderName(String)
      • setProviderName

        void setProviderName​(String providerName)
                      throws SAML2Exception
        Sets the ProviderName attribute value.
        Parameters:
        providerName - value of the ProviderName attribute.
        Throws:
        SAML2Exception - if the object is immutable.
        See Also:
        getProviderName()
      • isPassive

        Boolean isPassive()
        Returns the value of the isPassive attribute.
        Returns:
        value of isPassive attribute.
      • setIsPassive

        void setIsPassive​(Boolean isPassive)
                   throws SAML2Exception
        Sets the value of the IsPassive attribute.
        Parameters:
        isPassive - value of IsPassive attribute.
        Throws:
        SAML2Exception - if the object is immutable.
      • makeImmutable

        void makeImmutable()
        Makes this object immutable.
      • isMutable

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