Interface SignatureBase

All Superinterfaces:
Base
All Known Subinterfaces:
ArtifactResponse, Response
All Known Implementing Classes:
ArtifactResponseImpl, ResponseImpl

public interface SignatureBase extends Base
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Method check if signature is set. Methode um zu pruefen ob Signatur gesetzt ist.

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

    getId, getIssueInstant, getIssuer, getVersion
  • Method Details

    • hasSignature

      boolean hasSignature()
      Method check if signature is set.
      Methode um zu pruefen ob Signatur gesetzt ist.
      Returns:
      true if signature element is set.
      wahr wenn Signatur Element vorhanden.