org.eclipse.higgins.idas.common
Class AuthNSAML2AssertionMaterials

java.lang.Object
  extended by org.eclipse.higgins.util.saml.XMLElement
      extended by org.eclipse.higgins.util.saml.SAMLAssertion
          extended by org.eclipse.higgins.util.saml.SAML2Assertion
              extended by org.eclipse.higgins.idas.common.AuthNSAML2AssertionMaterials
All Implemented Interfaces:
Serializable, org.eclipse.higgins.idas.api.IAuthNMaterials

public class AuthNSAML2AssertionMaterials
extends org.eclipse.higgins.util.saml.SAML2Assertion
implements org.eclipse.higgins.idas.api.IAuthNMaterials

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces 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
CREATE_ID_LENGTH, PROVIDER_JSR105
 
Fields inherited from interface org.eclipse.higgins.idas.api.IAuthNMaterials
AUTHNMATERIALS_TYPE_ANONYMOUS, AUTHNMATERIALS_TYPE_IMPLIED, AUTHNMATERIALS_TYPE_LEASTPRIVILEGED, AUTHNMATERIALS_TYPE_MINFOCARD, AUTHNMATERIALS_TYPE_NAMEPRIVATEKEY, AUTHNMATERIALS_TYPE_PINFOCARD, AUTHNMATERIALS_TYPE_SAMLPOLICY, AUTHNMATERIALS_TYPE_USERNAMEPASSWORD
 
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
getAttributes, getAuthnStatementElement, getSAMLAuthnStatement, setSAMLAuthnStatement
 
Methods inherited from class org.eclipse.higgins.util.saml.SAMLAssertion
getConditions, getIssueInstant, getIssuer, getSubject, getVersion, setIssueInstant, setIssuer, setSAMLConditions, setSAMLSubject, setVersion
 
Methods inherited from class org.eclipse.higgins.util.saml.XMLElement
addInferredNamespaceAttributes, addNamespaceAttributes, addNamespaceAttributes, createID, deleteID, dump, dump, fromXMLDate, getDocument, getElement, getID, getNameSpace, getTextContent, hasKeyInfo, hasSignature, setID, setTextContent, sign, sign, sign, sign, 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
Throws:
SAXException
IOException

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(Document document)

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials()

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(InputStream stream)
                             throws SAXException,
                                    IOException
Throws:
SAXException
IOException

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(Reader reader)
                             throws SAXException,
                                    IOException
Throws:
SAXException
IOException

AuthNSAML2AssertionMaterials

public AuthNSAML2AssertionMaterials(Document document,
                                    Element element)
Method Detail

getStringAssertion

public String getStringAssertion()