Interface EnclaveAccessService

All Known Implementing Classes:
MockEnclaveAccessService

public interface EnclaveAccessService
Author:
jonmv
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    allowAccessFor(Set<com.yahoo.config.provision.CloudAccount> accounts)
    Ensures the given enclave accounts have access to resources they require to function.
  • Method Details

    • allowAccessFor

      double allowAccessFor(Set<com.yahoo.config.provision.CloudAccount> accounts)
      Ensures the given enclave accounts have access to resources they require to function.
      Returns:
      the degree to which the run was successful - a number between 0 (no success), to 1 (complete success)