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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.projecthusky.communication.ch.ppq.api.PrivacyPolicyFeed
PrivacyPolicyFeed.PpfMethod
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PrivacyPolicyFeedImpl
(PrivacyPolicyFeed.PpfMethod ppfMethod, org.opensaml.saml.saml2.core.Assertion aInternalObject) -
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.org.opensaml.saml.saml2.core.Assertion
Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.
-
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 interfacePrivacyPolicyFeed
- Returns:
- the
Assertion
which is set.dieAssertion
die gesetzt ist.
-
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 interfacePrivacyPolicyFeed
- Returns:
- the
PrivacyPolicyFeed.PpfMethod
which is set.diePrivacyPolicyFeed.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 interfaceSecurityObject<org.opensaml.saml.saml2.core.Assertion>
- Returns:
- returns the wrapped inner object (depends on implementation)
-