Class DeprecatedSecretStoreProvider

java.lang.Object
com.yahoo.container.jdisc.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 Details

    • DeprecatedSecretStoreProvider

      public DeprecatedSecretStoreProvider()
  • Method Details

    • 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