org.eclipse.higgins.util.saml
Class SAMLSubjectConfirmationData

java.lang.Object
  extended byorg.eclipse.higgins.util.saml.XMLElement
      extended byorg.eclipse.higgins.util.saml.SAMLSubjectConfirmationData

public class SAMLSubjectConfirmationData
extends XMLElement


Nested Class Summary
 
Nested classes inherited from class org.eclipse.higgins.util.saml.XMLElement
XMLElement.VerificationException
 
Field Summary
 
Fields inherited from class org.eclipse.higgins.util.saml.XMLElement
PROVIDER_JSR105
 
Constructor Summary
SAMLSubjectConfirmationData()
           
SAMLSubjectConfirmationData(Document document)
           
SAMLSubjectConfirmationData(Document document, Element element)
           
SAMLSubjectConfirmationData(InputStream stream)
           
SAMLSubjectConfirmationData(Reader reader)
           
 
Method Summary
 String getInResponseTo()
           
 Date getNotOnOrAfter()
           
 String getRecipient()
           
 void setInResponseTo(String value)
           
 void setNotOnOrAfter(Date value)
           
 void setRecipient(String value)
           
 
Methods inherited from class org.eclipse.higgins.util.saml.XMLElement
addNamespaceAttributes, addNamespaceAttributes, createID, deleteID, dump, dump, fromXMLDate, getDocument, getElement, getID, getNameSpace, getTextContent, hasKeyInfo, hasSignature, setID, setTextContent, sign, sign, sign, sign, sign, sign, toString, toXMLDate, verify, verifyFromKeyInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAMLSubjectConfirmationData

public SAMLSubjectConfirmationData(Document document)

SAMLSubjectConfirmationData

public SAMLSubjectConfirmationData()

SAMLSubjectConfirmationData

public SAMLSubjectConfirmationData(InputStream stream)
                            throws SAXException,
                                   IOException

SAMLSubjectConfirmationData

public SAMLSubjectConfirmationData(Reader reader)
                            throws SAXException,
                                   IOException

SAMLSubjectConfirmationData

public SAMLSubjectConfirmationData(Document document,
                                   Element element)
Method Detail

getInResponseTo

public String getInResponseTo()

setInResponseTo

public void setInResponseTo(String value)

getRecipient

public String getRecipient()

setRecipient

public void setRecipient(String value)

getNotOnOrAfter

public Date getNotOnOrAfter()

setNotOnOrAfter

public void setNotOnOrAfter(Date value)