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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>
    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<?>
    create(String aInternalObject)
    simple selection function, reducing of complexity not necessary
    create(org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?> aInternalObject)
    simple selection function, reducing of complexity not necessary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataTypeAttributeBuilderImpl

      public DataTypeAttributeBuilderImpl()
  • Method Details

    • create

      public org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?> create(String aInternalObject)
      simple selection function, reducing of complexity not necessary
      Specified by:
      create in interface SecurityObjectBuilder<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 interface SimpleBuilder<org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?>>
      Returns:
      a new instance of T with the params set
      eine neue Instanz von T mit den gesetzten Parametern
    • create

      public String create(org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<?> aInternalObject)
      simple selection function, reducing of complexity not necessary
      Parameters:
      aInternalObject - the internal object
      Returns:
      the string represenatation