Class ConsentHeader
java.lang.Object
com.sun.identity.liberty.ws.soapbinding.ConsentHeader
The
ConsentHeader class represents Consent element
defined in SOAP binding schema.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActor()Returns value ofactorattribute.getId()Returns value ofidattribute.Returns value ofmustUnderstandattribute.Returns value oftimestampattribute.getUri()Returns value ofuriattribute.voidSets value ofactorattribute.voidsetMustUnderstand(Boolean mustUnderstand) Sets value ofmustUnderstandattribute.voidsetSignFlag(boolean signFlag) Sets the value of the signFlag.voidSets value ofuriattribute.
-
Constructor Details
-
ConsentHeader
Constructor- Parameters:
uri- the Consent URI .
-
-
Method Details
-
getUri
Returns value ofuriattribute.- Returns:
- value of
uriattribute.
-
getTimestamp
Returns value oftimestampattribute.- Returns:
- value of
timestampattribute
-
getId
Returns value ofidattribute.- Returns:
- value of
idattribute.
-
getMustUnderstand
Returns value ofmustUnderstandattribute.- Returns:
- value of
mustUnderstandattribute
-
getActor
Returns value ofactorattribute.- Returns:
- value of
actorattribute
-
setUri
Sets value ofuriattribute.- Parameters:
uri- value ofuriattribute
-
setMustUnderstand
Sets value ofmustUnderstandattribute.- Parameters:
mustUnderstand- value ofmustUnderstandattribute.
-
setActor
Sets value ofactorattribute.- Parameters:
actor- value ofactorattribute
-
setSignFlag
public void setSignFlag(boolean signFlag) Sets the value of the signFlag. The default value is false.- Parameters:
signFlag- the boolean value.
-