Interface PrivacyPolicyQueryModule

All Known Implementing Classes:
ConvenienceUserAccessAuthenticationChImpl

public interface PrivacyPolicyQueryModule
Describing the methods of the CH:PPQ communication Interface
Beschreibung der Methoden des CH:PPQ Kommunikations-Interfaces
  • Method Details

    • invokePrivacyPolicyFeed

      PrivacyPolicyFeedResponse invokePrivacyPolicyFeed(SecurityHeaderElement aAssertion, PrivacyPolicyFeed feed, PpClientConfig clientConfiguration) throws ClientSendException
      Method to invoke the PrivacyPolicyFeed.
      Methode um die PrivacyPolicyFeed auszuführen.
      Parameters:
      aAssertion -
      the Assertion to be added to the soap security header.
      Die Assertion die dem SOAP Security Header hinzugefügt werden soll.
      feed -
      the PrivacyPolicyFeed to be sent.
      Die PrivacyPolicyFeed die gesendet werden soll.
      clientConfiguration -
      the PpClientConfig to configure the client.
      Die PrivacyPolicyQuery um den Client zu konfigurieren.
      Returns:
      the PrivacyPolicyFeedResponse be received.
      Die PrivacyPolicyFeedResponse die empfangen wird.
      Throws:
      ClientSendException -
      will be thrown an error occures.
      wird geworfen wenn ein Fehler auftritt.
    • invokePrivacyPolicyQuery

      PrivacyPolicyQueryResponse invokePrivacyPolicyQuery(SecurityHeaderElement aAssertion, PrivacyPolicyQuery query, PpClientConfig clientConfiguration) throws ClientSendException
      Method to invoke the PrivacyPolicyQuery.
      Methode um die PrivacyPolicyQuery auszuführen.
      Parameters:
      aAssertion -
      the Assertion to be added to the soap security header.
      Die Assertion die dem SOAP Security Header hinzugefügt werden soll.
      query -
      the PrivacyPolicyQuery to be sent.
      Die PrivacyPolicyQuery die gesendet werden soll.
      clientConfiguration -
      the PpClientConfig to configure the client.
      Die PrivacyPolicyQuery um den Client zu konfigurieren.
      Returns:
      the PrivacyPolicyQueryResponse be received.
      Die PrivacyPolicyQueryResponse die empfangen wird.
      Throws:
      ClientSendException -
      will be thrown an error occures.
      wird geworfen wenn ein Fehler auftritt.