Package io.digdag.spi

Interface SecretStore


  • public interface SecretStore
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.common.base.Optional<java.lang.String> getSecret​(int projectId, java.lang.String scope, java.lang.String key)  
    • Method Detail

      • getSecret

        com.google.common.base.Optional<java.lang.String> getSecret​(int projectId,
                                                                    java.lang.String scope,
                                                                    java.lang.String key)