org.eclipse.higgins.util.saml
Class SAMLConditions

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

public class SAMLConditions
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
SAMLConditions()
           
SAMLConditions(Document document)
           
SAMLConditions(Document document, Element element)
           
SAMLConditions(InputStream stream)
           
SAMLConditions(Reader reader)
           
 
Method Summary
 Date getNotBefore()
           
 Date getNotOnOrAfter()
           
 void setNotBefore(Date value)
           
 void setNotOnOrAfter(Date value)
           
 
Methods inherited from class org.eclipse.higgins.util.saml.XMLElement
addNamespaceAttributes, createID, dump, fromXMLDate, getDocument, getElement, getID, getNameSpace, getTextContent, hasKeyInfo, hasSignature, setID, setTextContent, sign, sign, toString, toXMLDate, verify, verifyFromKeyInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAMLConditions

public SAMLConditions(Document document)

SAMLConditions

public SAMLConditions()

SAMLConditions

public SAMLConditions(InputStream stream)
               throws SAXException,
                      IOException

SAMLConditions

public SAMLConditions(Reader reader)
               throws SAXException,
                      IOException

SAMLConditions

public SAMLConditions(Document document,
                      Element element)
Method Detail

getNotBefore

public Date getNotBefore()

setNotBefore

public void setNotBefore(Date value)

getNotOnOrAfter

public Date getNotOnOrAfter()

setNotOnOrAfter

public void setNotOnOrAfter(Date value)