Class AudienceRestrictionBuilderImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.AudienceRestrictionBuilderImpl
All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.AudienceRestriction,org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType>, AudienceRestrictionBuilder, SimpleBuilder<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType>

public class AudienceRestrictionBuilderImpl extends Object implements AudienceRestrictionBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.AudienceRestriction,org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType>
Class implementing the corresponding interface for AudienceRestrictio building.
Die Klasse implementiert das entsprechende Interface um AudienceRestrictio bilden zu können.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType
    Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.
    org.opensaml.saml.saml2.core.AudienceRestriction
    create(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType aInternalObject)
    Method to create AudienceRestriction
    org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType
    create(org.opensaml.saml.saml2.core.AudienceRestriction aInternalObject)
    Method to create AudienceRestrictionType

    Methods inherited from class java.lang.Object

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

    • AudienceRestrictionBuilderImpl

      public AudienceRestrictionBuilderImpl()
      Default constructor
  • Method Details

    • create

      public org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType 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.AudienceRestrictionType>
      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.AudienceRestrictionType create(org.opensaml.saml.saml2.core.AudienceRestriction aInternalObject)
      Method to create AudienceRestrictionType
      Specified by:
      create in interface SecurityObjectBuilder<org.opensaml.saml.saml2.core.AudienceRestriction,org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType>
      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
    • create

      public org.opensaml.saml.saml2.core.AudienceRestriction create(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType aInternalObject)
      Method to create AudienceRestriction
      Parameters:
      aInternalObject - the wrapped object
      Returns:
      the opensaml object