Uses of Interface
org.projecthusky.communication.ch.ppq.api.PrivacyPolicyFeed
Packages that use PrivacyPolicyFeed
Package
Description
-
Uses of PrivacyPolicyFeed in org.projecthusky.communication.ch.ppq
Methods in org.projecthusky.communication.ch.ppq with parameters of type PrivacyPolicyFeedModifier and TypeMethodDescriptionConvenienceUserAccessAuthenticationChImpl.invokePrivacyPolicyFeed
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed feed, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyFeed. Methode um die PrivacyPolicyFeed auszuführen. -
Uses of PrivacyPolicyFeed in org.projecthusky.communication.ch.ppq.api
Methods in org.projecthusky.communication.ch.ppq.api that return PrivacyPolicyFeedModifier and TypeMethodDescriptionPrivacyPolicyFeedBuilder.create()
Creates a concrete instance of PrivacyPolicyFeed with setted params. Erstellt die konkrete Instanz des PrivacyPolicyFeed mit den gesetzten Parametern.Methods in org.projecthusky.communication.ch.ppq.api with parameters of type PrivacyPolicyFeedModifier and TypeMethodDescriptionPrivacyPolicyQueryModule.invokePrivacyPolicyFeed
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed feed, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyFeed. Methode um die PrivacyPolicyFeed auszuführen. -
Uses of PrivacyPolicyFeed in org.projecthusky.communication.ch.ppq.api.clients
Methods in org.projecthusky.communication.ch.ppq.api.clients with parameters of type PrivacyPolicyFeedModifier and TypeMethodDescriptionPpfClient.send
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed request) Method to send an Add, Update or DeletePolicyRequest. Methode um einen Add, Update oder DeletePolicyRequest zu senden. -
Uses of PrivacyPolicyFeed in org.projecthusky.communication.ch.ppq.impl
Classes in org.projecthusky.communication.ch.ppq.impl that implement PrivacyPolicyFeedModifier and TypeClassDescriptionclass
Class implementing the corresponding interface for PrivacyPolicyFeed.Methods in org.projecthusky.communication.ch.ppq.impl that return PrivacyPolicyFeed -
Uses of PrivacyPolicyFeed in org.projecthusky.communication.ch.ppq.impl.clients
Methods in org.projecthusky.communication.ch.ppq.impl.clients with parameters of type PrivacyPolicyFeedModifier and TypeMethodDescriptionSimplePpfClient.send
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed request) -
Uses of PrivacyPolicyFeed in org.projecthusky.communication.ch.ppq.impl.deserialization
Methods in org.projecthusky.communication.ch.ppq.impl.deserialization that return PrivacyPolicyFeedModifier and TypeMethodDescriptionPrivacyPolicyFeedDeserialiser.fromXmlByteArray
(byte[] aByteArray) PrivacyPolicyFeedDeserialiser.fromXmlElement
(Element aXmlElement) PrivacyPolicyFeedDeserialiser.fromXmlString
(String aXmlString) -
Uses of PrivacyPolicyFeed in org.projecthusky.communication.ch.ppq.impl.serialization
Methods in org.projecthusky.communication.ch.ppq.impl.serialization with parameters of type PrivacyPolicyFeedModifier and TypeMethodDescriptionbyte[]
PrivacyPolicyFeedSerializerImpl.toXmlByteArray
(PrivacyPolicyFeed ppFeed) PrivacyPolicyFeedSerializerImpl.toXmlElement
(PrivacyPolicyFeed ppFeed) PrivacyPolicyFeedSerializerImpl.toXmlString
(PrivacyPolicyFeed ppFeed)