Package org.projecthusky.xua.saml2.impl
Class ConditionsBuilderImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.ConditionsBuilderImpl
- All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.Conditions,
,org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType> ConditionsBuilder
,SimpleBuilder<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType>
public class ConditionsBuilderImpl
extends Object
implements ConditionsBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.Conditions,org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType>
Class implementing the corresponding interface for Condition building.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType
create()
Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.org.opensaml.saml.saml2.core.Conditions
create
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType aInternalObject) Method to create.org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType
create
(org.opensaml.saml.saml2.core.Conditions aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.
-
Constructor Details
-
ConditionsBuilderImpl
public ConditionsBuilderImpl()Default constructor
-
-
Method Details
-
create
public org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType 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<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType>
- Returns:
- a new instance of T with the params seteine neue Instanz von T mit den gesetzten Parametern
-
create
public org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType create(org.opensaml.saml.saml2.core.Conditions aInternalObject) 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.Conditions,
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType> - 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:
-
create
public org.opensaml.saml.saml2.core.Conditions create(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType aInternalObject) Method to create.- Parameters:
aInternalObject
- the ConditionsType- Returns:
- the opensaml Conditions instance
- See Also:
-