Interface ECPRequest

All Superinterfaces:
XmlSerializable

@SupportedAll public interface ECPRequest extends XmlSerializable
The ECPRequest interface defines methods for properties required by an ECP request.
  • Method Details

    • getIssuer

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

      void setIssuer(Issuer issuer) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of the issuer attribute.
      Parameters:
      issuer - the value of the issuer attribute to be set
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable
      See Also:
    • getIDPList

      IDPList getIDPList()
      Returns the IDPList Object.
      Returns:
      the IDPList object.
      See Also:
    • setIDPList

      void setIDPList(IDPList idpList) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the IDPList Object.
      Parameters:
      idpList - the new IDPList object.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also:
    • isMustUnderstand

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

      void setMustUnderstand(Boolean mustUnderstand) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of the mustUnderstand attribute.
      Parameters:
      mustUnderstand - the value of mustUnderstand attribute.
      Throws:
      com.sun.identity.saml2.common.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 com.sun.identity.saml2.common.SAML2Exception
      Sets the value of actor attribute.
      Parameters:
      actor - the value of actor attribute
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
    • getProviderName

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

      void setProviderName(String providerName) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the ProviderName attribute value.
      Parameters:
      providerName - value of the ProviderName attribute.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also:
    • isPassive

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

      void setIsPassive(Boolean isPassive) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of the IsPassive attribute.
      Parameters:
      isPassive - value of IsPassive attribute.
      Throws:
      com.sun.identity.saml2.common.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.