Package org.projecthusky.xua.saml2.impl
Class DataTypeAttributeBuilderImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.DataTypeAttributeBuilderImpl
- All Implemented Interfaces:
SecurityObjectBuilder<String,
,org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>> SimpleBuilder<org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>>
public class DataTypeAttributeBuilderImpl
extends Object
implements SimpleBuilder<org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>>, SecurityObjectBuilder<String,org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>>
Class implementing the corresponding interface for Function building.
Die Klasse implementiert das entsprechende Interface um Function bilden zu können.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>
create()
Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>
simple selection function, reducing of complexity not necessarycreate
(org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?> aInternalObject) simple selection function, reducing of complexity not necessary
-
Constructor Details
-
DataTypeAttributeBuilderImpl
public DataTypeAttributeBuilderImpl()
-
-
Method Details
-
create
simple selection function, reducing of complexity not necessary- Specified by:
create
in interfaceSecurityObjectBuilder<String,
org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>> - Parameters:
aInternalObject
- string representation of internal object- Returns:
- the DataTypeAttribute representation
-
create
public org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?> 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.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>>
- Returns:
- a new instance of T with the params seteine neue Instanz von T mit den gesetzten Parametern
-
create
simple selection function, reducing of complexity not necessary- Parameters:
aInternalObject
- the internal object- Returns:
- the string represenatation
-