org.eclipse.higgins.util.saml
Class SAML2Assertion
java.lang.Object
org.eclipse.higgins.util.saml.XMLElement
org.eclipse.higgins.util.saml.SAMLAssertion
org.eclipse.higgins.util.saml.SAML2Assertion
- public class SAML2Assertion
- extends SAMLAssertion
| 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 |
SAML2Assertion
public SAML2Assertion(Document document)
SAML2Assertion
public SAML2Assertion()
SAML2Assertion
public SAML2Assertion(InputStream stream)
throws SAXException,
IOException
SAML2Assertion
public SAML2Assertion(Reader reader)
throws SAXException,
IOException
SAML2Assertion
public SAML2Assertion(Document document,
Element element)
getSAMLAuthnStatement
public SAML2AuthnStatement getSAMLAuthnStatement()
setSAMLAuthnStatement
public void setSAMLAuthnStatement(SAML2AuthnStatement samlAuthnStatement)