Class PrivacyPolicyFeedBuilderImpl

java.lang.Object
org.projecthusky.communication.ch.ppq.impl.PrivacyPolicyFeedBuilderImpl
All Implemented Interfaces:
PrivacyPolicyFeedBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.Assertion,PrivacyPolicyFeed>

public class PrivacyPolicyFeedBuilderImpl extends Object implements PrivacyPolicyFeedBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.Assertion,PrivacyPolicyFeed>
Class implementing the interfaces PrivacyPolicyFeedBuilder and SecurityObjectBuilder.
  • Constructor Details

    • PrivacyPolicyFeedBuilderImpl

      public PrivacyPolicyFeedBuilderImpl()
  • Method Details

    • create

      public PrivacyPolicyFeed create()
      Description copied from interface: PrivacyPolicyFeedBuilder
      Creates a concrete instance of PrivacyPolicyFeed with setted params.
      Erstellt die konkrete Instanz des PrivacyPolicyFeed mit den gesetzten Parametern.
      Specified by:
      create in interface PrivacyPolicyFeedBuilder
      Returns:
      a new PrivacyPolicyFeed instance with the params set
      eine neue PrivacyPolicyFeed Instanz mit den gesetzten Parametern
    • create

      public PrivacyPolicyFeed create(org.opensaml.saml.saml2.core.Assertion aInternalObject)
      Description copied from interface: SecurityObjectBuilder
      Method to create an instance of type T.
      Methode um eine Instanc des Typs T zu erstellen.
      Specified by:
      create in interface SecurityObjectBuilder<org.opensaml.saml.saml2.core.Assertion,PrivacyPolicyFeed>
      Parameters:
      aInternalObject -
      the internal wrapped object of type T
      das Innere, gewrappte Object vom Typ T
      Returns:
      the Object ot the type U
      the instance of type U
      die erstellte Instanz vom Typ U
    • method

      Description copied from interface: PrivacyPolicyFeedBuilder
      Method to set the method of the PrivacyPolicyFeedResponse to be build.
      Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen.
      Specified by:
      method in interface PrivacyPolicyFeedBuilder
      Parameters:
      aMethod -
      the method of the request which will be set
      die Methode des Requests die gesetzt werden soll.
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders