org.eclipse.higgins.util.saml
Class SAML2Response

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

public class SAML2Response
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
SAML2Response()
           
SAML2Response(Document document)
           
SAML2Response(Document document, Element element)
           
SAML2Response(InputStream stream)
           
SAML2Response(Reader reader)
           
 
Method Summary
 String getDestination()
           
 Date getIssueInstant()
           
 String getIssuer()
           
 SAML2Assertion getSAMLAssertion()
           
 String getStatusCodeValue()
           
 String getVersion()
           
 void setDestination(String value)
           
 void setIssueInstant(Date value)
           
 void setIssuer(String value)
           
 void setSAMLAssertion(SAML2Assertion samlAssertion)
           
 void setStatusCodeValue(String value)
           
 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

SAML2Response

public SAML2Response(Document document)

SAML2Response

public SAML2Response()

SAML2Response

public SAML2Response(InputStream stream)
              throws SAXException,
                     IOException

SAML2Response

public SAML2Response(Reader reader)
              throws SAXException,
                     IOException

SAML2Response

public SAML2Response(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)

getDestination

public String getDestination()

setDestination

public void setDestination(String value)

getIssuer

public String getIssuer()

setIssuer

public void setIssuer(String value)

getStatusCodeValue

public String getStatusCodeValue()

setStatusCodeValue

public void setStatusCodeValue(String value)

getSAMLAssertion

public SAML2Assertion getSAMLAssertion()

setSAMLAssertion

public void setSAMLAssertion(SAML2Assertion samlAssertion)