Class SubjectConfirmationDataBean
java.lang.Object
org.apache.wss4j.common.saml.bean.SubjectConfirmationDataBean
Class SubjectConfirmationDataBean represents a SAML (2) SubjectConfirmationData. Please note that
KeyInfo functionality is in SubjectBean for backwards compatibility reasons.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor SubjectConfirmationDataBean creates a new SubjectConfirmationDataBean instance. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds an additional elementbooleanMethod equals ...Get the address of the SubjectConfirmationDataBeangetAny()Get the list of additional elementsGet the InResponseTo element of the SubjectConfirmationDataBeanGet the NotOnOrAfter time of the SubjectConfirmationDataBeanGet the NotBefore time of the SubjectConfirmationDataBeanGet the recipient of the SubjectConfirmationDataBeaninthashCode()voidsetAddress(String address) Set the address of the SubjectConfirmationDataBeanvoidSet the list of additional elementsvoidsetInResponseTo(String inResponseTo) Set the InResponseTo element of the SubjectConfirmationDataBeanvoidsetNotAfter(Instant notAfter) Set the notAfter instancevoidsetNotBefore(Instant notBefore) Set the notBefore instancevoidsetRecipient(String recipient) Set the recipient of the SubjectConfirmationDataBean
-
Constructor Details
-
SubjectConfirmationDataBean
public SubjectConfirmationDataBean()Constructor SubjectConfirmationDataBean creates a new SubjectConfirmationDataBean instance.
-
-
Method Details
-
getRecipient
Get the recipient of the SubjectConfirmationDataBean- Returns:
- the recipient of the SubjectConfirmationDataBean
-
setRecipient
Set the recipient of the SubjectConfirmationDataBean- Parameters:
recipient- the recipient of the SubjectConfirmationDataBean
-
getAddress
Get the address of the SubjectConfirmationDataBean- Returns:
- the address of the SubjectConfirmationDataBean
-
setAddress
Set the address of the SubjectConfirmationDataBean- Parameters:
address- the address of the SubjectConfirmationDataBean
-
getInResponseTo
Get the InResponseTo element of the SubjectConfirmationDataBean- Returns:
- the InResponseTo element of the SubjectConfirmationDataBean
-
setInResponseTo
Set the InResponseTo element of the SubjectConfirmationDataBean- Parameters:
inResponseTo- the InResponseTo element of the SubjectConfirmationDataBean
-
getNotBefore
Get the NotBefore time of the SubjectConfirmationDataBean- Returns:
- the NotBefore time of the SubjectConfirmationDataBean
-
setNotBefore
Set the notBefore instance- Parameters:
notBefore- the notBefore instance to set
-
getNotAfter
Get the NotOnOrAfter time of the SubjectConfirmationDataBean- Returns:
- the NotOnOrAfter time of the SubjectConfirmationDataBean
-
setNotAfter
Set the notAfter instance- Parameters:
notAfter- the notAfter instance to set
-
getAny
Get the list of additional elements- Returns:
- list of additional elements
-
setAny
Set the list of additional elements- Parameters:
any- the list of additional elements
-
addAny
Adds an additional element- Parameters:
obj- additional element
-
equals
Method equals ... -
hashCode
public int hashCode()
-