Package com.suse.coco.modules
Interface AttestationWorker
-
- 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 AttestationWorkerA worker to process and verify attestation results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprocess(org.apache.ibatis.session.SqlSession session, AttestationResult attestationResult)Process the given attestation result.
-
-
-
Method Detail
-
process
boolean process(org.apache.ibatis.session.SqlSession session, AttestationResult attestationResult)Process the given attestation result.- Parameters:
session- the active mybatis database sessionattestationResult- the attestation result to process.- Returns:
trueif the processing succeeded,falseotherwise.
-
-