Class SNPGuestModule

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SEV_SNP
      Result type for report generated by SNPGuest
    • Constructor Summary

      Constructors 
      Constructor Description
      SNPGuestModule()  
    • Field Detail

      • SEV_SNP

        public static final int SEV_SNP
        Result type for report generated by SNPGuest
        See Also:
        Constant Field Values
    • Constructor Detail

      • SNPGuestModule

        public SNPGuestModule()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: AttestationModule
        Retrieves the name of the attestation module
        Specified by:
        getName in interface AttestationModule
        Returns:
        the unique name of this module
      • getSupportedType

        public int getSupportedType()
        Description copied from interface: AttestationModule
        Retrieves attestation result type that this module is able to verify. Please refer to uyuni codebase, class com/suse/manager/model/attestation/CoCoResultType.java for a list of possible values
        Specified by:
        getSupportedType in interface AttestationModule
        Returns:
        the supported result type
      • getAdditionalMappers

        public java.util.List<java.lang.String> getAdditionalMappers()
        Description copied from interface: AttestationModule
        Additional Mybatis mappers needed by this attestation module.
        Specified by:
        getAdditionalMappers in interface AttestationModule
        Returns:
        a list of resources processable by ClassLoader.getSystemResource(String)