Class Assertion

java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType
org.projecthusky.xua.saml2.Assertion
All Implemented Interfaces:
SecurityHeaderElement
Direct Known Subclasses:
AssertionImpl

public abstract class Assertion extends org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType implements SecurityHeaderElement
  • Field Summary

    Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType

    advice, conditions, id, issueInstant, issuer, signature, statementOrAuthnStatementOrAuthzDecisionStatement, subject, version
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType

    getAdvice, getConditions, getID, getIssueInstant, getIssuer, getSignature, getStatementOrAuthnStatementOrAuthzDecisionStatement, getSubject, getVersion, setAdvice, setConditions, setID, setIssueInstant, setIssuer, setSignature, setSubject, setVersion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.projecthusky.xua.core.SecurityHeaderElement

    getWrappedObject
  • Constructor Details

    • Assertion

      public Assertion()