Package org.projecthusky.xua.saml2.impl
Class ResponseBuilderImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.ResponseBuilderImpl
- All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.Response,
,Response> ResponseBuilder
,SimpleBuilder<Response>
public class ResponseBuilderImpl
extends Object
implements ResponseBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.Response,Response>
- Since:
- Feb 22, 2018 9:26:34 AM
-
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.Response aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.
-
Constructor Details
-
ResponseBuilderImpl
public ResponseBuilderImpl()Default constructor.
-
-
Method Details
-
create
Creates a concrete instance of T with setted params.Erstellt die konkrete Instanz von T mit den gesetzten Parametern.- Specified by:
create
in interfaceSimpleBuilder<Response>
- Returns:
- a new instance of T with the params seteine neue Instanz von T mit den gesetzten Parametern
- See Also:
-
create
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.Response,
Response> - 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
- See Also:
-