Class ConsentHeader

java.lang.Object
com.sun.identity.liberty.ws.soapbinding.ConsentHeader

@SupportedAll public class ConsentHeader extends Object
The ConsentHeader class represents Consent element defined in SOAP binding schema.
  • Constructor Details

    • ConsentHeader

      public ConsentHeader(String uri)
      Constructor
      Parameters:
      uri - the Consent URI .
  • Method Details

    • getUri

      public String getUri()
      Returns value of uri attribute.
      Returns:
      value of uri attribute.
    • getTimestamp

      public Date getTimestamp()
      Returns value of timestamp attribute.
      Returns:
      value of timestamp attribute
    • getId

      public String getId()
      Returns value of id attribute.
      Returns:
      value of id attribute.
    • getMustUnderstand

      public Boolean getMustUnderstand()
      Returns value of mustUnderstand attribute.
      Returns:
      value of mustUnderstand attribute
    • getActor

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

      public void setUri(String uri)
      Sets value of uri attribute.
      Parameters:
      uri - value of uri attribute
    • setMustUnderstand

      public void setMustUnderstand(Boolean mustUnderstand)
      Sets value of mustUnderstand attribute.
      Parameters:
      mustUnderstand - value of mustUnderstand attribute.
    • setActor

      public void setActor(String actor)
      Sets value of actor attribute.
      Parameters:
      actor - value of actor attribute
    • setSignFlag

      public void setSignFlag(boolean signFlag)
      Sets the value of the signFlag. The default value is false.
      Parameters:
      signFlag - the boolean value.