org.eclipse.higgins.util.saml
Class SAML2AuthnStatement

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

public class SAML2AuthnStatement
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
SAML2AuthnStatement()
           
SAML2AuthnStatement(Document document)
           
SAML2AuthnStatement(Document document, Element element)
           
SAML2AuthnStatement(InputStream stream)
           
SAML2AuthnStatement(Reader reader)
           
 
Method Summary
 String getAuthnContextClassRef()
           
 Date getAuthnInstant()
           
 void setAuthnContextClassRef(String value)
           
 void setAuthnInstant(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

SAML2AuthnStatement

public SAML2AuthnStatement(Document document)

SAML2AuthnStatement

public SAML2AuthnStatement()

SAML2AuthnStatement

public SAML2AuthnStatement(InputStream stream)
                    throws SAXException,
                           IOException

SAML2AuthnStatement

public SAML2AuthnStatement(Reader reader)
                    throws SAXException,
                           IOException

SAML2AuthnStatement

public SAML2AuthnStatement(Document document,
                           Element element)
Method Detail

getAuthnInstant

public Date getAuthnInstant()

setAuthnInstant

public void setAuthnInstant(Date value)

getAuthnContextClassRef

public String getAuthnContextClassRef()

setAuthnContextClassRef

public void setAuthnContextClassRef(String value)