Class CertificateStoreProvider

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

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

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertificateStoreProvider

        public CertificateStoreProvider()
    • Method Detail

      • 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.container.di.componentgraph.Provider<com.yahoo.jdisc.http.CertificateStore>