|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.saml.ext.bean.SubjectConfirmationDataBean
public class SubjectConfirmationDataBean
Class SubjectConfirmationDataBean represents a SAML (2) SubjectConfirmationData. Please note that KeyInfo functionality is in SubjectBean for backwards compatibility reasons.
| Constructor Summary | |
|---|---|
SubjectConfirmationDataBean()
Constructor SubjectConfirmationDataBean creates a new SubjectConfirmationDataBean instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Method equals ... |
java.lang.String |
getAddress()
Get the address of the SubjectConfirmationDataBean |
java.lang.String |
getInResponseTo()
Get the InResponseTo element of the SubjectConfirmationDataBean |
org.joda.time.DateTime |
getNotAfter()
Get the NotOnOrAfter time of the SubjectConfirmationDataBean |
org.joda.time.DateTime |
getNotBefore()
Get the NotBefore time of the SubjectConfirmationDataBean |
java.lang.String |
getRecipient()
Get the recipient of the SubjectConfirmationDataBean |
int |
hashCode()
|
void |
setAddress(java.lang.String address)
Set the address of the SubjectConfirmationDataBean |
void |
setInResponseTo(java.lang.String inResponseTo)
Set the InResponseTo element of the SubjectConfirmationDataBean |
void |
setNotAfter(org.joda.time.DateTime notAfter)
Set the NotOnOrAfter time of the SubjectConfirmationDataBean |
void |
setNotBefore(org.joda.time.DateTime notBefore)
Set the NotBefore time of the SubjectConfirmationDataBean |
void |
setRecipient(java.lang.String recipient)
Set the recipient of the SubjectConfirmationDataBean |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubjectConfirmationDataBean()
| Method Detail |
|---|
public java.lang.String getRecipient()
public void setRecipient(java.lang.String recipient)
recipient - the recipient of the SubjectConfirmationDataBeanpublic java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - the address of the SubjectConfirmationDataBeanpublic java.lang.String getInResponseTo()
public void setInResponseTo(java.lang.String inResponseTo)
inResponseTo - the InResponseTo element of the SubjectConfirmationDataBeanpublic org.joda.time.DateTime getNotBefore()
public void setNotBefore(org.joda.time.DateTime notBefore)
notBefore - the NotBefore time of the SubjectConfirmationDataBeanpublic org.joda.time.DateTime getNotAfter()
public void setNotAfter(org.joda.time.DateTime notAfter)
notAfter - the NotOnOrAfter time of the SubjectConfirmationDataBeanpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - of type Object
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||