Class PrivacyPolicyFeedImpl

java.lang.Object
org.projecthusky.communication.ch.ppq.impl.PrivacyPolicyFeedImpl
All Implemented Interfaces:
PrivacyPolicyFeed, SecurityObject<org.opensaml.saml.saml2.core.Assertion>

public class PrivacyPolicyFeedImpl extends Object implements PrivacyPolicyFeed, SecurityObject<org.opensaml.saml.saml2.core.Assertion>
Class implementing the corresponding interface for PrivacyPolicyFeed.
  • Constructor Details

    • PrivacyPolicyFeedImpl

      protected PrivacyPolicyFeedImpl(PrivacyPolicyFeed.PpfMethod ppfMethod, org.opensaml.saml.saml2.core.Assertion aInternalObject)
  • Method Details

    • getAssertion

      public org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType getAssertion()
      Description copied from interface: PrivacyPolicyFeed
      Method to get the defined Assertion.
      Methode um die Assertion welche gesetzt wurde zu erhalten.
      Specified by:
      getAssertion in interface PrivacyPolicyFeed
      Returns:
      the Assertion which is set.
      die Assertion die gesetzt ist.
    • getMethod

      public PrivacyPolicyFeed.PpfMethod getMethod()
      Description copied from interface: PrivacyPolicyFeed
      Method to get the defined PrivacyPolicyFeed method.
      Methode um die Methode des PrivacyPolicyFeed zu erhalten.
      Specified by:
      getMethod in interface PrivacyPolicyFeed
      Returns:
      the PrivacyPolicyFeed.PpfMethod which is set.
      die PrivacyPolicyFeed.PpfMethod die gesetzt ist.
    • getWrappedObject

      public org.opensaml.saml.saml2.core.Assertion getWrappedObject()
      Description copied from interface: SecurityObject
      Method to get the wrapped inner object.
      Methode um das Innere, gewrappte object zu erhalten.
      Specified by:
      getWrappedObject in interface SecurityObject<org.opensaml.saml.saml2.core.Assertion>
      Returns:
      returns the wrapped inner object (depends on implementation)