Package org.projecthusky.xua.saml2.impl
Class ConditionBuilderImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.ConditionBuilderImpl
- All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.Condition,
,Condition> ConditionBuilder
public class ConditionBuilderImpl
extends Object
implements ConditionBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.Condition,Condition>
Class implementing the corresponding interface for Condition building.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConditionBuilderImpl
public ConditionBuilderImpl()
-
-
Method Details
-
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.Condition,
Condition> - 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:
-