Uses of Interface
org.projecthusky.communication.ch.ppq.api.PrivacyPolicyFeedResponse
Packages that use PrivacyPolicyFeedResponse
Package
Description
-
Uses of PrivacyPolicyFeedResponse in org.projecthusky.communication.ch.ppq
Methods in org.projecthusky.communication.ch.ppq that return PrivacyPolicyFeedResponseModifier and TypeMethodDescriptionConvenienceUserAccessAuthenticationChImpl.invokePrivacyPolicyFeed
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed feed, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyFeed. Methode um die PrivacyPolicyFeed auszuführen. -
Uses of PrivacyPolicyFeedResponse in org.projecthusky.communication.ch.ppq.api
Methods in org.projecthusky.communication.ch.ppq.api that return PrivacyPolicyFeedResponseModifier and TypeMethodDescriptionPrivacyPolicyFeedResponseBuilder.create()
Creates a concrete instance of PrivacyPolicyFeedResponse with setted params. Erstellt die konkrete Instanz des PrivacyPolicyFeedResponse mit den gesetzten Parametern.PrivacyPolicyQueryModule.invokePrivacyPolicyFeed
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed feed, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyFeed. Methode um die PrivacyPolicyFeed auszuführen. -
Uses of PrivacyPolicyFeedResponse in org.projecthusky.communication.ch.ppq.api.clients
Methods in org.projecthusky.communication.ch.ppq.api.clients that return PrivacyPolicyFeedResponseModifier 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 PrivacyPolicyFeedResponse in org.projecthusky.communication.ch.ppq.impl
Classes in org.projecthusky.communication.ch.ppq.impl that implement PrivacyPolicyFeedResponseModifier and TypeClassDescriptionclass
Class implementing the corresponding interface for PrivacyPolicyFeed.Methods in org.projecthusky.communication.ch.ppq.impl that return PrivacyPolicyFeedResponse -
Uses of PrivacyPolicyFeedResponse in org.projecthusky.communication.ch.ppq.impl.clients
Methods in org.projecthusky.communication.ch.ppq.impl.clients that return PrivacyPolicyFeedResponseModifier and TypeMethodDescriptionSimplePpfClient.send
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed request) -
Uses of PrivacyPolicyFeedResponse in org.projecthusky.communication.ch.ppq.impl.serialization
Methods in org.projecthusky.communication.ch.ppq.impl.serialization with parameters of type PrivacyPolicyFeedResponseModifier and TypeMethodDescriptionbyte[]
PrivacyPolicyFeedResponseSerializerImpl.toXmlByteArray
(PrivacyPolicyFeedResponse ppfResponse) PrivacyPolicyFeedResponseSerializerImpl.toXmlElement
(PrivacyPolicyFeedResponse ppfResponse) PrivacyPolicyFeedResponseSerializerImpl.toXmlString
(PrivacyPolicyFeedResponse ppfResponse)