Package com.suse.coco.module
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.
A worker to process and verify attestation results.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(org.apache.ibatis.session.SqlSession session, AttestationResult attestationResult) Process the given attestation result.
-
Method Details
-
process
Process the given attestation result.- Parameters:
session- the active mybatis database sessionattestationResult- the attestation result to process.- Returns:
trueif the processing succeeded,falseotherwise.
-