org.eclipse.higgins.util.saml
Class SAML2Conditions
java.lang.Object
org.eclipse.higgins.util.saml.XMLElement
org.eclipse.higgins.util.saml.SAML2Conditions
- public class SAML2Conditions
- extends XMLElement
| 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 |
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)
getNotBefore
public Date getNotBefore()
setNotBefore
public void setNotBefore(Date value)
getNotOnOrAfter
public Date getNotOnOrAfter()
setNotOnOrAfter
public void setNotOnOrAfter(Date value)