org.eclipse.higgins.util.saml
Class SAML2Assertion

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

public class SAML2Assertion
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
SAML2Assertion()
           
SAML2Assertion(Document document)
           
SAML2Assertion(Document document, Element element)
           
SAML2Assertion(InputStream stream)
           
SAML2Assertion(Reader reader)
           
 
Method Summary
 SAML2Conditions getConditions()
           
 Date getIssueInstant()
           
 String getIssuer()
           
 SAML2AuthnStatement getSAMLAuthnStatement()
           
 SAML2Subject getSubject()
           
 String getVersion()
           
 void setIssueInstant(Date value)
           
 void setIssuer(String value)
           
 void setSAMLAuthnStatement(SAML2AuthnStatement samlAuthnStatement)
           
 void setSAMLConditions(SAML2Conditions samlConditions)
           
 void setSAMLSubject(SAML2Subject samlSubject)
           
 void setVersion(String 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

SAML2Assertion

public SAML2Assertion(Document document)

SAML2Assertion

public SAML2Assertion()

SAML2Assertion

public SAML2Assertion(InputStream stream)
               throws SAXException,
                      IOException

SAML2Assertion

public SAML2Assertion(Reader reader)
               throws SAXException,
                      IOException

SAML2Assertion

public SAML2Assertion(Document document,
                      Element element)
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String value)

getIssueInstant

public Date getIssueInstant()

setIssueInstant

public void setIssueInstant(Date value)

getIssuer

public String getIssuer()

setIssuer

public void setIssuer(String value)

getSAMLAuthnStatement

public SAML2AuthnStatement getSAMLAuthnStatement()

setSAMLAuthnStatement

public void setSAMLAuthnStatement(SAML2AuthnStatement samlAuthnStatement)

getSubject

public SAML2Subject getSubject()

setSAMLSubject

public void setSAMLSubject(SAML2Subject samlSubject)

getConditions

public SAML2Conditions getConditions()

setSAMLConditions

public void setSAMLConditions(SAML2Conditions samlConditions)