Package com.suse.coco.module.secureboot
Class SecureBootWorker
java.lang.Object
com.suse.coco.module.secureboot.SecureBootWorker
- All Implemented Interfaces:
AttestationWorker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(org.apache.ibatis.session.SqlSession session, AttestationResult result) Process the given attestation result.
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
-
Constructor Details
-
SecureBootWorker
public SecureBootWorker()
-
-
Method Details
-
process
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.
-