Interface ECPRelayState

All Superinterfaces:
XmlSerializable

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

    • getValue

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

      void setValue(String value) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of the RelayState.
      Parameters:
      value - new value of the RelayState.
      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.
    • makeImmutable

      void makeImmutable()
      Makes this object immutable.
    • isMutable

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