Class DummyNodeIdentifierProvider

java.lang.Object
com.yahoo.vespa.config.server.rpc.security.DummyNodeIdentifierProvider
All Implemented Interfaces:
com.yahoo.component.Deconstructable, com.yahoo.container.di.componentgraph.Provider<com.yahoo.config.provision.security.NodeIdentifier>

public class DummyNodeIdentifierProvider extends Object implements com.yahoo.container.di.componentgraph.Provider<com.yahoo.config.provision.security.NodeIdentifier>
Author:
bjorncs
  • Constructor Details

    • DummyNodeIdentifierProvider

      @Inject public DummyNodeIdentifierProvider()
  • Method Details

    • get

      public com.yahoo.config.provision.security.NodeIdentifier get()
      Specified by:
      get in interface com.yahoo.container.di.componentgraph.Provider<com.yahoo.config.provision.security.NodeIdentifier>
    • deconstruct

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