Class DeprecatedSecretStoreProvider

  • All Implemented Interfaces:
    com.yahoo.component.Deconstructable, com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.SecretStore>

    public class DeprecatedSecretStoreProvider
    extends Object
    implements com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.SecretStore>
    An secret store provider which provides a factory which throws exception on invocation - as no secret store is currently provided by default. The purpose of this is to provide a secret store for injection in the case where no secret store component is provided.
    Author:
    bratseth
    • Constructor Detail

      • DeprecatedSecretStoreProvider

        public DeprecatedSecretStoreProvider()
    • Method Detail

      • get

        public com.yahoo.jdisc.http.SecretStore get()
        Specified by:
        get in interface com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.SecretStore>
      • deconstruct

        public void deconstruct()
        Specified by:
        deconstruct in interface com.yahoo.component.Deconstructable