org.eclipse.higgins.util.saml
Class SAML2Assertion

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

public class SAML2Assertion
extends SAMLAssertion


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
 SAML2AuthnStatement getSAMLAuthnStatement()
           
 void setSAMLAuthnStatement(SAML2AuthnStatement samlAuthnStatement)
           
 
Methods inherited from class org.eclipse.higgins.util.saml.SAMLAssertion
getAttributes, getConditions, getIssueInstant, getIssuer, getSubject, getVersion, setIssueInstant, setIssuer, setSAMLConditions, setSAMLSubject, setVersion
 
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

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

getSAMLAuthnStatement

public SAML2AuthnStatement getSAMLAuthnStatement()

setSAMLAuthnStatement

public void setSAMLAuthnStatement(SAML2AuthnStatement samlAuthnStatement)