Package org.projecthusky.xua.saml2.impl
Class ArtifactResponseBuilderImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.ArtifactResponseBuilderImpl
- All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.ArtifactResponse,
,ArtifactResponse> ArtifactResponseBuilder
,SimpleBuilder<ArtifactResponse>
public class ArtifactResponseBuilderImpl
extends Object
implements ArtifactResponseBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.ArtifactResponse,ArtifactResponse>
HEREISENGLISH
HIERISTDEUTSCH
VOICIFRANCAIS
ITALIANO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.create
(org.opensaml.saml.saml2.core.ArtifactResponse aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.
-
Constructor Details
-
ArtifactResponseBuilderImpl
public ArtifactResponseBuilderImpl()
-
-
Method Details
-
create
Description copied from interface:SimpleBuilder
Creates a concrete instance of T with setted params.Erstellt die konkrete Instanz von T mit den gesetzten Parametern.- Specified by:
create
in interfaceSimpleBuilder<ArtifactResponse>
- Returns:
- a new instance of T with the params seteine neue Instanz von T 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.ArtifactResponse,
ArtifactResponse> - 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
-