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 ClassesModifier and TypeInterfaceDescriptionstatic enum
Enumeration defining the PrivacyPolicyFeed methods. Enumeration die PrivacyPolicyFeed Methoden definiert. -
Method Summary
Modifier and TypeMethodDescriptionorg.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. -
getMethod
PrivacyPolicyFeed.PpfMethod getMethod()Method to get the defined PrivacyPolicyFeed method.Methode um die Methode des PrivacyPolicyFeed zu erhalten.- Returns:
- the
PrivacyPolicyFeed.PpfMethod
which is set.diePrivacyPolicyFeed.PpfMethod
die gesetzt ist.
-