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

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface SimpleBuilder<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType>
      Returns:
      a new instance of T with the params set
      eine 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 interface SecurityObjectBuilder<org.opensaml.saml.saml2.core.Conditions,org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType>
      Parameters:
      aInternalObject -
      the internal wrapped object of type T
      das Innere, gewrappte Object vom Typ T
      Returns:
      the Object ot the type U
      the instance of type U
      die 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: