Interface SubjectConfirmationBuilder

All Superinterfaces:
SimpleBuilder<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType>
All Known Implementing Classes:
SubjectConfirmationBuilderImpl

public interface SubjectConfirmationBuilder extends SimpleBuilder<org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType>
Interface describing the methods of the SubjectConfirmation.
Interface welches die Methoden des SubjectConfirmation beschreibt.
  • Method Details

    • address

      Method to set the Address of the SubjectConfirmation to be build.
      Methode um ein Address dem SubjectConfirmation hinzuzufügen.
      Parameters:
      aAddress -
      the Address to be set
      die Addresse die gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • inResponseTo

      SubjectConfirmationBuilder inResponseTo(String aInResponseTo)
      Method to set the InResponseTo of the SubjectConfirmation to be build.
      Methode um ein InResponseTo dem SubjectConfirmation hinzuzufügen.
      Parameters:
      aInResponseTo -
      the InResponseTo to be set
      die InResponseTo die gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • method

      Method to set the Method of the SubjectConfirmation to be build.
      Methode um ein Method dem SubjectConfirmation hinzuzufügen.
      Parameters:
      aMethod -
      the Method to be set
      die Method die gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • notBefore

      SubjectConfirmationBuilder notBefore(Calendar aNotBefore)
      Method to set the NotBefore of the SubjectConfirmation to be build.
      Methode um ein NotBefore dem SubjectConfirmation hinzuzufügen.
      Parameters:
      aNotBefore -
      the NotBefore to be set
      die NotBefore die gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • notOnOrAfter

      SubjectConfirmationBuilder notOnOrAfter(Calendar aNotOnOrAfter)
      Method to set the NotOnOrAfter of the SubjectConfirmation to be build.
      Methode um ein NotOnOrAfter dem SubjectConfirmation hinzuzufügen.
      Parameters:
      aNotOnOrAfter -
      the NotOnOrAfter to be set
      die NotOnOrAfter die gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • recipient

      SubjectConfirmationBuilder recipient(String aRecipient)
      Method to set the Recipient of the SubjectConfirmation to be build.
      Methode um ein Recipient dem SubjectConfirmation hinzuzufügen.
      Parameters:
      aRecipient -
      the Recipient to be set
      die Recipient die gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders