Package com.suse.coco.module.secureboot
Class SecureBootWorker
- java.lang.Object
-
- com.suse.coco.module.secureboot.SecureBootWorker
-
- All Implemented Interfaces:
AttestationWorker
public class SecureBootWorker extends java.lang.Object implements AttestationWorker
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description SecureBootWorker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(org.apache.ibatis.session.SqlSession session, AttestationResult result)Process the given attestation result.
-
-
-
Method Detail
-
process
public boolean process(org.apache.ibatis.session.SqlSession session, AttestationResult result)Description copied from interface:AttestationWorkerProcess the given attestation result.- Specified by:
processin interfaceAttestationWorker- Parameters:
session- the active mybatis database sessionresult- the attestation result to process.- Returns:
trueif the processing succeeded,falseotherwise.
-
-