Class SecureBootWorker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.logging.log4j.Logger LOGGER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean process​(org.apache.ibatis.session.SqlSession session, AttestationResult result)
      Process the given attestation result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

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

      • SecureBootWorker

        public SecureBootWorker()
    • Method Detail

      • 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.