Interface PrivacyPolicyFeed

All Known Implementing Classes:
PrivacyPolicyFeedImpl

public interface PrivacyPolicyFeed
Interface describing the methods for the privacy policy feed
Interface welches die Methoden für den Privacy Policy Feed beschreibt.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Enumeration defining the PrivacyPolicyFeed methods. Enumeration die PrivacyPolicyFeed Methoden definiert.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType
    Method to get the defined Assertion. Methode um die Assertion welche gesetzt wurde zu erhalten.
    Method to get the defined PrivacyPolicyFeed method. Methode um die Methode des PrivacyPolicyFeed zu erhalten.
  • Method Details

    • getAssertion

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

      Method to get the defined PrivacyPolicyFeed method.
      Methode um die Methode des PrivacyPolicyFeed zu erhalten.
      Returns:
      the PrivacyPolicyFeed.PpfMethod which is set.
      die PrivacyPolicyFeed.PpfMethod die gesetzt ist.