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
ConstructorsModifierConstructorDescriptionprotectedPrivacyPolicyFeedImpl(PrivacyPolicyFeed.PpfMethod ppfMethod, org.opensaml.saml.saml2.core.Assertion aInternalObject) -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionTypeMethod 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.AssertionMethod 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:PrivacyPolicyFeedMethod to get the defined Assertion.Methode um die Assertion welche gesetzt wurde zu erhalten.- Specified by:
getAssertionin interfacePrivacyPolicyFeed- Returns:
- the
Assertionwhich is set.dieAssertiondie gesetzt ist.
-
getMethod
Description copied from interface:PrivacyPolicyFeedMethod to get the defined PrivacyPolicyFeed method.Methode um die Methode des PrivacyPolicyFeed zu erhalten.- Specified by:
getMethodin interfacePrivacyPolicyFeed- Returns:
- the
PrivacyPolicyFeed.PpfMethodwhich is set.diePrivacyPolicyFeed.PpfMethoddie gesetzt ist.
-
getWrappedObject
public org.opensaml.saml.saml2.core.Assertion getWrappedObject()Description copied from interface:SecurityObjectMethod to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObjectin interfaceSecurityObject<org.opensaml.saml.saml2.core.Assertion>- Returns:
- returns the wrapped inner object (depends on implementation)
-