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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates a concrete instance of PrivacyPolicyFeed with setted params. Erstellt die konkrete Instanz des PrivacyPolicyFeed mit den gesetzten Parametern.create
(org.opensaml.saml.saml2.core.Assertion aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.method
(PrivacyPolicyFeed.PpfMethod aMethod) Method to set the method of the PrivacyPolicyFeedResponse to be build. Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen.
-
Constructor Details
-
PrivacyPolicyFeedBuilderImpl
public PrivacyPolicyFeedBuilderImpl()
-
-
Method Details
-
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 interfacePrivacyPolicyFeedBuilder
- Returns:
- a new PrivacyPolicyFeed instance with the params seteine neue PrivacyPolicyFeed Instanz mit den gesetzten Parametern
-
create
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 interfaceSecurityObjectBuilder<org.opensaml.saml.saml2.core.Assertion,
PrivacyPolicyFeed> - Parameters:
aInternalObject
-the internal wrapped object of type Tdas Innere, gewrappte Object vom Typ T- Returns:
- the Object ot the type U
the instance of type Udie 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 interfacePrivacyPolicyFeedBuilder
- Parameters:
aMethod
-the method of the request which will be setdie Methode des Requests die gesetzt werden soll.- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-