Interface AttestationWorker

All Known Implementing Classes:
SecureBootWorker
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AttestationWorker
A worker to process and verify attestation results.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    process(org.apache.ibatis.session.SqlSession session, AttestationResult attestationResult)
    Process the given attestation result.
  • Method Details

    • process

      boolean process(org.apache.ibatis.session.SqlSession session, AttestationResult attestationResult)
      Process the given attestation result.
      Parameters:
      session - the active mybatis database session
      attestationResult - the attestation result to process.
      Returns:
      true if the processing succeeded, false otherwise.