org.eclipse.higgins.util.saml
Class SAML2Conditions

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

public class SAML2Conditions
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
SAML2Conditions()
           
SAML2Conditions(Document document)
           
SAML2Conditions(Document document, Element element)
           
SAML2Conditions(InputStream stream)
           
SAML2Conditions(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, 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

SAML2Conditions

public SAML2Conditions(Document document)

SAML2Conditions

public SAML2Conditions()

SAML2Conditions

public SAML2Conditions(InputStream stream)
                throws SAXException,
                       IOException

SAML2Conditions

public SAML2Conditions(Reader reader)
                throws SAXException,
                       IOException

SAML2Conditions

public SAML2Conditions(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)