org.eclipse.higgins.util.saml
Class SAML1Assertion

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

public class SAML1Assertion
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
SAML1Assertion(Document document, Element element)
          Imports an existing assertion into the class for parsing.
 
Method Summary
 String getIssuer()
           
 void setIssuer(String value)
           
 
Methods inherited from class org.eclipse.higgins.util.saml.SAMLAssertion
getAttributes, getConditions, getIssueInstant, getSubject, getVersion, setIssueInstant, 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

SAML1Assertion

public SAML1Assertion(Document document,
                      Element element)
Imports an existing assertion into the class for parsing. The resulting assertion is read only!

Parameters:
document -
element -
Method Detail

getIssuer

public String getIssuer()
Overrides:
getIssuer in class SAMLAssertion

setIssuer

public void setIssuer(String value)
Overrides:
setIssuer in class SAMLAssertion