Class StatementBuilderImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.StatementBuilderImpl
All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.xacml.profile.saml.XACMLPolicyStatementType,org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType>, SimpleBuilder<org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType>

public class StatementBuilderImpl extends Object implements SimpleBuilder<org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType>, SecurityObjectBuilder<org.opensaml.xacml.profile.saml.XACMLPolicyStatementType,org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType>
Class implementing the corresponding interface for AuthnStatement building.
Die Klasse implementiert das entsprechende Interface um AuthnStatements bilden zu können.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType
    Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.
    org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
    create(org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType aInternalObject)
    Method to create XACMLPolicyStatementType.
    org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType
    create(org.opensaml.xacml.profile.saml.XACMLPolicyStatementType 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

    • StatementBuilderImpl

      public StatementBuilderImpl()
  • Method Details

    • create

      public org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType 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.xacml20.saml.assertion.XACMLPolicyStatementType>
      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.xacml20.saml.assertion.XACMLPolicyStatementType create(org.opensaml.xacml.profile.saml.XACMLPolicyStatementType aInternalObject)
      Description copied from interface: SecurityObjectBuilder
      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.xacml.profile.saml.XACMLPolicyStatementType,org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType>
      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.xacml.profile.saml.XACMLPolicyStatementType create(org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.assertion.XACMLPolicyStatementType aInternalObject)
      Method to create XACMLPolicyStatementType.
      Parameters:
      aInternalObject - the XACMLPolicyStatementType
      Returns:
      the opensaml XACMLPolicyStatementType