org.apache.ws.security.saml.ext.bean
Class SubjectConfirmationDataBean

java.lang.Object
  extended by org.apache.ws.security.saml.ext.bean.SubjectConfirmationDataBean

public class SubjectConfirmationDataBean
extends Object

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(Object o)
          Method equals ...
 String getAddress()
          Get the address of the SubjectConfirmationDataBean
 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
 String getRecipient()
          Get the recipient of the SubjectConfirmationDataBean
 int hashCode()
           
 void setAddress(String address)
          Set the address of the SubjectConfirmationDataBean
 void setInResponseTo(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(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

SubjectConfirmationDataBean

public SubjectConfirmationDataBean()
Constructor SubjectConfirmationDataBean creates a new SubjectConfirmationDataBean instance.

Method Detail

getRecipient

public String getRecipient()
Get the recipient of the SubjectConfirmationDataBean

Returns:
the recipient of the SubjectConfirmationDataBean

setRecipient

public void setRecipient(String recipient)
Set the recipient of the SubjectConfirmationDataBean

Parameters:
recipient - the recipient of the SubjectConfirmationDataBean

getAddress

public String getAddress()
Get the address of the SubjectConfirmationDataBean

Returns:
the address of the SubjectConfirmationDataBean

setAddress

public void setAddress(String address)
Set the address of the SubjectConfirmationDataBean

Parameters:
address - the address of the SubjectConfirmationDataBean

getInResponseTo

public String getInResponseTo()
Get the InResponseTo element of the SubjectConfirmationDataBean

Returns:
the InResponseTo element of the SubjectConfirmationDataBean

setInResponseTo

public void setInResponseTo(String inResponseTo)
Set the InResponseTo element of the SubjectConfirmationDataBean

Parameters:
inResponseTo - the InResponseTo element of the SubjectConfirmationDataBean

getNotBefore

public org.joda.time.DateTime getNotBefore()
Get the NotBefore time of the SubjectConfirmationDataBean

Returns:
the NotBefore time of the SubjectConfirmationDataBean

setNotBefore

public void setNotBefore(org.joda.time.DateTime notBefore)
Set the NotBefore time of the SubjectConfirmationDataBean

Parameters:
notBefore - the NotBefore time of the SubjectConfirmationDataBean

getNotAfter

public org.joda.time.DateTime getNotAfter()
Get the NotOnOrAfter time of the SubjectConfirmationDataBean

Returns:
the NotOnOrAfter time of the SubjectConfirmationDataBean

setNotAfter

public void setNotAfter(org.joda.time.DateTime notAfter)
Set the NotOnOrAfter time of the SubjectConfirmationDataBean

Parameters:
notAfter - the NotOnOrAfter time of the SubjectConfirmationDataBean

equals

public boolean equals(Object o)
Method equals ...

Overrides:
equals in class Object
Parameters:
o - of type Object
Returns:
boolean

hashCode

public int hashCode()
Overrides:
hashCode in class Object
Returns:
the hashcode of this object


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.