org.eclipse.higgins.idas.common
Class AuthNSAML2AssertionMaterials

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

public class AuthNSAML2AssertionMaterials
extends org.eclipse.higgins.util.saml.SAML2Assertion


Nested Class Summary
 
Nested classes inherited from class org.eclipse.higgins.util.saml.XMLElement
org.eclipse.higgins.util.saml.XMLElement.VerificationException
 
Field Summary
 
Fields inherited from class org.eclipse.higgins.util.saml.XMLElement
PROVIDER_JSR105
 
Constructor Summary
AuthNSAML2AssertionMaterials()
           
AuthNSAML2AssertionMaterials(Document document)
           
AuthNSAML2AssertionMaterials(Document document, Element element)
           
AuthNSAML2AssertionMaterials(InputStream stream)
           
AuthNSAML2AssertionMaterials(Reader reader)
           
AuthNSAML2AssertionMaterials(String string)
           
 
Method Summary
 String getStringAssertion()
           
 
Methods inherited from class org.eclipse.higgins.util.saml.SAML2Assertion
getSAMLAuthnStatement, setSAMLAuthnStatement
 
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

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(String string)
                             throws SAXException,
                                    IOException

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(Document document)

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials()

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(InputStream stream)
                             throws SAXException,
                                    IOException

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(Reader reader)
                             throws SAXException,
                                    IOException

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(Document document,
                                    Element element)
Method Detail

getStringAssertion

public String getStringAssertion()