Class SecureBootWorker

java.lang.Object
com.suse.coco.module.secureboot.SecureBootWorker
All Implemented Interfaces:
AttestationWorker

public class SecureBootWorker extends Object implements AttestationWorker
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
  • Constructor Details

    • SecureBootWorker

      public SecureBootWorker()
  • Method Details

    • process

      public boolean process(org.apache.ibatis.session.SqlSession session, AttestationResult result)
      Description copied from interface: AttestationWorker
      Process the given attestation result.
      Specified by:
      process in interface AttestationWorker
      Parameters:
      session - the active mybatis database session
      result - the attestation result to process.
      Returns:
      true if the processing succeeded, false otherwise.