Class CertificateStoreProvider

java.lang.Object
com.yahoo.container.jdisc.CertificateStoreProvider
All Implemented Interfaces:
com.yahoo.component.Deconstructable, com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.CertificateStore>

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

    • CertificateStoreProvider

      public CertificateStoreProvider()
  • Method Details

    • get

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

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