Class DeprecatedSecretStoreProvider

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

    public class DeprecatedSecretStoreProvider
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deconstruct()  
      com.yahoo.jdisc.http.SecretStore get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.container.di.componentgraph.Provider<com.yahoo.jdisc.http.SecretStore>