Interface OpenSamlAssertionBasedRequest

All Superinterfaces:
AssertionBasedRequest, BasePolicyAdministration, org.opensaml.core.xml.XMLObject
All Known Subinterfaces:
OpenSamlAddPolicyRequest, OpenSamlDeletePolicyRequest, OpenSamlUpdatePolicyRequest
All Known Implementing Classes:
AbstractAssertionBasedRequestImpl, AddPolicyRequestImpl, DeletePolicyRequestImpl, EprPolicyRepositoryResponseImpl, UnknownPolicySetIdImpl, UpdatePolicyRequestImpl

public interface OpenSamlAssertionBasedRequest extends AssertionBasedRequest, org.opensaml.core.xml.XMLObject
Extending interface to integrate AssertionBasedRequest interface to opensaml implementation.
Erweiterndes Interface um das AssertionBasedRequest Interface in OpenSAML Implementation zu integrieren.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAssertion(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType aAssertion)
    Method to set the assertion Methode um die Assertion zu setzen.

    Methods inherited from interface org.projecthusky.communication.ch.ppq.epr.policyadmin.api.AssertionBasedRequest

    getAssertion

    Methods inherited from interface org.opensaml.core.xml.XMLObject

    detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
  • Method Details

    • setAssertion

      void setAssertion(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType aAssertion)
      Method to set the assertion
      Methode um die Assertion zu setzen.
      Parameters:
      aAssertion -
      the assertion to be set.
      die Assertion die gesetzt werden soll.