Interface ArtifactResolveBuilder

All Superinterfaces:
BaseBuilder<ArtifactResolveBuilder>
All Known Implementing Classes:
ArtifactResolveBuilderImpl

public interface ArtifactResolveBuilder extends BaseBuilder<ArtifactResolveBuilder>
Interface describing the methods of the AssertionBuilder.
Interface welches die Methoden des AssertionBuilders beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    artifact(String aArtifact)
    Method to add an Artifact to the ArtifactResolve to be build. Methode um ein Artifact dem ArtifactResolve hinzuzufügen.

    Methods inherited from interface org.projecthusky.xua.saml2.BaseBuilder

    id, issueInstant, issuer, version
  • Method Details

    • artifact

      ArtifactResolveBuilder artifact(String aArtifact)
      Method to add an Artifact to the ArtifactResolve to be build.
      Methode um ein Artifact dem ArtifactResolve hinzuzufügen.
      Parameters:
      aArtifact -
      the Artifact to be added.
      das Artifact welches hinzugefügt werden soll.
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders