org.eclipse.higgins.util.saml
Class SAML1Assertion

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

public class SAML1Assertion
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
SAML1Assertion(Document document)
           
SAML1Assertion(Reader reader)
           
 
Method Summary
 SAML1Subject getSubject()
           
 
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

SAML1Assertion

public SAML1Assertion(Document document)
Parameters:
document -

SAML1Assertion

public SAML1Assertion(Reader reader)
               throws SAXException,
                      IOException
Parameters:
reader -
Throws:
SAXException
IOException
Method Detail

getSubject

public SAML1Subject getSubject()