Interface Base

All Known Subinterfaces:
ArtifactResolve, ArtifactResponse, AuthnRequest, PrivacyPolicyQuery, Response, SignatureBase
All Known Implementing Classes:
ArtifactResolveImpl, ArtifactResponseImpl, AuthnRequestImpl, PrivacyPolicyQueryImpl, ResponseImpl

public interface Base
Interface describing the basic methods.
Interface welches die Basis Methoden beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the ID. Methode die ID zu holen.
    Method to get the IssueInstant. Methode den IssueInstant zu holen.
    Method to get the Issuer. Methode um den Issuer zu holen.
    Method to get the Version. Methode um die Version zu holen.
  • Method Details

    • getId

      String getId()
      Method to get the ID.
      Methode die ID zu holen.
      Returns:
      the ID value as String.
      der ID Wert als String.
    • getIssueInstant

      Calendar getIssueInstant()
      Method to get the IssueInstant.
      Methode den IssueInstant zu holen.
      Returns:
      the IssueInstant value as Calendar.
      der IssueInstant Wert als Calendar.
    • getIssuer

      String getIssuer()
      Method to get the Issuer.
      Methode um den Issuer zu holen.
      Returns:
      the Issuer value as String.
      der Issuer Wert als String.
    • getVersion

      String getVersion()
      Method to get the Version.
      Methode um die Version zu holen.
      Returns:
      the Version value as String.
      die Version als String.